-- -- PostgreSQL database dump -- -- Dumped from database version 8.4.7 -- Dumped by pg_dump version 9.3.2 -- Started on 2014-08-05 10:02:06 SET statement_timeout = 0; SET lock_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = off; SET check_function_bodies = false; SET client_min_messages = warning; SET escape_string_warning = off; -- -- TOC entry 7 (class 2615 OID 80640) -- Name: pruts; Type: SCHEMA; Schema: -; Owner: dlt_boerboom -- CREATE SCHEMA pruts; ALTER SCHEMA pruts OWNER TO dlt_boerboom; SET search_path = pruts, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- TOC entry 188 (class 1259 OID 99163) -- Name: erosion_data; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE erosion_data ( stationid integer, date date, mm_above_nap double precision, lutum character varying(10), remarks character varying(255), idmethod integer, idunit integer, idobservationtype integer, idparameter integer, idlocation integer ); ALTER TABLE pruts.erosion_data OWNER TO dlt_boerboom; -- -- TOC entry 187 (class 1259 OID 99157) -- Name: erosion_loations; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE erosion_loations ( stationid integer, x double precision, y double precision, geom public.geometry, description character varying(75), srid integer ); ALTER TABLE pruts.erosion_loations OWNER TO dlt_boerboom; -- -- TOC entry 193 (class 1259 OID 121210) -- Name: sprint; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE sprint ( locid integer, value double precision, geom public.geometry, lon double precision, lat double precision ); ALTER TABLE pruts.sprint OWNER TO dlt_boerboom; -- -- TOC entry 168 (class 1259 OID 80702) -- Name: t0benthos; Type: TABLE; Schema: pruts; Owner: PMR; Tablespace: -- CREATE TABLE t0benthos ( project character varying(75), campagne character varying(250), regio character varying(75), gebied character varying(75), deelgebied character varying(75), strat_boven_m integer, strat_onder_m integer, monster integer, mon_opp double precision, replica integer, jaar integer, seizoen integer, datum character varying(25), amersfoort_x double precision, amersfoort_y double precision, latitude_e50 double precision, longitude_e50 double precision, latitude_wgs84 double precision, longitude_wgs84 double precision, phylum character varying(75), subphylum character varying(75), superclassis character varying(75), classis character varying(75), subclassis character varying(75), superordo character varying(75), ordo character varying(75), subordo character varying(75), superfamilia character varying(75), family character varying(75), genus character varying(75), soortnaam character varying(75), mv character varying(25), lengte integer, aantal double precision, natgewicht_mg double precision, asvrdrooggewicht_mg double precision, dichtheid double precision, massa_mg_m2 double precision, biomassa_mg_m2 double precision, kwaliteit_determinatie character varying(75), kwaliteit_tellen character varying(75), kwaliteit_natgewicht character varying(75), kwal_asvrijdrooggew character varying(75), locid integer NOT NULL, date date, idparameter integer, idobservation_type integer, idlocation integer, geom_test public.geometry, value double precision, idmethod integer, idunit integer, quality integer ); ALTER TABLE pruts.t0benthos OWNER TO "PMR"; -- -- TOC entry 169 (class 1259 OID 80733) -- Name: t0benthos_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: PMR -- CREATE SEQUENCE t0benthos_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t0benthos_locid_seq OWNER TO "PMR"; -- -- TOC entry 2744 (class 0 OID 0) -- Dependencies: 169 -- Name: t0benthos_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: PMR -- ALTER SEQUENCE t0benthos_locid_seq OWNED BY t0benthos.locid; -- -- TOC entry 173 (class 1259 OID 80871) -- Name: t0sediment; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t0sediment ( jaar integer, seizoen integer, monsterdatum date, monsternummer integer, replica integer, x_parijs double precision, y_parijs double precision, sed_parameter character varying(50), gem_waarde double precision, eenheid character varying(50), locid integer NOT NULL, geom public.geometry, idlocation integer, idparameter integer, idunit integer, value double precision, idmethod integer, idobservation_type integer ); ALTER TABLE pruts.t0sediment OWNER TO dlt_boerboom; -- -- TOC entry 174 (class 1259 OID 80874) -- Name: t0sediment_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t0sediment_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t0sediment_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2745 (class 0 OID 0) -- Dependencies: 174 -- Name: t0sediment_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t0sediment_locid_seq OWNED BY t0sediment.locid; -- -- TOC entry 170 (class 1259 OID 80751) -- Name: t1benthos; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t1benthos ( project character varying(75), campagne character varying(250), regio character varying(75), gebied character varying(75), deelgebied character varying(75), strat_boven_m integer, strat_onder_m integer, monster integer, mon_opp double precision, replica integer, jaar integer, seizoen integer, datum character varying(25), diepte_m integer, amersfoort_x double precision, amersfoort_y double precision, latitude_e50 double precision, longitude_e50 double precision, latitude_wgs84 double precision, longitude_wgs84 double precision, phylum character varying(75), subphylum character varying(75), superclassis character varying(75), classis character varying(75), subclassis character varying(75), superordo character varying(75), ordo character varying(75), subordo character varying(75), superfamilia character varying(75), family character varying(75), genus character varying(75), soortnaam character varying(75), aantal integer, natgewicht_mg double precision, asvrdrooggewicht_mg double precision, dichtheid integer, massa_mg_m2 double precision, biomassa_mg_m2 double precision, kwaliteit_determinatie character varying(75), locid integer NOT NULL, idparameter integer, geom public.geometry, idunit integer, idobservation_type integer, idmethod integer, value double precision, date date, idlocation integer, quality integer ); ALTER TABLE pruts.t1benthos OWNER TO dlt_boerboom; -- -- TOC entry 171 (class 1259 OID 80828) -- Name: t1benthos_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t1benthos_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t1benthos_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 172 (class 1259 OID 80845) -- Name: t1benthos_locid_seq1; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t1benthos_locid_seq1 START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t1benthos_locid_seq1 OWNER TO dlt_boerboom; -- -- TOC entry 2746 (class 0 OID 0) -- Dependencies: 172 -- Name: t1benthos_locid_seq1; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t1benthos_locid_seq1 OWNED BY t1benthos.locid; -- -- TOC entry 175 (class 1259 OID 80887) -- Name: t1sediment; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t1sediment ( project_id character varying(15), sampling_date date, customer_code integer, monster character varying(25), lab_experiment character varying(10), depth_from double precision, depth_to double precision, latitude double precision, longitude double precision, group_id integer, lab_id integer, param character varying(30), unit character varying(30), value double precision, locid integer NOT NULL, geom public.geometry, idunit integer, idparameter integer, idmethod integer, idobservation_type integer, idlocation integer ); ALTER TABLE pruts.t1sediment OWNER TO dlt_boerboom; -- -- TOC entry 176 (class 1259 OID 80890) -- Name: t1sediment_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t1sediment_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t1sediment_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2747 (class 0 OID 0) -- Dependencies: 176 -- Name: t1sediment_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t1sediment_locid_seq OWNED BY t1sediment.locid; -- -- TOC entry 179 (class 1259 OID 80926) -- Name: t2benthos; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t2benthos ( project character varying(50), campagne character varying(50), regio character varying(50), gebied character varying(50), deelgebied character varying(50), strat_boven_m integer, strat_onder_m integer, monster integer, wgs84_n double precision, wgs84_e double precision, mon_opp double precision, jaar integer, seizoen character varying(5), datum date, aantal_monsters integer, gem_diepte_m integer, phylum character varying(50), subphylum character varying(50), superclassis character varying(50), classis character varying(50), subclassis character varying(50), superordo character varying(50), ordo character varying(50), subordo character varying(50), superfamilia character varying(50), family character varying(50), genus character varying(50), soortnaam character varying(50), mv character varying(5), lengte double precision, aantal integer, natgewicht_mg double precision, asvrdrooggewicht_mg double precision, dichtheid double precision, massa_mg_m2 double precision, biomassa_mg_m2 double precision, locid integer NOT NULL, geom public.geometry, idparameter integer, idunit integer, idobservation_type integer, idmethod integer, value double precision, date date, idlocation integer, quality integer ); ALTER TABLE pruts.t2benthos OWNER TO dlt_boerboom; -- -- TOC entry 180 (class 1259 OID 80932) -- Name: t2benthos_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t2benthos_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t2benthos_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2748 (class 0 OID 0) -- Dependencies: 180 -- Name: t2benthos_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t2benthos_locid_seq OWNED BY t2benthos.locid; -- -- TOC entry 184 (class 1259 OID 90576) -- Name: t2otheranalysis; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t2otheranalysis ( date date, station integer, wgs84_n double precision, wgs84_e double precision, gegevens character varying(75), value double precision, idparameter integer, idunit integer, idobservation_type integer, idmethod integer, geom public.geometry, idlocation integer, locid integer NOT NULL ); ALTER TABLE pruts.t2otheranalysis OWNER TO dlt_boerboom; -- -- TOC entry 185 (class 1259 OID 90582) -- Name: t2otheranalysis_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t2otheranalysis_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t2otheranalysis_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2749 (class 0 OID 0) -- Dependencies: 185 -- Name: t2otheranalysis_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t2otheranalysis_locid_seq OWNED BY t2otheranalysis.locid; -- -- TOC entry 177 (class 1259 OID 80901) -- Name: t2sediment; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE t2sediment ( date date, month integer, year integer, station integer, station2 integer, wgs84_n double precision, wgs84_e double precision, parameter_type character varying(50), unit character varying(25), value double precision, locid integer NOT NULL, geom public.geometry, idunit integer, idmethod integer, idobservation_type integer, idparameter integer, idlocation integer ); ALTER TABLE pruts.t2sediment OWNER TO dlt_boerboom; -- -- TOC entry 178 (class 1259 OID 80904) -- Name: t2sediment_locid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE t2sediment_locid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.t2sediment_locid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2750 (class 0 OID 0) -- Dependencies: 178 -- Name: t2sediment_locid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE t2sediment_locid_seq OWNED BY t2sediment.locid; -- -- TOC entry 192 (class 1259 OID 121204) -- Name: test_loc; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE test_loc ( stationid integer, x double precision, y double precision, geom public.geometry ); ALTER TABLE pruts.test_loc OWNER TO dlt_boerboom; -- -- TOC entry 195 (class 1259 OID 147219) -- Name: vogel_telvakken_2007; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE vogel_telvakken_2007 ( gid integer NOT NULL, "Id" integer, "Vak" integer, the_geom public.geometry, "RealID" character(1), locationdescription character varying(255), orig_srid integer, CONSTRAINT enforce_dims_the_geom CHECK ((public.ndims(the_geom) = 2)), CONSTRAINT enforce_geotype_the_geom CHECK (((public.geometrytype(the_geom) = 'POLYGON'::text) OR (the_geom IS NULL))) ); ALTER TABLE pruts.vogel_telvakken_2007 OWNER TO dlt_boerboom; -- -- TOC entry 194 (class 1259 OID 147217) -- Name: vogel_telvakken_2007_gid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE vogel_telvakken_2007_gid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.vogel_telvakken_2007_gid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2751 (class 0 OID 0) -- Dependencies: 194 -- Name: vogel_telvakken_2007_gid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE vogel_telvakken_2007_gid_seq OWNED BY vogel_telvakken_2007.gid; -- -- TOC entry 197 (class 1259 OID 147234) -- Name: vogel_telvakken_2009; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE vogel_telvakken_2009 ( gid integer NOT NULL, "Id" integer, "Vak" character varying(3), the_geom public.geometry, locationdescription character varying(255), orig_srid integer, CONSTRAINT enforce_dims_the_geom CHECK ((public.ndims(the_geom) = 2)), CONSTRAINT enforce_geotype_the_geom CHECK (((public.geometrytype(the_geom) = 'POLYGON'::text) OR (the_geom IS NULL))), CONSTRAINT enforce_srid_the_geom CHECK ((public.srid(the_geom) = (-1))) ); ALTER TABLE pruts.vogel_telvakken_2009 OWNER TO dlt_boerboom; -- -- TOC entry 196 (class 1259 OID 147232) -- Name: vogel_telvakken_2009_gid_seq; Type: SEQUENCE; Schema: pruts; Owner: dlt_boerboom -- CREATE SEQUENCE vogel_telvakken_2009_gid_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE pruts.vogel_telvakken_2009_gid_seq OWNER TO dlt_boerboom; -- -- TOC entry 2752 (class 0 OID 0) -- Dependencies: 196 -- Name: vogel_telvakken_2009_gid_seq; Type: SEQUENCE OWNED BY; Schema: pruts; Owner: dlt_boerboom -- ALTER SEQUENCE vogel_telvakken_2009_gid_seq OWNED BY vogel_telvakken_2009.gid; -- -- TOC entry 198 (class 1259 OID 153981) -- Name: vogels; Type: TABLE; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- CREATE TABLE vogels ( area character varying(50), date character varying(50), desiccation character varying(15), species character varying(75), disturbance character varying(75), foraging character varying(5), number double precision, datetime timestamp without time zone, idlocation integer, idmethod integer, idunit integer, idparameter integer, idobservationtype integer, remark character varying(255), des_idmethod integer, des_idunit integer, des_idparameter integer, des_idobservationtype integer, des_value double precision ); ALTER TABLE pruts.vogels OWNER TO dlt_boerboom; -- -- TOC entry 2611 (class 2604 OID 80735) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: PMR -- ALTER TABLE ONLY t0benthos ALTER COLUMN locid SET DEFAULT nextval('t0benthos_locid_seq'::regclass); -- -- TOC entry 2613 (class 2604 OID 80876) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t0sediment ALTER COLUMN locid SET DEFAULT nextval('t0sediment_locid_seq'::regclass); -- -- TOC entry 2612 (class 2604 OID 80847) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t1benthos ALTER COLUMN locid SET DEFAULT nextval('t1benthos_locid_seq1'::regclass); -- -- TOC entry 2614 (class 2604 OID 80892) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t1sediment ALTER COLUMN locid SET DEFAULT nextval('t1sediment_locid_seq'::regclass); -- -- TOC entry 2616 (class 2604 OID 80934) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t2benthos ALTER COLUMN locid SET DEFAULT nextval('t2benthos_locid_seq'::regclass); -- -- TOC entry 2617 (class 2604 OID 90584) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t2otheranalysis ALTER COLUMN locid SET DEFAULT nextval('t2otheranalysis_locid_seq'::regclass); -- -- TOC entry 2615 (class 2604 OID 80906) -- Name: locid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY t2sediment ALTER COLUMN locid SET DEFAULT nextval('t2sediment_locid_seq'::regclass); -- -- TOC entry 2618 (class 2604 OID 147222) -- Name: gid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY vogel_telvakken_2007 ALTER COLUMN gid SET DEFAULT nextval('vogel_telvakken_2007_gid_seq'::regclass); -- -- TOC entry 2621 (class 2604 OID 147237) -- Name: gid; Type: DEFAULT; Schema: pruts; Owner: dlt_boerboom -- ALTER TABLE ONLY vogel_telvakken_2009 ALTER COLUMN gid SET DEFAULT nextval('vogel_telvakken_2009_gid_seq'::regclass); -- -- TOC entry 2731 (class 0 OID 99163) -- Dependencies: 188 -- Data for Name: erosion_data; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY erosion_data (stationid, date, mm_above_nap, lutum, remarks, idmethod, idunit, idobservationtype, idparameter, idlocation) FROM stdin; 90 2008-10-03 0.371 0-2 geen bodemleven 34 7 38 42577 \N 90 2008-10-29 0.36499999999999999 0-2 - 34 7 38 42577 \N 90 2008-11-26 0.34999999999999998 0-2 mooie stroomribbels 34 7 38 42577 \N 90 2009-01-14 0.32000000000000001 0-2 eb stroomribbels 335gr 34 7 38 42577 \N 90 2009-02-11 0.29299999999999998 0-2 - 34 7 38 42577 \N 90 2009-03-11 0.28999999999999998 0-2 - 34 7 38 42577 \N 90 2009-04-01 0.28499999999999998 0-2 - 34 7 38 42577 \N 90 2009-05-13 0.26900000000000002 0-2 wadpier kokerw draad darmwier 34 7 38 42577 \N 90 2009-06-10 0.28000000000000003 0-2 - 34 7 38 42577 \N 90 2009-07-22 0.27300000000000002 0-2 kokerw schelp wier 34 7 38 42577 \N 90 2009-08-12 0.28499999999999998 0-2 nat 34 7 38 42577 \N 90 2009-09-17 0.26300000000000001 0-2 - 34 7 38 42577 \N 90 2009-10-06 0.25700000000000001 0-2 - 34 7 38 42577 \N 90 2009-10-21 0.25 0-2 - 34 7 38 42577 \N 90 2009-11-18 0.246 0-2 - 34 7 38 42577 \N 90 2009-12-16 0.23599999999999999 0-2 - 34 7 38 42577 \N 90 2010-01-20 0.23799999999999999 0-2 - 34 7 38 42577 \N 90 2010-02-17 0.23499999999999999 0-2 - 34 7 38 42577 \N 90 2010-03-17 0.23400000000000001 0-2 - 34 7 38 42577 \N 90 2010-04-14 0.22500000000000001 0-2 - 34 7 38 42577 \N 90 2010-05-12 0.22500000000000001 0-2 - 34 7 38 42577 \N 90 2010-06-16 0.219 0-2 - 34 7 38 42577 \N 90 2010-07-14 0.22 0-2 - 34 7 38 42577 \N 90 2010-08-12 0.21099999999999999 0-2 - 34 7 38 42577 \N 90 2010-09-15 0.20300000000000001 0-2 - 34 7 38 42577 \N 90 2010-10-13 0.19700000000000001 0-2 - 34 7 38 42577 \N 90 2010-11-10 0.19 0-2 - 34 7 38 42577 \N 90 2010-12-15 0.188 0-2 - 34 7 38 42577 \N 90 2011-01-06 0.182 0-2 - 34 7 38 42577 \N 90 2011-02-09 0.17499999999999999 0-2 - 34 7 38 42577 \N 90 2011-03-09 0.17000000000000001 0-2 - 34 7 38 42577 \N 90 2011-04-07 0.16900000000000001 0-2 - 34 7 38 42577 \N 90 2011-05-25 0.16500000000000001 0-2 - 34 7 38 42577 \N 90 2011-06-15 0.16300000000000001 0-2 - 34 7 38 42577 \N 90 2011-07-20 0.16 0-2 - 34 7 38 42577 \N 90 2011-08-17 0.157 0-2 - 34 7 38 42577 \N 90 2011-09-14 0.156 0-2 - 34 7 38 42577 \N 90 2011-11-30 0.153 0-2 - 34 7 38 42577 \N 90 2012-03-14 0.14199999999999999 0-2 - 34 7 38 42577 \N 90 2012-06-21 0.13400000000000001 \N - 34 7 38 42577 \N 91 2008-10-03 -0.33600000000000002 0-2 Helling 34 7 38 42577 \N 91 2008-10-29 -0.27300000000000002 0-2 - 34 7 38 42577 \N 91 2008-11-26 -0.221 0-2 stroomribbels 34 7 38 42577 \N 91 2009-01-12 -0.14999999999999999 0-2 ebstroomribbels 320gr 34 7 38 42577 \N 91 2009-02-11 -0.13 0-2 - 34 7 38 42577 \N 91 2009-03-11 -0.10000000000000001 0-2 - 34 7 38 42577 \N 91 2009-04-01 -0.095000000000000001 0-2 - 34 7 38 42577 \N 91 2009-05-13 -0.096000000000000002 0-2 veel wadpieren; draad- en darmwier 34 7 38 42577 \N 91 2009-06-10 -0.087999999999999995 0-2 - 34 7 38 42577 \N 91 2009-07-22 -0.082000000000000003 0-2 schelp wadsl wier heterom 34 7 38 42577 \N 91 2009-08-12 -0.078 0-2 wierpluk kokerw 34 7 38 42577 \N 91 2009-09-17 -0.052999999999999999 0-2 plukjes wier 34 7 38 42577 \N 91 2009-10-06 -0.043999999999999997 0-2 - 34 7 38 42577 \N 91 2009-10-21 -0.048000000000000001 0-2 - 34 7 38 42577 \N 91 2009-11-18 -0.037999999999999999 0-2 - 34 7 38 42577 \N 91 2009-12-16 0.0050000000000000001 0-2 - 34 7 38 42577 \N 91 2010-01-20 -0.010999999999999999 0-2 - 34 7 38 42577 \N 91 2010-02-17 -0.019 0-2 - 34 7 38 42577 \N 91 2010-03-17 -0.025999999999999999 0-2 - 34 7 38 42577 \N 91 2010-04-14 -0.033000000000000002 0-2 - 34 7 38 42577 \N 91 2010-05-12 -0.041000000000000002 0-2 - 34 7 38 42577 \N 91 2010-06-16 -0.043999999999999997 0-2 - 34 7 38 42577 \N 91 2010-07-14 -0.047 0-2 - 34 7 38 42577 \N 91 2010-08-12 -0.048000000000000001 0-2 - 34 7 38 42577 \N 91 2010-09-15 -0.067000000000000004 0-2 - 34 7 38 42577 \N 91 2010-10-13 -0.070000000000000007 0-2 - 34 7 38 42577 \N 91 2010-11-10 -0.069000000000000006 0-2 - 34 7 38 42577 \N 91 2010-12-15 -0.072999999999999995 0-2 - 34 7 38 42577 \N 91 2011-01-06 -0.076999999999999999 0-2 - 34 7 38 42577 \N 91 2011-02-09 -0.053999999999999999 0-2 - 34 7 38 42577 \N 91 2011-03-09 -0.051999999999999998 0-2 - 34 7 38 42577 \N 91 2011-04-07 -0.048000000000000001 0-2 - 34 7 38 42577 \N 91 2011-05-25 -0.070999999999999994 0-2 - 34 7 38 42577 \N 91 2011-06-15 -0.074999999999999997 0-2 - 34 7 38 42577 \N 91 2011-07-20 -0.067000000000000004 0-2 - 34 7 38 42577 \N 91 2011-08-17 -0.056000000000000001 0-2 - 34 7 38 42577 \N 91 2011-09-14 -0.050000000000000003 0-2 - 34 7 38 42577 \N 91 2011-11-30 -0.033000000000000002 0-2 - 34 7 38 42577 \N 91 2012-03-14 -0.044999999999999998 0-2 - 34 7 38 42577 \N 91 2012-06-21 -0.053999999999999999 \N - 34 7 38 42577 \N 92 2008-10-29 -0.58099999999999996 2-5 - 34 7 38 42577 \N 92 2008-11-26 -0.58699999999999997 0-2 - 34 7 38 42577 \N 92 2009-01-14 -0.58199999999999996 2-5 nat 34 7 38 42577 \N 92 2009-02-11 -0.58499999999999996 2-5 - 34 7 38 42577 \N 92 2009-03-11 -0.58399999999999996 2-5 - 34 7 38 42577 \N 92 2009-04-01 -0.58099999999999996 2-5 In plas 34 7 38 42577 \N 94 2011-04-07 0.050000000000000003 0-2 - 34 7 38 42577 \N 92 2009-05-13 -0.56799999999999995 2-5 wadpieren kokerw; 2 wiersoorten; alikruikjes 34 7 38 42577 \N 92 2009-06-10 -0.57399999999999995 5-8 - 34 7 38 42577 \N 92 2009-07-22 -0.56999999999999995 2-5 nat mossel kokkel wier 34 7 38 42577 \N 92 2009-08-12 -0.57099999999999995 2-5 nat wier 34 7 38 42577 \N 92 2009-09-17 -0.57299999999999995 2-5 wier nat 34 7 38 42577 \N 92 2009-10-06 -0.57199999999999995 2-5 - 34 7 38 42577 \N 92 2009-10-21 -0.57499999999999996 2-5 - 34 7 38 42577 \N 92 2009-11-18 -0.57099999999999995 2-5 - 34 7 38 42577 \N 92 2009-12-16 -0.56399999999999995 2-5 - 34 7 38 42577 \N 92 2010-01-20 -0.56299999999999994 2-5 - 34 7 38 42577 \N 92 2010-02-17 -0.56399999999999995 2-5 - 34 7 38 42577 \N 92 2010-03-17 -0.57499999999999996 2-5 - 34 7 38 42577 \N 92 2010-04-14 -0.56299999999999994 2-5 - 34 7 38 42577 \N 92 2010-05-12 -0.56100000000000005 2-5 - 34 7 38 42577 \N 92 2010-06-16 -0.56699999999999995 2-5 - 34 7 38 42577 \N 92 2010-07-14 -0.56399999999999995 0-2 - 34 7 38 42577 \N 92 2010-08-12 -0.55800000000000005 0-2 - 34 7 38 42577 \N 92 2010-09-15 -0.56399999999999995 0-2 - 34 7 38 42577 \N 92 2010-10-13 -0.55700000000000005 0-2 - 34 7 38 42577 \N 92 2010-11-10 -0.55900000000000005 0-2 - 34 7 38 42577 \N 92 2010-12-15 -0.55700000000000005 0-2 - 34 7 38 42577 \N 92 2011-01-06 -0.56200000000000006 0-2 - 34 7 38 42577 \N 92 2011-02-09 -0.55000000000000004 0-2 - 34 7 38 42577 \N 92 2011-03-09 -0.55000000000000004 0-2 - 34 7 38 42577 \N 92 2011-04-07 -0.55100000000000005 0-2 - 34 7 38 42577 \N 92 2011-05-25 -0.55000000000000004 0-2 - 34 7 38 42577 \N 92 2011-06-15 -0.55200000000000005 0-2 - 34 7 38 42577 \N 92 2011-07-20 -0.55600000000000005 0-2 - 34 7 38 42577 \N 92 2011-08-17 -0.55000000000000004 0-2 - 34 7 38 42577 \N 92 2011-09-14 -0.55800000000000005 0-2 - 34 7 38 42577 \N 92 2011-11-30 -0.54000000000000004 0-2 - 34 7 38 42577 \N 92 2012-03-14 -0.51800000000000002 0-2 - 34 7 38 42577 \N 92 2012-06-21 -0.51900000000000002 \N - 34 7 38 42577 \N 93 2008-10-03 -0.57299999999999995 2-5 zandw+kokerw jap.oesters wadpieren 34 7 38 42577 \N 93 2008-10-29 -0.56899999999999995 2-5 - 34 7 38 42577 \N 93 2008-11-26 -0.57399999999999995 0-2 - 34 7 38 42577 \N 93 2009-01-14 -0.56899999999999995 2-5 - 34 7 38 42577 \N 93 2009-02-11 -0.56999999999999995 2-5 - 34 7 38 42577 \N 93 2009-03-11 -0.56699999999999995 2-5 - 34 7 38 42577 \N 93 2009-04-01 -0.56699999999999995 2-5 - 34 7 38 42577 \N 93 2009-05-13 -0.56000000000000005 5-8 wadpieren en kokerw 34 7 38 42577 \N 93 2009-06-10 -0.56299999999999994 2-5 - 34 7 38 42577 \N 93 2009-07-22 -0.56399999999999995 5-8 nat wier mossel kokkel 34 7 38 42577 \N 93 2009-08-12 -0.56200000000000006 5-8 - 34 7 38 42577 \N 93 2009-09-17 -0.56399999999999995 2-5 nat 34 7 38 42577 \N 93 2009-10-06 -0.56399999999999995 2-5 - 34 7 38 42577 \N 93 2009-10-21 -0.56200000000000006 2-5 - 34 7 38 42577 \N 93 2009-11-18 -0.56200000000000006 2-5 - 34 7 38 42577 \N 93 2009-12-16 -0.55300000000000005 2-5 - 34 7 38 42577 \N 93 2010-01-20 -0.54900000000000004 2-5 - 34 7 38 42577 \N 93 2010-02-17 -0.54500000000000004 2-5 - 34 7 38 42577 \N 93 2010-03-17 -0.55300000000000005 2-5 - 34 7 38 42577 \N 93 2010-04-14 -0.54500000000000004 2-5 - 34 7 38 42577 \N 93 2010-05-12 -0.54000000000000004 2-5 - 34 7 38 42577 \N 93 2010-06-16 -0.53800000000000003 2-5 - 34 7 38 42577 \N 93 2010-07-14 -0.54100000000000004 0-2 - 34 7 38 42577 \N 93 2010-08-12 -0.53800000000000003 2-5 - 34 7 38 42577 \N 93 2010-09-15 -0.53900000000000003 0-2 - 34 7 38 42577 \N 93 2010-10-13 -0.54500000000000004 0-2 - 34 7 38 42577 \N 93 2010-11-10 -0.53800000000000003 0-2 - 34 7 38 42577 \N 93 2010-12-15 -0.53900000000000003 0-2 - 34 7 38 42577 \N 93 2011-01-06 -0.53100000000000003 0-2 - 34 7 38 42577 \N 93 2011-02-09 -0.53200000000000003 0-2 - 34 7 38 42577 \N 93 2011-03-09 -0.53000000000000003 0-2 - 34 7 38 42577 \N 93 2011-04-07 -0.52500000000000002 0-2 - 34 7 38 42577 \N 93 2011-05-25 -0.52200000000000002 0-2 - 34 7 38 42577 \N 93 2011-06-15 -0.52100000000000002 0-2 - 34 7 38 42577 \N 93 2011-07-20 -0.53000000000000003 0-2 - 34 7 38 42577 \N 93 2011-08-17 -0.52800000000000002 0-2 - 34 7 38 42577 \N 93 2011-09-14 -0.52900000000000003 0-2 - 34 7 38 42577 \N 93 2011-11-30 -0.53000000000000003 0-2 - 34 7 38 42577 \N 93 2012-03-14 -0.52400000000000002 0-2 - 34 7 38 42577 \N 93 2012-06-21 -0.52900000000000003 \N - 34 7 38 42577 \N 94 2008-10-03 0.029999999999999999 0-2 geen bodemleven 34 7 38 42577 \N 94 2008-10-29 0.040000000000000001 0-2 - 34 7 38 42577 \N 94 2008-11-26 0.045999999999999999 0-2 beetje diatomeeen 34 7 38 42577 \N 94 2009-01-14 0.047 0-2 flauwe ebstroomribbels 330gr; nattig 34 7 38 42577 \N 94 2009-02-11 0.050000000000000003 0-2 - 34 7 38 42577 \N 94 2009-03-11 0.059999999999999998 0-2 - 34 7 38 42577 \N 94 2009-04-01 0.069000000000000006 0-2 - 34 7 38 42577 \N 94 2009-05-13 0.067000000000000004 0-2 veel wadpier kokerw 34 7 38 42577 \N 94 2009-06-10 0.070000000000000007 0-2 - 34 7 38 42577 \N 94 2009-07-22 0.070000000000000007 0-2 nat 34 7 38 42577 \N 94 2009-08-12 0.068000000000000005 0-2 kokkelbroed 34 7 38 42577 \N 94 2009-09-17 0.067000000000000004 0-2 - 34 7 38 42577 \N 94 2009-10-06 0.066000000000000003 0-2 - 34 7 38 42577 \N 94 2009-10-21 0.069000000000000006 0-2 - 34 7 38 42577 \N 94 2009-11-18 0.064000000000000001 0-2 - 34 7 38 42577 \N 94 2009-12-16 0.052999999999999999 0-2 - 34 7 38 42577 \N 94 2010-01-20 0.052999999999999999 0-2 - 34 7 38 42577 \N 94 2010-02-17 0.053999999999999999 2-5 - 34 7 38 42577 \N 94 2010-03-17 0.057000000000000002 2-5 - 34 7 38 42577 \N 94 2010-04-14 0.052999999999999999 2-5 - 34 7 38 42577 \N 94 2010-05-12 0.055 0-2 - 34 7 38 42577 \N 94 2010-06-16 0.059999999999999998 0-2 - 34 7 38 42577 \N 94 2010-07-14 0.060999999999999999 0-2 - 34 7 38 42577 \N 94 2010-08-12 0.055 0-2 - 34 7 38 42577 \N 94 2010-09-15 0.072999999999999995 0-2 - 34 7 38 42577 \N 94 2010-10-13 0.073999999999999996 0-2 - 34 7 38 42577 \N 94 2010-11-10 0.067000000000000004 0-2 - 34 7 38 42577 \N 94 2010-12-15 0.063 0-2 - 34 7 38 42577 \N 94 2011-01-06 0.066000000000000003 0-2 - 34 7 38 42577 \N 94 2011-02-09 0.050999999999999997 0-2 - 34 7 38 42577 \N 94 2011-03-09 0.048000000000000001 0-2 - 34 7 38 42577 \N 94 2011-05-25 0.047 0-2 - 34 7 38 42577 \N 94 2011-06-15 0.045999999999999999 0-2 - 34 7 38 42577 \N 94 2011-07-20 0.042999999999999997 0-2 - 34 7 38 42577 \N 94 2011-08-17 0.044999999999999998 0-2 - 34 7 38 42577 \N 94 2011-09-14 0.044999999999999998 0-2 - 34 7 38 42577 \N 94 2011-11-30 0.035000000000000003 0-2 - 34 7 38 42577 \N 94 2012-03-14 0.029000000000000001 0-2 - 34 7 38 42577 \N 94 2012-06-21 0.021999999999999999 \N - 34 7 38 42577 \N 95 2008-10-03 -0.68999999999999995 5-8 oesterrand wadpieren 34 7 38 42577 \N 95 2008-10-29 -0.68400000000000005 5-8 Rand oesterveld 34 7 38 42577 \N 95 2008-11-26 -0.66900000000000004 2-5 - 34 7 38 42577 \N 95 2009-01-14 -0.66300000000000003 5-8 - 34 7 38 42577 \N 95 2009-02-11 -0.65800000000000003 2-5 - 34 7 38 42577 \N 95 2009-03-11 -0.65300000000000002 5-8 - 34 7 38 42577 \N 95 2009-04-01 -0.64900000000000002 5-8 Beetje diatomeeën 34 7 38 42577 \N 95 2009-05-13 -0.64300000000000002 5-8 wadpieren 34 7 38 42577 \N 95 2009-06-10 -0.64600000000000002 5-8 - 34 7 38 42577 \N 95 2009-07-22 -0.65400000000000003 2-5 wier 34 7 38 42577 \N 95 2009-08-12 -0.65900000000000003 2-5 nat wier 34 7 38 42577 \N 95 2009-09-17 -0.66600000000000004 2-5 nat 34 7 38 42577 \N 95 2009-10-06 -0.66900000000000004 2-5 - 34 7 38 42577 \N 95 2009-10-21 -0.67500000000000004 2-5 - 34 7 38 42577 \N 95 2009-11-18 -0.68100000000000005 2-5 - 34 7 38 42577 \N 95 2009-12-16 -0.68700000000000006 2-5 - 34 7 38 42577 \N 95 2010-01-20 -0.68400000000000005 2-5 - 34 7 38 42577 \N 95 2010-02-17 -0.68500000000000005 2-5 - 34 7 38 42577 \N 95 2010-03-17 -0.67400000000000004 2-5 - 34 7 38 42577 \N 95 2010-04-14 -0.68200000000000005 0-2 - 34 7 38 42577 \N 95 2010-05-12 -0.69299999999999995 2-5 - 34 7 38 42577 \N 95 2010-06-16 -0.68899999999999995 2-5 - 34 7 38 42577 \N 95 2010-07-14 -0.68799999999999994 0-2 - 34 7 38 42577 \N 95 2010-08-12 -0.68300000000000005 0-2 - 34 7 38 42577 \N 95 2010-09-15 -0.67400000000000004 2-5 - 34 7 38 42577 \N 95 2010-10-13 -0.66600000000000004 0-2 - 34 7 38 42577 \N 95 2010-11-10 -0.66900000000000004 0-2 - 34 7 38 42577 \N 95 2010-12-15 -0.65900000000000003 2-5 - 34 7 38 42577 \N 95 2011-01-06 -0.65500000000000003 0-2 - 34 7 38 42577 \N 95 2011-02-09 -0.68200000000000005 0-2 - 34 7 38 42577 \N 95 2011-03-09 -0.68600000000000005 0-2 - 34 7 38 42577 \N 95 2011-04-07 -0.68300000000000005 0-2 - 34 7 38 42577 \N 95 2011-05-25 -0.67400000000000004 0-2 - 34 7 38 42577 \N 95 2011-06-15 -0.67500000000000004 0-2 - 34 7 38 42577 \N 95 2011-07-20 -0.68300000000000005 0-2 wier 34 7 38 42577 \N 95 2011-08-17 -0.67900000000000005 0-2 - 34 7 38 42577 \N 95 2011-09-14 -0.68300000000000005 0-2 - 34 7 38 42577 \N 95 2011-11-30 -0.67700000000000005 0-2 - 34 7 38 42577 \N 95 2012-03-14 -0.65300000000000002 0-2 - 34 7 38 42577 \N 95 2012-06-21 -0.67200000000000004 \N - 34 7 38 42577 \N 96 2008-10-03 -0.57199999999999995 2-5 Oesters wadpieren; nabij geultje 34 7 38 42577 \N 96 2008-10-29 -0.57899999999999996 2-5 - 34 7 38 42577 \N 96 2008-11-26 -0.57699999999999996 0-2 - 34 7 38 42577 \N 96 2009-01-14 -0.57599999999999996 2-5 duidelijke stroomribbels 340gr 34 7 38 42577 \N 96 2009-02-11 -0.57599999999999996 2-5 - 34 7 38 42577 \N 96 2009-03-11 -0.57299999999999995 2-5 - 34 7 38 42577 \N 96 2009-04-01 -0.57199999999999995 2-5 - 34 7 38 42577 \N 96 2009-05-13 -0.56699999999999995 2-5 klein aantal grote wadpieren 34 7 38 42577 \N 96 2009-06-10 -0.56499999999999995 2-5 - 34 7 38 42577 \N 96 2009-07-22 -0.56299999999999994 2-5 lutem 2-5-8 nat wier 34 7 38 42577 \N 96 2009-08-12 -0.56100000000000005 5-8 nat wier 34 7 38 42577 \N 96 2009-09-17 -0.55800000000000005 2-5 - 34 7 38 42577 \N 96 2009-10-06 -0.56000000000000005 2-5 - 34 7 38 42577 \N 96 2009-10-21 -0.54900000000000004 2-5 - 34 7 38 42577 \N 96 2009-11-18 -0.55500000000000005 2-5 - 34 7 38 42577 \N 96 2009-12-16 -0.56100000000000005 2-5 - 34 7 38 42577 \N 96 2010-01-20 -0.55900000000000005 2-5 - 34 7 38 42577 \N 96 2010-02-17 -0.55600000000000005 0-2 - 34 7 38 42577 \N 96 2010-03-17 -0.55000000000000004 0-2 - 34 7 38 42577 \N 96 2010-04-14 -0.55400000000000005 0-2 - 34 7 38 42577 \N 96 2010-05-12 -0.55300000000000005 2-5 - 34 7 38 42577 \N 96 2010-06-16 -0.54700000000000004 2-5 - 34 7 38 42577 \N 96 2010-07-14 -0.54700000000000004 0-2 - 34 7 38 42577 \N 96 2010-08-12 -0.54400000000000004 2-5 - 34 7 38 42577 \N 96 2010-09-15 -0.55000000000000004 0-2 - 34 7 38 42577 \N 96 2010-10-13 -0.54800000000000004 0-2 - 34 7 38 42577 \N 96 2010-11-10 -0.54800000000000004 0-2 - 34 7 38 42577 \N 96 2010-12-15 -0.54200000000000004 0-2 - 34 7 38 42577 \N 96 2011-01-06 -0.54400000000000004 0-2 - 34 7 38 42577 \N 96 2011-02-09 -0.55500000000000005 0-2 - 34 7 38 42577 \N 96 2011-03-09 -0.54200000000000004 0-2 - 34 7 38 42577 \N 96 2011-04-07 -0.54400000000000004 0-2 - 34 7 38 42577 \N 96 2011-05-25 -0.55700000000000005 0-2 - 34 7 38 42577 \N 96 2011-06-15 -0.55600000000000005 0-2 - 34 7 38 42577 \N 96 2011-07-20 -0.54600000000000004 0-2 - 34 7 38 42577 \N 96 2011-08-17 -0.54800000000000004 0-2 - 34 7 38 42577 \N 96 2011-09-14 -0.54700000000000004 0-2 - 34 7 38 42577 \N 96 2011-11-30 -0.54600000000000004 0-2 - 34 7 38 42577 \N 96 2012-03-14 -0.55700000000000005 0-2 - 34 7 38 42577 \N 96 2012-06-21 -0.55100000000000005 \N - 34 7 38 42577 \N 97 2008-10-03 -0.16300000000000001 0-2 - 34 7 38 42577 \N 97 2008-10-29 -0.17799999999999999 0-2 - 34 7 38 42577 \N 97 2008-11-26 -0.17499999999999999 0-2 flauwe stroomribbels 34 7 38 42577 \N 97 2009-01-14 -0.183 0-2 vloedribbels 195gr 34 7 38 42577 \N 97 2009-02-11 -0.19600000000000001 0-2 - 34 7 38 42577 \N 97 2009-03-11 -0.19400000000000001 0-2 - 34 7 38 42577 \N 97 2009-04-01 -0.19400000000000001 0-2 - 34 7 38 42577 \N 97 2009-05-13 -0.20000000000000001 0-2 wadpieren 34 7 38 42577 \N 97 2009-06-10 -0.20000000000000001 2-5 - 34 7 38 42577 \N 97 2009-07-22 -0.19800000000000001 0-2 - 34 7 38 42577 \N 97 2009-08-12 -0.20000000000000001 0-2 - 34 7 38 42577 \N 97 2009-09-17 -0.20200000000000001 0-2 - 34 7 38 42577 \N 97 2009-10-06 -0.20499999999999999 0-2 - 34 7 38 42577 \N 97 2009-10-21 -0.20799999999999999 0-2 - 34 7 38 42577 \N 97 2009-11-18 -0.21099999999999999 0-2 - 34 7 38 42577 \N 97 2009-12-16 -0.221 0-2 - 34 7 38 42577 \N 97 2010-01-20 -0.219 0-2 - 34 7 38 42577 \N 97 2010-02-17 -0.219 0-2 - 34 7 38 42577 \N 97 2010-03-17 -0.221 0-2 - 34 7 38 42577 \N 97 2010-04-14 -0.223 0-2 - 34 7 38 42577 \N 97 2010-05-12 -0.223 2-5 - 34 7 38 42577 \N 97 2010-06-16 -0.219 0-2 - 34 7 38 42577 \N 97 2010-07-14 -0.22 0-2 - 34 7 38 42577 \N 97 2010-08-12 -0.219 0-2 - 34 7 38 42577 \N 97 2010-09-15 -0.23000000000000001 0-2 pygospio "matten" 34 7 38 42577 \N 97 2010-10-13 -0.22600000000000001 0-2 - 34 7 38 42577 \N 97 2010-11-10 -0.224 0-2 - 34 7 38 42577 \N 97 2010-12-15 -0.23100000000000001 0-2 - 34 7 38 42577 \N 97 2011-01-06 -0.23100000000000001 0-2 - 34 7 38 42577 \N 97 2011-02-09 -0.23400000000000001 0-2 - 34 7 38 42577 \N 97 2011-03-09 -0.23599999999999999 0-2 - 34 7 38 42577 \N 97 2011-04-07 -0.23699999999999999 0-2 - 34 7 38 42577 \N 97 2011-05-25 -0.23999999999999999 0-2 - 34 7 38 42577 \N 97 2011-06-15 -0.23999999999999999 0-2 - 34 7 38 42577 \N 97 2011-07-20 -0.246 0-2 veel wadslak+zandkokerworm 34 7 38 42577 \N 97 2011-08-17 -0.24199999999999999 0-2 - 34 7 38 42577 \N 97 2011-09-14 -0.245 0-2 - 34 7 38 42577 \N 97 2011-11-30 -0.25800000000000001 0-2 - 34 7 38 42577 \N 97 2012-03-14 -0.26900000000000002 0-2 - 34 7 38 42577 \N 97 2012-06-21 -0.27100000000000002 \N - 34 7 38 42577 \N 98 2008-10-03 -0.53800000000000003 8-12 zacht slibveld tussen zandgolven prut 34 7 38 42577 \N 98 2008-10-29 -0.51700000000000002 0-2 10% wier; plas 34 7 38 42577 \N 98 2008-11-26 -0.52100000000000002 0-2 plas diatomeeen 34 7 38 42577 \N 98 2009-01-14 -0.51400000000000001 2-5 ebribbels135gr; in plas 34 7 38 42577 \N 98 2009-02-11 -0.51200000000000001 2-5 - 34 7 38 42577 \N 98 2009-03-11 -0.50700000000000001 2-5 diatomeeen; in plas; wadslakjes 34 7 38 42577 \N 98 2009-04-01 -0.50900000000000001 2-5 In plas; diatomeeën; kokerwormen 34 7 38 42577 \N 98 2009-05-13 -0.5 2-5 3 soorten wier vele wadpieren 34 7 38 42577 \N 98 2009-06-10 -0.498 2-5 - 34 7 38 42577 \N 98 2009-07-22 -0.499 0-2 nat mossel kokkel wadsl kokerw 34 7 38 42577 \N 98 2009-08-12 -0.498 2-5 nat 34 7 38 42577 \N 98 2009-09-17 -0.49299999999999999 2-5 mossel in plot 34 7 38 42577 \N 98 2009-10-06 -0.49099999999999999 2-5 - 34 7 38 42577 \N 98 2009-10-21 -0.48699999999999999 0-2 - 34 7 38 42577 \N 98 2009-11-18 -0.48499999999999999 0-2 - 34 7 38 42577 \N 98 2009-12-16 -0.47199999999999998 0-2 - 34 7 38 42577 \N 98 2010-01-20 -0.46899999999999997 0-2 - 34 7 38 42577 \N 98 2010-02-17 -0.46899999999999997 2-5 - 34 7 38 42577 \N 98 2010-03-17 -0.46899999999999997 2-5 - 34 7 38 42577 \N 98 2010-04-14 -0.46400000000000002 0-2 - 34 7 38 42577 \N 98 2010-05-12 -0.45800000000000002 0-2 - 34 7 38 42577 \N 98 2010-06-16 -0.45900000000000002 2-5 - 34 7 38 42577 \N 98 2010-07-14 -0.45800000000000002 0-2 - 34 7 38 42577 \N 98 2010-08-12 -0.46300000000000002 0-2 - 34 7 38 42577 \N 98 2010-09-15 -0.45500000000000002 0-2 - 34 7 38 42577 \N 98 2010-10-13 -0.45800000000000002 0-2 - 34 7 38 42577 \N 98 2010-11-10 -0.45700000000000002 0-2 - 34 7 38 42577 \N 98 2010-12-15 -0.44600000000000001 0-2 - 34 7 38 42577 \N 98 2011-01-06 -0.44900000000000001 0-2 - 34 7 38 42577 \N 98 2011-02-09 -0.42399999999999999 0-2 - 34 7 38 42577 \N 98 2011-03-09 -0.42499999999999999 0-2 - 34 7 38 42577 \N 98 2011-04-07 -0.42699999999999999 0-2 - 34 7 38 42577 \N 98 2011-05-25 -0.42799999999999999 0-2 - 34 7 38 42577 \N 98 2011-06-15 -0.42499999999999999 0-2 - 34 7 38 42577 \N 98 2011-07-20 -0.42399999999999999 0-2 - 34 7 38 42577 \N 98 2011-08-17 -0.42699999999999999 0-2 - 34 7 38 42577 \N 98 2011-09-14 -0.42699999999999999 0-2 - 34 7 38 42577 \N 98 2011-11-30 -0.42899999999999999 0-2 - 34 7 38 42577 \N 98 2012-03-14 -0.42699999999999999 0-2 - 34 7 38 42577 \N 98 2012-06-21 -0.432 \N - 34 7 38 42577 \N 99 2008-10-29 -0.69299999999999995 2-5 - 34 7 38 42577 \N 99 2008-11-26 -0.68600000000000005 2-5 - 34 7 38 42577 \N 99 2009-01-14 -0.69099999999999995 2-5 - 34 7 38 42577 \N 99 2009-02-11 -0.68899999999999995 2-5 - 34 7 38 42577 \N 99 2009-03-11 -0.68400000000000005 2-5 - 34 7 38 42577 \N 99 2009-04-01 -0.68100000000000005 2-5 - 34 7 38 42577 \N 99 2009-05-13 -0.68000000000000005 2-5 veel wier kleine wadpieren 34 7 38 42577 \N 99 2009-06-10 -0.68500000000000005 2-5 - 34 7 38 42577 \N 99 2009-07-22 -0.68799999999999994 2-5 kokerw mossel wier 34 7 38 42577 \N 99 2009-08-12 -0.70199999999999996 5-8 gammarus wier nat 34 7 38 42577 \N 99 2009-09-17 -0.69199999999999995 2-5 nat 34 7 38 42577 \N 99 2009-10-06 -0.69599999999999995 2-5 - 34 7 38 42577 \N 99 2009-10-21 -0.69399999999999995 2-5 - 34 7 38 42577 \N 99 2009-11-18 -0.69999999999999996 2-5 - 34 7 38 42577 \N 99 2009-12-16 -0.69899999999999995 2-5 - 34 7 38 42577 \N 99 2010-01-20 -0.69399999999999995 2-5 - 34 7 38 42577 \N 99 2010-02-17 -0.69299999999999995 2-5 - 34 7 38 42577 \N 99 2010-03-17 -0.69199999999999995 2-5 - 34 7 38 42577 \N 99 2010-04-14 -0.69499999999999995 2-5 - 34 7 38 42577 \N 99 2010-05-12 -0.69299999999999995 2-5 - 34 7 38 42577 \N 99 2010-06-16 -0.70199999999999996 2-5 - 34 7 38 42577 \N 99 2010-07-14 -0.70199999999999996 0-2 plot verstoord door wier 34 7 38 42577 \N 99 2010-08-12 -0.70299999999999996 0-2 - 34 7 38 42577 \N 99 2010-09-15 -0.68500000000000005 0-2 - 34 7 38 42577 \N 99 2010-10-13 -0.67800000000000005 0-2 - 34 7 38 42577 \N 99 2010-11-10 -0.68200000000000005 0-2 - 34 7 38 42577 \N 99 2010-12-15 -0.68400000000000005 0-2 - 34 7 38 42577 \N 99 2011-01-06 -0.68400000000000005 0-2 - 34 7 38 42577 \N 99 2011-02-09 -0.68999999999999995 0-2 - 34 7 38 42577 \N 99 2011-03-09 -0.69299999999999995 0-2 - 34 7 38 42577 \N 99 2011-04-07 -0.69199999999999995 0-2 - 34 7 38 42577 \N 99 2011-05-25 -0.69699999999999995 0-2 - 34 7 38 42577 \N 99 2011-06-15 -0.69199999999999995 0-2 - 34 7 38 42577 \N 99 2011-07-20 -0.69499999999999995 0-2 - 34 7 38 42577 \N 99 2011-08-17 -0.68899999999999995 0-2 - 34 7 38 42577 \N 99 2011-09-14 -0.69599999999999995 0-2 - 34 7 38 42577 \N 99 2011-11-30 -0.69499999999999995 0-2 - 34 7 38 42577 \N 99 2012-03-14 -0.68600000000000005 0-2 - 34 7 38 42577 \N 99 2012-06-21 -0.69899999999999995 \N - 34 7 38 42577 \N 100 2008-10-03 -0.69999999999999996 2-5 sporadisch oesters 34 7 38 42577 \N 100 2008-10-29 -0.70599999999999996 2-5 - 34 7 38 42577 \N 100 2008-11-26 -0.70899999999999996 2-5 - 34 7 38 42577 \N 100 2009-01-14 -0.70699999999999996 2-5 - 34 7 38 42577 \N 100 2009-02-11 -0.70899999999999996 2-5 - 34 7 38 42577 \N 100 2009-03-11 -0.70399999999999996 2-5 - 34 7 38 42577 \N 100 2009-04-01 -0.69799999999999995 2-5 - 34 7 38 42577 \N 100 2009-05-13 -0.70599999999999996 2-5 wier wadpier kokerw 34 7 38 42577 \N 100 2009-06-10 -0.71199999999999997 2-5 - 34 7 38 42577 \N 100 2009-07-22 -0.70199999999999996 2-5 - 34 7 38 42577 \N 100 2009-08-12 -0.70299999999999996 2-5 nat wier 34 7 38 42577 \N 100 2009-09-17 -0.71599999999999997 2-5 nat 34 7 38 42577 \N 100 2009-10-06 -0.71999999999999997 2-5 - 34 7 38 42577 \N 100 2009-10-21 -0.72099999999999997 2-5 - 34 7 38 42577 \N 100 2009-11-18 -0.72199999999999998 2-5 - 34 7 38 42577 \N 100 2009-12-16 -0.71699999999999997 2-5 - 34 7 38 42577 \N 100 2010-01-20 -0.71099999999999997 2-5 - 34 7 38 42577 \N 100 2010-02-17 -0.70899999999999996 2-5 - 34 7 38 42577 \N 100 2010-03-17 -0.71099999999999997 2-5 - 34 7 38 42577 \N 100 2010-04-14 -0.70699999999999996 2-5 - 34 7 38 42577 \N 100 2010-05-12 -0.70899999999999996 2-5 - 34 7 38 42577 \N 100 2010-06-16 -0.71499999999999997 2-5 - 34 7 38 42577 \N 100 2010-07-14 -0.71299999999999997 2-5 Plot verstoord door dikke laag wier 34 7 38 42577 \N 100 2010-08-12 -0.70599999999999996 0-2 - 34 7 38 42577 \N 100 2010-09-15 -0.70199999999999996 2-5 - 34 7 38 42577 \N 100 2010-10-13 -0.69099999999999995 0-2 - 34 7 38 42577 \N 100 2010-11-10 -0.69899999999999995 0-2 - 34 7 38 42577 \N 100 2010-12-15 -0.69799999999999995 0-2 - 34 7 38 42577 \N 100 2011-01-06 -0.69699999999999995 0-2 - 34 7 38 42577 \N 100 2011-02-09 -0.70399999999999996 0-2 - 34 7 38 42577 \N 100 2011-03-09 -0.70499999999999996 0-2 - 34 7 38 42577 \N 100 2011-04-07 -0.70399999999999996 0-2 - 34 7 38 42577 \N 100 2011-05-25 -0.70699999999999996 0-2 - 34 7 38 42577 \N 100 2011-06-15 -0.70599999999999996 0-2 - 34 7 38 42577 \N 100 2011-07-20 -0.71899999999999997 0-2 wier 34 7 38 42577 \N 100 2011-08-17 -0.71199999999999997 0-2 - 34 7 38 42577 \N 100 2011-09-14 -0.70899999999999996 0-2 - 34 7 38 42577 \N 100 2011-11-30 -0.70699999999999996 0-2 - 34 7 38 42577 \N 100 2012-03-14 -0.69999999999999996 0-2 - 34 7 38 42577 \N 100 2012-06-21 -0.70099999999999996 \N - 34 7 38 42577 \N 101 2009-03-11 0.076999999999999999 0-2 Nieuw plot 34 7 38 42577 \N 101 2009-04-01 0.071999999999999995 0-2 - 34 7 38 42577 \N 101 2009-05-13 0.067000000000000004 0-2 - 34 7 38 42577 \N 101 2009-06-10 0.060999999999999999 0-2 - 34 7 38 42577 \N 101 2009-07-22 0.060999999999999999 0-2 schelpen 34 7 38 42577 \N 101 2009-08-12 0.051999999999999998 0-2 - 34 7 38 42577 \N 101 2009-09-17 0.048000000000000001 0-2 - 34 7 38 42577 \N 101 2009-10-06 0.049000000000000002 0-2 - 34 7 38 42577 \N 101 2009-10-21 0.042000000000000003 0-2 - 34 7 38 42577 \N 101 2009-11-18 0.034000000000000002 0-2 - 34 7 38 42577 \N 101 2009-12-16 0.02 0-2 - 34 7 38 42577 \N 101 2010-01-20 0.017000000000000001 0-2 - 34 7 38 42577 \N 101 2010-02-17 0.016 0-2 - 34 7 38 42577 \N 101 2010-03-17 0.010999999999999999 0-2 - 34 7 38 42577 \N 101 2010-04-14 0.014 0-2 - 34 7 38 42577 \N 101 2010-05-12 0.0080000000000000002 0-2 - 34 7 38 42577 \N 101 2010-06-16 0.01 0-2 - 34 7 38 42577 \N 101 2010-07-14 0.01 0-2 - 34 7 38 42577 \N 101 2010-08-12 0.0089999999999999993 0-2 - 34 7 38 42577 \N 101 2010-09-15 0.010999999999999999 0-2 - 34 7 38 42577 \N 101 2010-10-13 0.002 0-2 - 34 7 38 42577 \N 101 2010-11-10 -0.0089999999999999993 0-2 - 34 7 38 42577 \N 101 2010-12-15 -0.012999999999999999 0-2 - 34 7 38 42577 \N 101 2011-01-06 -0.01 0-2 - 34 7 38 42577 \N 101 2011-02-09 -0.012 0-2 - 34 7 38 42577 \N 101 2011-03-09 -0.021999999999999999 0-2 - 34 7 38 42577 \N 101 2011-04-07 -0.02 0-2 - 34 7 38 42577 \N 101 2011-05-25 -0.025999999999999999 0-2 - 34 7 38 42577 \N 101 2011-06-15 -0.021000000000000001 0-2 - 34 7 38 42577 \N 101 2011-07-20 -0.016 0-2 veel wadslak 34 7 38 42577 \N 101 2011-08-17 -0.019 0-2 - 34 7 38 42577 \N 101 2011-09-14 -0.021000000000000001 0-2 - 34 7 38 42577 \N 101 2011-11-30 -0.028000000000000001 0-2 - 34 7 38 42577 \N 101 2012-03-14 -0.028000000000000001 0-2 - 34 7 38 42577 \N 101 2012-06-21 -0.035999999999999997 \N - 34 7 38 42577 \N 102 2009-03-11 0.33900000000000002 0-2 Nieuw plot 34 7 38 42577 \N 102 2009-04-01 0.32900000000000001 0-2 plofzand 34 7 38 42577 \N 102 2009-05-13 0.314 0-2 - 34 7 38 42577 \N 102 2009-06-10 0.309 0-2 - 34 7 38 42577 \N 102 2009-07-22 0.31 0-2 kokerw wadsl plofz 34 7 38 42577 \N 102 2009-08-12 0.29499999999999998 0-2 - 34 7 38 42577 \N 102 2009-09-17 0.28000000000000003 0-2 - 34 7 38 42577 \N 102 2009-10-06 0.27300000000000002 0-2 - 34 7 38 42577 \N 102 2009-10-21 0.28000000000000003 0-2 - 34 7 38 42577 \N 102 2009-11-18 0.25900000000000001 0-2 - 34 7 38 42577 \N 102 2009-12-16 0.221 0-2 - 34 7 38 42577 \N 102 2010-01-20 0.21099999999999999 0-2 - 34 7 38 42577 \N 102 2010-02-17 0.20599999999999999 0-2 - 34 7 38 42577 \N 102 2010-03-17 0.20599999999999999 0-2 - 34 7 38 42577 \N 102 2010-04-14 0.19700000000000001 0-2 - 34 7 38 42577 \N 102 2010-05-12 0.193 0-2 - 34 7 38 42577 \N 102 2010-06-16 0.19400000000000001 0-2 - 34 7 38 42577 \N 102 2010-07-14 0.19700000000000001 0-2 - 34 7 38 42577 \N 102 2010-08-12 0.19800000000000001 0-2 - 34 7 38 42577 \N 102 2010-09-15 0.20200000000000001 0-2 - 34 7 38 42577 \N 102 2010-10-13 0.20200000000000001 0-2 - 34 7 38 42577 \N 102 2010-11-10 0.187 0-2 - 34 7 38 42577 \N 102 2010-12-15 0.17299999999999999 0-2 - 34 7 38 42577 \N 102 2011-01-06 0.17199999999999999 0-2 - 34 7 38 42577 \N 102 2011-02-09 0.154 0-2 - 34 7 38 42577 \N 102 2011-03-09 0.156 0-2 - 34 7 38 42577 \N 102 2011-04-07 0.155 0-2 - 34 7 38 42577 \N 102 2011-05-25 0.153 0-2 - 34 7 38 42577 \N 102 2011-06-15 0.153 0-2 - 34 7 38 42577 \N 102 2011-07-20 0.14299999999999999 0-2 - 34 7 38 42577 \N 102 2011-08-17 0.14599999999999999 0-2 - 34 7 38 42577 \N 102 2011-09-14 0.14099999999999999 0-2 - 34 7 38 42577 \N 102 2011-11-30 0.13300000000000001 0-2 - 34 7 38 42577 \N 102 2012-03-14 0.126 0-2 - 34 7 38 42577 \N 102 2012-06-21 0.112 \N - 34 7 38 42577 \N 103 2009-03-11 0.043999999999999997 0-2 Nieuw plot 34 7 38 42577 \N 103 2009-04-01 0.032000000000000001 0-2 - 34 7 38 42577 \N 103 2009-05-13 0.032000000000000001 0-2 - 34 7 38 42577 \N 103 2009-06-10 0.031 0-2 - 34 7 38 42577 \N 103 2009-07-22 0.028000000000000001 0-2 oester in plobtuis 34 7 38 42577 \N 103 2009-08-12 0.024 0-2 - 34 7 38 42577 \N 103 2009-09-17 0.021999999999999999 0-2 - 34 7 38 42577 \N 103 2009-10-06 0.019 0-2 - 34 7 38 42577 \N 103 2009-10-21 0.019 0-2 - 34 7 38 42577 \N 103 2009-11-18 0.010999999999999999 0-2 - 34 7 38 42577 \N 103 2009-12-16 0.0060000000000000001 0-2 - 34 7 38 42577 \N 103 2010-01-20 -0.0060000000000000001 0-2 - 34 7 38 42577 \N 103 2010-02-17 -0.0089999999999999993 0-2 - 34 7 38 42577 \N 103 2010-03-17 -0.012 0-2 - 34 7 38 42577 \N 103 2010-04-14 -0.0050000000000000001 0-2 - 34 7 38 42577 \N 103 2010-05-12 -0.012999999999999999 0-2 - 34 7 38 42577 \N 103 2010-06-16 -0.016 0-2 - 34 7 38 42577 \N 103 2010-07-15 -0.014 0-2 - 34 7 38 42577 \N 103 2010-08-12 -0.017999999999999999 0-2 - 34 7 38 42577 \N 103 2010-09-15 -0.017000000000000001 0-2 - 34 7 38 42577 \N 103 2010-10-13 -0.016 0-2 - 34 7 38 42577 \N 103 2010-11-10 -0.021000000000000001 0-2 - 34 7 38 42577 \N 103 2010-12-15 -0.027 0-2 - 34 7 38 42577 \N 103 2011-01-06 -0.027 0-2 - 34 7 38 42577 \N 103 2011-02-09 -0.041000000000000002 0-2 - 34 7 38 42577 \N 103 2011-03-09 -0.037999999999999999 0-2 - 34 7 38 42577 \N 103 2011-04-07 -0.036999999999999998 0-2 - 34 7 38 42577 \N 103 2011-05-25 -0.041000000000000002 0-2 - 34 7 38 42577 \N 103 2011-06-15 -0.041000000000000002 0-2 - 34 7 38 42577 \N 103 2011-07-20 -0.050000000000000003 0-2 - 34 7 38 42577 \N 103 2011-08-17 -0.041000000000000002 0-2 - 34 7 38 42577 \N 103 2011-09-14 -0.049000000000000002 0-2 - 34 7 38 42577 \N 103 2011-11-30 -0.050000000000000003 0-2 - 34 7 38 42577 \N 103 2012-03-14 -0.080000000000000002 0-2 - 34 7 38 42577 \N 103 2012-06-21 -0.078 \N - 34 7 38 42577 \N \. -- -- TOC entry 2730 (class 0 OID 99157) -- Dependencies: 187 -- Data for Name: erosion_loations; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY erosion_loations (stationid, x, y, geom, description, srid) FROM stdin; 90 55706.927000000003 398143.01899999997 0101000020E6100000EED6A7D729A40F405D883A0D1FC84940 erosion_galgeplaat 90 28992 91 55758.913 398196.00599999999 0101000020E610000034A468F2AAA50F4026E18DF42EC84940 erosion_galgeplaat 91 28992 92 55808.449999999997 398247.87800000003 0101000020E61000004BB252B619A70F4038FD29843EC84940 erosion_galgeplaat 92 28992 93 55849.504999999997 398296.04999999999 0101000020E610000036122BEA48A80F40D06245F04CC84940 erosion_galgeplaat 93 28992 94 55774.247000000003 398063.91700000002 0101000020E6100000DB3E2E7A32A60F402AFB072608C84940 erosion_galgeplaat 94 28992 95 55956.311000000002 398064.05699999997 0101000020E6100000B9AEB8B392AB0F4054B0F43D09C84940 erosion_galgeplaat 95 28992 96 56067.296999999999 398063.99900000001 0101000020E6100000F7AA5DABD9AE0F40069F8CDD09C84940 erosion_galgeplaat 96 28992 97 55643.517999999996 397889.15600000002 0101000020E6100000385D204470A20F40ADF658EED3C74940 erosion_galgeplaat 97 28992 98 55682.050999999999 397798.85100000002 0101000020E610000053ABECF3A0A30F40119F0890B9C74940 erosion_galgeplaat 98 28992 99 55711.749000000003 397731.30699999997 0101000020E61000005FB08A778BA40F40033464D8A5C74940 erosion_galgeplaat 99 28992 100 55731.879000000001 397682.31300000002 0101000020E61000002B7F48E62AA50F406059E98897C74940 erosion_galgeplaat 100 28992 101 55592.131000000001 398009.10800000001 0101000020E6100000416AAEFED9A00F40212F70F4F6C74940 erosion_galgeplaat 101 28992 102 55541.514000000003 398124.446 0101000020E6100000C26D34364A9F0F40F2ACCF9F18C84940 erosion_galgeplaat 102 28992 103 55479.214 397956.79200000002 0101000020E61000000CCD753E8C9D0F40B2DA19E5E6C74940 erosion_galgeplaat 103 28992 \. -- -- TOC entry 2733 (class 0 OID 121210) -- Dependencies: 193 -- Data for Name: sprint; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY sprint (locid, value, geom, lon, lat) FROM stdin; 1 2 0101000020E6100000DB0A4A6FF69B0F4064538C5091C74940 3.9511536306830357 51.559122150915556 1 2 0101000020E6100000A34BAA52FAAB0F4086F9F3998CC74940 3.9589735468120621 51.558978313568375 0 1 0101000020E6100000674FC5B10E9C0F40F34C4248A2C74940 3.9511999023761066 51.559639961598712 0 1 0101000020E6100000C28153EAC59B0F40580F25767EC74940 3.9510610872968934 51.558546798797295 0 1 0101000020E610000012C29547729A0F40F4E0DD4192C74940 3.950413283593897 51.559150918330403 0 1 0101000020E61000004921705EC39D0F40421AE96D8FC74940 3.9520327928513876 51.559064616031279 0 1 0101000020E61000005D5D79D6039B0F406B77AD919DC74940 3.9506909137523238 51.559496125889233 0 0 0101000020E61000003A8AC5B49D9E0F4023A21DB7D5C64940 3.9524492380890281 51.553397073239715 0 0 0101000020E6100000CC739FC5D09C0F401B7955DBE3C64940 3.9515700759206762 51.553828636870286 0 0 0101000020E6100000FEDDFD905C980F400B4F28E114C74940 3.9493953063463314 51.555324692422879 0 0 0101000020E6100000546B2DFBF8990F4077FD2F891AC74940 3.9501819251285415 51.555497311051049 0 0 0101000020E610000077E66F5B349B0F40982541FD33C74940 3.9507834571384666 51.556274086770998 0 0 0101000020E61000009F06118A8A9A0F407947018D6CC74940 3.9504595552869683 51.558000207542996 0 0 0101000020E6100000402F2483B89C0F404D5A4D5270C74940 3.9515238042276053 51.558115279931918 0 0 0101000020E61000002BF31A0B789F0F4068D22DA27BC74940 3.9528656833266687 51.558460495351767 0 0 0101000020E61000006CECCF3BA9A80F40580F25767EC74940 3.9573540375545715 51.558546798797295 0 0 0101000020E610000061FA83609EA70F40D3BB3A5F90C74940 3.9568450489307883 51.559093383482512 0 0 0101000020E61000002B43388822A90F406B77AD919DC74940 3.9575853960199274 51.559496125889233 0 0 0101000020E6100000343584632DAA0F40A6EA0998ADC74940 3.9580943846437098 51.559985165445411 0 0 0101000020E610000058B0C6C368AB0F40FEF0FA6BB0C74940 3.9586959166536353 51.560071465997666 0 0 0101000020E61000007A2B0924A4AC0F404C9DEB3FB3C74940 3.9592974486635599 51.560157766386141 0 0 0101000020E61000007E78F63094AF0F40AF6E977C8EC74940 3.9607318711487656 51.559035848561841 0 0 0101000020E610000026F64A7B32A60F40E3522C0EF1C64940 3.9561509735347213 51.554231425898045 0 0 0101000020E61000006252F521C9A20F40A1C17257ECC64940 3.9544851925841593 51.554087573083287 0 0 0101000020E6100000C129E2289BA00F40208584FFF1C64940 3.9534209436435224 51.554260196406403 0 0 0101000020E6100000E6FC954A019D0F40D819EA632DC74940 3.9516626193068189 51.556072701747041 0 0 0101000020E6100000319879D9929D0F4064F5E3AB49C74940 3.9519402494652458 51.556935774143113 0 0 0101000020E6100000EFEEE1250C9E0F4062DA6C2E62C74940 3.9521716079306013 51.557683756972224 0 0 0101000020E6100000E057377CE69E0F409A8F830A54C74940 3.9525880531682418 51.557252229918234 0 0 0101000020E6100000136A2486479F0F409B94943E40C74940 3.9527731399405268 51.556648085164134 0 0 0101000020E6100000C129E2289BA00F40C6FD76865CC74940 3.9534209436435224 51.557511146641943 0 0 0101000020E610000094BC53ED549E0F40DD6D9B4EB2C74940 3.9523104230098145 51.560128999608175 0 0 0101000020E6100000B78F070FBB9A0F40A6EA0998ADC74940 3.9505520986731102 51.559985165445411 0 0 0101000020E6100000C826B2B8E0990F4056B49963C1C74940 3.9501356534354706 51.560589265871997 0 0 0101000020E610000063AA66E3F39D0F40B643E954C2C74940 3.9521253362375304 51.560618032358818 0 0 0101000020E61000005C050815D99F0F406A510BADBCC74940 3.9530507700989528 51.560445433164958 0 0 0101000020E6100000768EFE9909A00F4072269339A3C74940 3.9531433134850955 51.55966872868602 0 0 0101000020E6100000768EFE9909A00F405A5C50B78AC74940 3.9531433134850955 51.558920778502127 0 0 0101000020E610000017B7119337A20F4056B49963C1C74940 3.9542075624257325 51.560589265871997 0 0 0101000020E61000001B04FF9F27A50F4072448837C4C74940 3.9556419849109381 51.560675565277862 0 0 0101000020E6100000B33AC6BD4AA60F40CFB5D728C5C74940 3.9561972452277927 51.560704331710092 0 0 0101000020E6100000A4A31B1425A70F406EBB341CA5C74940 3.9566136904654332 51.559726262806052 0 0 0101000020E6100000FD25C7C986B00F406A510BADBCC74940 3.9611945880794779 51.560445433164958 0 0 0101000020E61000001162D041C7AD0F4072448837C4C74940 3.9598527089804141 51.560675565277862 0 0 0101000020E610000000CB2598A1AE0F40F0F5E32AA4C74940 3.9602691542180537 51.559697495755131 0 0 0101000020E6100000896A420C9FB00F40F0F5E32AA4C74940 3.9612408597725488 51.559697495755131 0 0 0101000020E6100000A1F33891CFB00F40C39FE3DC77C74940 3.9613334031586906 51.558345423836293 0 0 0101000020E610000020F97AEBECAC0F406C887BB259C74940 3.9594362637427736 51.557424841231153 0 0 0101000020E6100000F8304B7EC1A80F40A441670265C74940 3.9574003092476424 51.557770061891716 0 0 0101000020E61000004424A0CE7DA40F4053E568CC99C74940 3.9553180830594403 51.559381056994106 0 0 0101000020E6100000A3FB8CD54FA20F40EF82FE829EC74940 3.9542538341188034 51.559524893067525 0 0 0101000020E610000053BB4A78A3A30F408CA3AA7AAFC74940 3.9549016378217998 51.560042699165109 0 0 0101000020E61000000C6D54F601A60F402CB3230796C74940 3.9560584301485786 51.559265987807834 0 0 0101000020E61000001212B3C41CA40F402897ACD488C74940 3.9551329962871558 51.558863243363078 0 0 0101000020E61000000C6D54F601A60F403EF21B4A81C74940 3.9560584301485786 51.558633102079042 0 0 0101000020E610000067F753F0E3A00F40B027F33472C74940 3.953559758722736 51.558172816017191 0 0 0101000020E610000053BB4A78A3A30F4018FA90EB76C74940 3.9549016378217998 51.558316655911938 0 0 0101000020E610000071E99FCBEEA10F40E5D3131164C74940 3.9540687473465188 51.557741293603421 0 0 0101000020E6100000F9E02D01179F0F407947018D6CC74940 3.9526805965543841 51.558000207542996 0 0 0101000020E61000004D6E5D6BB3A00F407E3BAB1DCFC64940 3.9534672153365933 51.553195675477568 0 0 0101000020E6100000C776CF358BA30F405B0D29B0C5C64940 3.9548553661287289 51.552907962841992 0 0 0101000020E6100000CBC3BC427BA60F40E46D4458CBC64940 3.9562897886139345 51.553080590641713 0 0 0101000020E610000010BA4103F2A80F401A97512CCEC64940 3.9574928526337843 51.553166904295907 0 0 0101000020E6100000B1E254FC1FAB0F404C309E49CCC64940 3.9585571015744212 51.553109361877972 0 0 0101000020E61000001162D041C7AD0F4066DB6AD4D3C64940 3.9598527089804141 51.55333953111294 0 0 0101000020E6100000CA13DABF25B00F403581298BD8C64940 3.9610095013071929 51.553483386293387 0 0 0101000020E6100000896A420C9FB00F40E3522C0EF1C64940 3.9612408597725488 51.554231425898045 0 0 0101000020E61000006FE14B876EB00F409C81BD9F08C74940 3.9611483163864061 51.55495068314778 0 0 0101000020E6100000B08AE33AF5AF0F40B6FBDF3F1FC74940 3.9609169579210501 51.555641159407443 0 0 0101000020E6100000D9AA84694BAF0F40AF2F961A32C74940 3.9605930560695524 51.556216548283707 0 0 0101000020E6100000E39CD04456B00F40F368E17F4CC74940 3.9611020446933352 51.557022080481964 0 0 0101000020E6100000604AA1DD48B10F407982DE534FC74940 3.9615647616240466 51.557108386657042 0 0 0101000020E6100000925C8EE7A9B10F408A9196EE34C74940 3.9617498483963312 51.55630285598734 0 0 0101000020E610000051B3F63323B20F40C143363120C74940 3.9619812068616871 51.555669929024141 0 0 0101000020E61000002A935505CDB20F40DED208E903C74940 3.9623051087131858 51.554806832607696 0 0 0101000020E610000051B3F63323B20F405D531A66EBC64940 3.9619812068616871 51.55405880246574 0 0 0101000020E61000005CFDB3D058AE0F404536B8A0E7C64940 3.9601303391388409 51.553943719813596 0 0 0101000020E6100000259ED9B907AB0F40E01BF215E0C64940 3.9585108298813503 51.553713553635816 0 0 0101000020E6100000A34BAA52FAAB0F4097CB34E2F3C64940 3.9589735468120621 51.554317737368528 0 0 0101000020E6100000F8304B7EC1A80F40D0DF8CD3F4C64940 3.9574003092476424 51.554346507822288 0 0 0101000020E61000004474BD4B28AE0F40D883FB40FEC64940 3.9600377957526991 51.554634211359087 0 0 0101000020E61000008E0FA1DAB9AE0F40F48ED1EF13C74940 3.9603154259111255 51.555295922587817 0 0 0101000020E61000002F90259512AC0F4053F30EBD06C74940 3.9590198185051331 51.554893142986337 0 0 0101000020E61000004D6E5D6BB3A00F4056EB82A618C74940 3.9534672153365933 51.555439771581106 0 0 0101000020E6100000BC84835A80A20F400B4F28E114C74940 3.9543463775049457 51.555324692422879 0 0 0101000020E61000008FBF835D0FA50F40F48ED1EF13C74940 3.9555957132178672 51.555295922587817 0 0 0101000020E6100000E54CB3C7ABA60F4033B1D5C316C74940 3.9563823320000773 51.55538223203839 0 0 0101000020E61000006CECCF3BA9A80F40D0B5E21322C74940 3.9573540375545715 51.555727468202917 0 0 0101000020E6100000A8F0082115AA0F40B9A5402931C74940 3.9580481129506389 51.556187779012767 0 1 0101000020E6100000A453FE967A9D0F4060420BAF9BC74940 3.9518939777721744 51.559438591478056 0 1 0101000020E6100000D118FE93EB9A0F4058A4B60086C74940 3.9506446420592529 51.558776940518044 0 1 0101000020E61000007241118D199D0F401E7B121E84C74940 3.9517088909998899 51.558719405197039 0 1 0101000020E6100000FC7D388BB1AB0F40F37BA065A0C74940 3.9588347317328481 51.559582427369513 0 1 0101000020E610000061A2129F73AC0F4018FA90EB76C74940 3.9592049052774176 51.558316655911938 0 1 0101000020E6100000E999A0D49BA90F4086F9F3998CC74940 3.9578167544852829 51.558978313568375 0 1 0101000020E610000029EBC6C6F7AD0F40AF6E977C8EC74940 3.9599452523665559 51.559035848561841 0 1 0101000020E61000000B15E334D7AA0F404260C6E997C74940 3.9584182864952075 51.559323522437367 0 1 0101000020E6100000520B68F54DAD0F4053E568CC99C74940 3.9596213505150581 51.559381056994106 0 1 0101000020E6100000F38BECAFA6AA0F40BF54DBB07AC74940 3.9583257431090657 51.558431727500185 0 1 0101000020E61000006B945E7A7EAD0F409EB0C95880C74940 3.9597138939012004 51.558604334336664 0 1 0101000020E6100000402F2483B89C0F40A14D335D1DC74940 3.9515238042276053 51.555583620119485 0 1 0101000020E61000000878D8AA3C9E0F4077381F390FC74940 3.9522641513167436 51.555152073139588 0 1 0101000020E610000035E566E682A00F40063D60DA04C74940 3.9533746719504514 51.554835602752107 0 1 0101000020E6100000EE967064E1A20F40D883FB40FEC64940 3.9545314642772302 51.554634211359087 0 1 0101000020E61000008FBF835D0FA50F4079194C5EFCC64940 3.9555957132178672 51.55457667079731 0 1 0101000020E61000002EE896563DA70F406058021501C74940 3.9566599621585032 51.554720522065281 0 1 0101000020E6100000E999A0D49BA90F40BDB9149109C74940 3.9578167544852829 51.554979453201192 0 1 0101000020E61000007039BD4899AB0F4046532CB517C74940 3.9587884600397771 51.555411001818854 0 1 0101000020E6100000388271701DAD0F40E71BE7BB27C74940 3.9595288071289154 51.555900085302532 0 0 0101000020E61000006302D8A41E990F407569F156A1C74940 3.949765479890901 51.559611194493222 0 0 0101000020E6100000A4AB6F58A5980F4086F9F3998CC74940 3.9495341214255451 51.558978313568375 0 0 0101000020E610000030F0EA9ABD980F406E3B36CE78C74940 3.949580393118616 51.558374191742459 0 0 0101000020E61000006302D8A41E990F40DEB8C54B60C74940 3.949765479890901 51.557626220268261 0 0 0101000020E6100000EF4653E736990F40A32E8A624EC74940 3.9498117515839719 51.557079617950215 0 0 0101000020E61000005708388593A60F40E82CE741DDC64940 3.9563360603070055 51.553627241018887 0 0 0101000020E610000010BA4103F2A80F401B7955DBE3C64940 3.9574928526337843 51.553828636870286 0 0 0101000020E6100000E5A42489D6A10F407982DE534FC74940 3.9540224756534479 51.557108386657042 0 0 0101000020E6100000DB0A4A6FF69B0F40556F1E695EC74940 3.9511536306830357 51.557568683491503 0 0 0101000020E6100000A3FB8CD54FA20F405A5C50B78AC74940 3.9542538341188034 51.558920778502127 0 0 0101000020E6100000C28153EAC59B0F40D0E7CBE7B8C74940 3.9510610872968934 51.560330366671792 0 0 0101000020E61000005860A946BEA10F4091EFDB13B6C74940 3.9539762039603765 51.560244066610842 0 0 0101000020E6100000B292377F75A10F4027DE8B22B5C74940 3.9538373888811629 51.560215299887481 0 0 0101000020E6100000B1E254FC1FAB0F40B643E954C2C74940 3.9585571015744212 51.560618032358818 0 0 0101000020E6100000DA5A67ECA0A50F40194C5A89AEC74940 3.955873343376294 51.560013932314355 0 0 0101000020E6100000165FA0D10CA70F40417B389D4AC74940 3.9565674187723614 51.556964542940939 0 0 0101000020E6100000F9E02D01179F0F40CEB0FCE9E2C64940 3.9526805965543841 51.553799866088966 0 0 0101000020E6100000674FC5B10E9C0F4009EAE4C4F5C64940 3.9511999023761066 51.554375278257858 0 0 0101000020E61000002B4B8CCCA29A0F406058021501C74940 3.9505058269800393 51.554720522065281 0 0 0101000020E61000005D5D79D6039B0F407FF676A8D6C64940 3.9506909137523238 51.5534258442758 0 0 0101000020E610000063AA66E3F39D0F40D883FB40FEC64940 3.9521253362375304 51.554634211359087 0 0 0101000020E6100000674FC5B10E9C0F40FF0BC3730BC74940 3.9511999023761066 51.555036993253445 0 0 0101000020E61000009A0941FA44A10F40E82CE741DDC64940 3.953744845495021 51.553627241018887 0 0 0101000020E6100000F8389FC2419A0F40A1C17257ECC64940 3.9503207402077543 51.554087573083287 0 0 0101000020E610000030F0EA9ABD980F404855F46CFBC64940 3.949580393118616 51.554547900489126 0 0 0101000020E61000004879E11FEE980F40E4C7E88F2AC74940 3.9496729365047578 51.555986393606673 0 0 0101000020E61000007B8BCE294F990F40E69A956A3DC74940 3.9498580232770428 51.556561778115608 0 0 0101000020E610000077E66F5B349B0F40A32E8A624EC74940 3.9507834571384666 51.557079617950215 0 0 0101000020E6100000B737964D909F0F40E115E5E724C74940 3.9529119550197396 51.555813776834619 0 0 0101000020E6100000E4F4410681AB0F40E69A956A3DC74940 3.9587421883467062 51.556561778115608 0 0 0101000020E61000009DA64B84DFAD0F409B94943E40C74940 3.959898980673485 51.556648085164134 0 0 0101000020E610000000CB2598A1AE0F40DEB8C54B60C74940 3.9602691542180537 51.557626220268261 0 0 0101000020E61000002D38B4D3E7B00F401FFF0DE566C74940 3.9613796748517616 51.557827598413716 0 0 0101000020E610000000CB2598A1AE0F40BE90EB0875C74940 3.9602691542180537 51.558259120008628 0 0 0101000020E610000075DE1B17B4A90F40A04E193D61C74940 3.9578630261783538 51.557654988629338 0 0 0101000020E61000006747716D8EAA0F404ECC324550C74940 3.9582794714159948 51.557137155345671 0 0 0101000020E610000010BA4103F2A80F402C00E80344C74940 3.9574928526337843 51.5567631609741 0 0 0101000020E6100000E54CB3C7ABA60F404BDDEBB338C74940 3.9563823320000773 51.556417932670762 0 0 0101000020E6100000358DF52458A50F40DD5D94722CC74940 3.9557345282970808 51.556043932385116 0 0 0101000020E61000006B4441FDD3A30F407DF3EBDF35C74940 3.9549941812079417 51.5563316251855 0 0 0101000020E61000000CC5C5B72CA10F407DF3EBDF35C74940 3.9536985738019492 51.5563316251855 0 0 0101000020E610000086CD378204A40F40417B389D4AC74940 3.9550867245940848 51.556964542940939 0 0 0101000020E61000004424A0CE7DA40F40A04E193D61C74940 3.9553180830594403 51.557654988629338 0 0 0101000020E61000000C6D54F601A60F40556F1E695EC74940 3.9560584301485786 51.557568683491503 0 0 0101000020E6100000358DF52458A50F40807EE92F41C74940 3.9557345282970808 51.556676854143916 0 0 0101000020E6100000D60D7ADFB0A20F40E3213BD925C74940 3.9544389208910884 51.555842546342113 0 0 0101000020E6100000DEA754F990A80F4093D851B3CCC74940 3.9573077658614997 51.56093446251284 0 0 0101000020E61000008AC2B3CDC9AB0F40E0F98D78D0C74940 3.9588810034259199 51.561049527477508 0 0 0101000020E61000001FA1092AC2B10F40E82CE741DDC64940 3.9617961200894025 51.553627241018887 0 0 0101000020E61000003385A1E0D7B30F40D3586983E9C64940 3.9628140973369681 51.554001261176062 0 0 0101000020E61000002B4B8CCCA29A0F4008D61ADCC2C64940 3.9505058269800393 51.552821648696465 0 0 0101000020E6100000D565EBA0DB9D0F40AA440C08C0C64940 3.9520790645444586 51.552735334387151 1 0 0101000020E610000067F753F0E3A00F40AA440C08C0C64940 3.953559758722736 51.552735334387151 \. -- -- TOC entry 2715 (class 0 OID 80702) -- Dependencies: 168 -- Data for Name: t0benthos; Type: TABLE DATA; Schema: pruts; Owner: PMR -- COPY t0benthos (project, campagne, regio, gebied, deelgebied, strat_boven_m, strat_onder_m, monster, mon_opp, replica, jaar, seizoen, datum, amersfoort_x, amersfoort_y, latitude_e50, longitude_e50, latitude_wgs84, longitude_wgs84, phylum, subphylum, superclassis, classis, subclassis, superordo, ordo, subordo, superfamilia, family, genus, soortnaam, mv, lengte, aantal, natgewicht_mg, asvrdrooggewicht_mg, dichtheid, massa_mg_m2, biomassa_mg_m2, kwaliteit_determinatie, kwaliteit_tellen, kwaliteit_natgewicht, kwal_asvrijdrooggew, locid, date, idparameter, idobservation_type, idlocation, geom_test, value, idmethod, idunit, quality) FROM stdin; Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 \N 179 200 \N 35800 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 416 2007-10-15 12013 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 35800 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 - - - - - - - - - - - Niets gevonden / Nothing found - \N \N \N \N \N \N \N \N \N \N Niet beschikbaar 133 2007-10-15 42543 5 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 \N 0 33 \N Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Syllidae Streptosyllis Streptosyllis websteri - \N 1 0 \N 200 0 \N Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Niet beschikbaar 259 2007-10-15 13045 13 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 \N 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda Crangonidae - 3 1 0.29999999999999999 \N 200 60 \N Ordo zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Niet beschikbaar 100 2007-10-15 42374 13 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 \N 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 38.700000000000003 3.7599999999999998 200 7740 752.33000000000004 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 342 2007-10-17 13050 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 752.33000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 8.6999999999999993 0.72999999999999998 1000 1740 146.86000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 372 2007-10-17 6395 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 146.86000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 28 1 \N 270.19999999999999 200 \N 54040 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 417 2007-10-15 12013 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 54040 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 15.5 2.0099999999999998 200 3100 401.75999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 443 2007-10-15 4846 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 401.75999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 10.300000000000001 1.3300000000000001 200 2060 266.98000000000002 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging van deelmonster, of weging met afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 390 2007-10-15 42394 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 266.98000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 1 1 \N 0 200 \N 0.40999999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 334 2007-10-17 9307 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.40999999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 11 1 \N 14.5 200 \N 2900 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 232 2007-10-15 7622 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 2900 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 24 1 \N 182.09999999999999 200 \N 36420 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 221 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 36420 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 \N 206.09999999999999 200 \N 41220 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 222 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 41220 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 \N 192.5 200 \N 38500 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 195 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 38500 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 28 1 \N 269 200 \N 53800 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 200 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 53800 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 \N 216.40000000000001 200 \N 43280 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 207 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 43280 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 2 \N 661.39999999999998 400 \N 132280.01000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 208 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 132280.01000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 \N 0.080000000000000002 200 \N 16.34 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 271 2007-10-15 12013 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 16.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 12 1 \N 19.699999999999999 200 \N 3940 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 212 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 3940 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 \N 203.94999999999999 200 \N 40790.800000000003 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 297 2007-10-15 12013 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 40790.800000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 \N 0.080000000000000002 200 \N 16.34 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 251 2007-10-15 12013 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 16.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 15 1 \N 34.799999999999997 200 \N 6960 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 110 2007-10-15 12013 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6960 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 32 1 \N 355.5 200 \N 71100 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 225 2007-10-15 12013 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 71100 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 27 1 \N 234.30000000000001 200 \N 46860 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 183 2007-10-15 12013 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 46860 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 22 1 \N 132.19999999999999 200 \N 26440 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 252 2007-10-15 12013 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 26440 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 25 1 \N 188.90000000000001 200 \N 37780 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 131 2007-10-15 12013 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 37780 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 \N 322.69999999999999 200 \N 64540 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 137 2007-10-15 12013 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 64540 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 \N 0.080000000000000002 200 \N 16.34 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 277 2007-10-15 12013 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 16.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 29 1 \N 267 200 \N 53400 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 279 2007-10-15 12013 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 53400 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 2 1 \N 0.02 200 \N 3.9100000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 239 2007-10-15 9307 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 3.9100000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 \N 0.12 200 \N 23.219999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 213 2007-10-15 7622 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 23.219999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 2 1 \N 0.02 200 \N 3.9100000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 359 2007-10-17 9307 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 3.9100000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 \N 0.31 200 \N 62.600000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 245 2007-10-15 7622 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 62.600000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 6 1 \N 1.27 200 \N 253.38999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 246 2007-10-15 7622 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 253.38999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 7 1 \N 2.1600000000000001 200 \N 431.16000000000003 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 407 2007-10-15 7622 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 431.16000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 4 1 \N 0.17999999999999999 200 \N 36.939999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 335 2007-10-17 9307 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 36.939999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida Unknown Tellinoidea Semelidae Abra Abra alba - 4 1 \N 0.53000000000000003 200 \N 106.27 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 81 2007-10-15 12997 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 106.27 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 3 1 \N 0.070000000000000007 200 \N 14.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 276 2007-10-15 9307 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 14.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 16.199999999999999 2.1000000000000001 200 3240 419.89999999999998 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 171 2007-10-15 42394 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 419.89999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 5 8.8000000000000007 0.96999999999999997 1000 1760 194.66 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 43 2007-10-15 8152 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 194.66 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 23 7.7999999999999998 0.85999999999999999 4600 1560 171.13 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 454 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 171.13 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 11 4.7999999999999998 0.57999999999999996 2200 960 115.09999999999999 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 357 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 115.09999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 4.2000000000000002 0.54000000000000004 200 840 108.86 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 190 2007-10-15 42394 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 108.86 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 2 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 6.4000000000000004 0.78000000000000003 200 1280 155.00999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 307 2007-10-15 7813 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 155.00999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 8.4000000000000004 1.0900000000000001 200 1680 217.72999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 470 2007-10-15 42394 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 217.72999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 4.0999999999999996 0.5 200 820 99.299999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 482 2007-10-15 7813 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 99.299999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus - \N 6 24.399999999999999 2.9300000000000002 1200 4880 585.11000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 385 2007-10-17 2510 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 585.11000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 65.200000000000003 8.4499999999999993 200 13040 1689.98 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 30 2007-10-15 4846 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 1689.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 2 0.26000000000000001 200 400 51.840000000000003 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 425 2007-10-15 42394 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 51.840000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 0.59999999999999998 0.080000000000000002 200 120 15.67 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 293 2007-10-15 4018 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 15.67 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 1.2 0.14000000000000001 400 240 28.780000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 152 2007-10-15 42359 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 1093.5999999999999 106.3 200 218720 21259.599999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 366 2007-10-17 13050 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 21259.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 77 2007-10-15 42361 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 2 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 2 1.3999999999999999 0.14999999999999999 400 280 30.719999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 306 2007-10-15 41259 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 30.719999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 11 21 2.3199999999999998 2200 4200 464.51999999999998 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 313 2007-10-15 8152 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 464.51999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 432.5 42.039999999999999 200 86500 8407.7999999999993 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 176 2007-10-15 13050 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 8407.7999999999993 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 72.299999999999997 8.7599999999999998 200 14460 1751.1099999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 177 2007-10-15 7813 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 1751.1099999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 5.0999999999999996 0.66000000000000003 200 1020 132.19 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 375 2007-10-17 42394 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 132.19 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 1.2 0.13 200 240 26.329999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 312 2007-10-15 20132 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 26.329999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 28.699999999999999 3.48 200 5740 695.11000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 289 2007-10-15 7813 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 695.11000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 5.0999999999999996 0.66000000000000003 200 1020 132.19 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 1 2007-10-15 4846 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 132.19 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.69999999999999996 0.080000000000000002 400 140 16.789999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 20 2007-10-15 42361 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 16.789999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 115 2007-10-15 42361 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 4.2999999999999998 0.56000000000000005 200 860 111.45999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 202 2007-10-15 42394 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 111.45999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 228 2007-10-15 20132 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.5 0.050000000000000003 400 100 10.970000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 229 2007-10-15 2882 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 10.970000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 4.9000000000000004 0.58999999999999997 200 980 118.68000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 148 2007-10-15 7813 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 118.68000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 155 758.20000000000005 63.990000000000002 31000 151640.01000000001 12798.42 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 201 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 12798.42 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 8 2.3999999999999999 0.26000000000000001 1600 480 52.659999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 351 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 52.659999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 11 6.4000000000000004 0.77000000000000002 2200 1280 153.47 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 475 2007-10-15 42361 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 153.47 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus - \N 2 20.300000000000001 2.4300000000000002 400 4060 486.79000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 371 2007-10-17 2510 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 486.79000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 237 1352.4000000000001 114.14 47400 270480.01000000001 22828.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 69 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 22828.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 23 10 1.2 4600 2000 239.80000000000001 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 440 2007-10-15 42361 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 239.80000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 28.100000000000001 4.3300000000000001 200 5620 865.48000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 175 2007-10-15 6040 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 865.48000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe - \N 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 211 2007-10-15 42369 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 14.390000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 68.799999999999997 8.9199999999999999 200 13760 1783.3 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 338 2007-10-17 4846 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 1783.3 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 1 0.40000000000000002 0.050000000000000003 200 80 10.77 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 444 2007-10-15 42398 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 10.77 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus - \N 6 0.40000000000000002 0.050000000000000003 1200 80 9.5899999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 448 2007-10-15 42362 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 9.5899999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 12 4.5999999999999996 0.55000000000000004 2400 920 110.31 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 384 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 110.31 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 2 2.8999999999999999 0.39000000000000001 400 580 78.069999999999993 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 339 2007-10-17 42398 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 78.069999999999993 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Stenothoidae Stenothoe Stenothoe marina - \N 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 400 2007-10-15 1853 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 7.1900000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 2.1000000000000001 0.25 200 420 50.859999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 398 2007-10-15 7813 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 50.859999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 524 2007-10-15 42349 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 5 5.7999999999999998 0.77000000000000002 1000 1160 154.74000000000001 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 91 2007-10-15 42349 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 154.74000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 2.7999999999999998 0.34000000000000002 200 560 67.819999999999993 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 67 2007-10-15 7813 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 67.819999999999993 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.90000000000000002 0.029999999999999999 200 180 5.7400000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 58 2007-10-15 7622 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 5.7400000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 11.6 1.51 200 2320 302.99000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 105 2007-10-15 4018 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 302.99000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 8 6.7999999999999998 0.81999999999999995 1600 1360 163.06 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 491 2007-10-15 42361 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 163.06 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 23 1 141.69999999999999 18.510000000000002 200 28340 3701.1999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 502 2007-10-15 4018 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 3701.1999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 4.7000000000000002 0.60999999999999999 200 940 122.76000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 88 2007-10-15 4018 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 122.76000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 640.70000000000005 62.280000000000001 200 128140.00999999999 12455.200000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 216 2007-10-15 13050 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 12455.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 3 8 0.63 600 1600 125.76000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 86 2007-10-15 12485 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 125.76000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 1 3.7000000000000002 0.28999999999999998 200 740 58.159999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 68 2007-10-15 12485 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 58.159999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 39.700000000000003 5.1500000000000004 200 7940 1029.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 185 2007-10-15 4846 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 1029.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 1 5.0999999999999996 0.40000000000000002 200 1020 80.170000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 154 2007-10-15 12485 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 80.170000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 4 14.9 1.1699999999999999 800 2980 234.22999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 161 2007-10-15 12485 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 234.22999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 3.2999999999999998 0.40000000000000002 200 660 79.930000000000007 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 60 2007-10-15 7813 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 79.930000000000007 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 6.2000000000000002 0.73999999999999999 200 1240 148.68000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 262 2007-10-15 12058 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 148.68000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis - \N 2 10 1.1100000000000001 400 2000 221.19999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 343 2007-10-17 7566 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 221.19999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.80000000000000004 0.050000000000000003 200 160 10.609999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 490 2007-10-15 3863 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 10.609999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 5 3.8999999999999999 0.26000000000000001 1000 780 51.710000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 435 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 51.710000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia NUDIBRANCHIA - \N 1 0.59999999999999998 0.040000000000000001 200 120 8.2799999999999994 Phylum zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 388 2007-10-17 42346 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 8.2799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.5 0.029999999999999999 200 100 6.6299999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 70 2007-10-15 3863 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 6.6299999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 1 0.070000000000000007 200 200 13.26 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 198 2007-10-15 3863 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 13.26 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 0.80000000000000004 0.10000000000000001 200 160 20.899999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 104 2007-10-15 4018 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 20.899999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - 4 1 7.5 0.58999999999999997 200 1500 117.90000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 291 2007-10-15 12485 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 117.90000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 213.59999999999999 20.16 200 42720 4032.7600000000002 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 124 2007-10-15 42389 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 4032.7600000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 6 3.7999999999999998 0.41999999999999998 1200 760 84.060000000000002 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 458 2007-10-15 8152 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 84.060000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 10 5.9000000000000004 0.70999999999999996 2000 1180 141.47999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 468 2007-10-15 42361 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 141.47999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 2 0.26000000000000001 200 400 52.240000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 290 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 52.240000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown Unknown Unknown PH-Unknown PH-Unknown PLATHYHELMINTHES - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Phylum zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 395 2007-10-15 42434 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 313.89999999999998 28.82 200 62780 5763.1999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 498 2007-10-15 10754 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 5763.1999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 4 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 964.20000000000005 93.719999999999999 200 192840.01000000001 18744.040000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 496 2007-10-15 13050 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 18744.040000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 342 31.399999999999999 200 68400 6279.1199999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via gemiddelde of sterk afwijkend gewicht 311 2007-10-15 10754 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6279.1199999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 24.800000000000001 3.21 200 4960 642.82000000000005 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 362 2007-10-17 4846 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 642.82000000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.7 0.22 200 340 44.060000000000002 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 402 2007-10-15 42394 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 44.060000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.3 0.16 200 260 31.489999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 95 2007-10-15 7813 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 31.489999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 6.5999999999999996 0.85999999999999999 200 1320 171.06999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 266 2007-10-15 42394 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 171.06999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 3 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 49.299999999999997 6.3899999999999997 200 9860 1277.8599999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 298 2007-10-15 4846 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 1277.8599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 56.700000000000003 5.5099999999999998 200 11340 1102.25 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 503 2007-10-15 13050 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 1102.25 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 1 12.6 1.6299999999999999 200 2520 326.58999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 215 2007-10-15 14524 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 326.58999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 42 10.800000000000001 1.4399999999999999 8400 2160 288.13999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 449 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 288.13999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 13 10.6 1.27 2600 2120 254.19 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 344 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 254.19 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.8 0.23000000000000001 200 360 46.659999999999997 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 65 2007-10-15 42394 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 46.659999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 10 2.2999999999999998 0.28000000000000003 2000 460 55.149999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 459 2007-10-15 42361 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 55.149999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 14 11.699999999999999 1.3999999999999999 2800 2340 280.56999999999999 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 323 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 280.56999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 18 6.5999999999999996 0.79000000000000004 3600 1320 158.27000000000001 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 484 2007-10-15 42361 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 158.27000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 4.5999999999999996 0.56000000000000005 200 920 111.41 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 414 2007-10-15 7813 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 111.41 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 6.7000000000000002 0.81000000000000005 200 1340 162.27000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 438 2007-10-15 7813 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 162.27000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 54.899999999999999 7.1200000000000001 200 10980 1423.01 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 431 2007-10-15 4846 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 1423.01 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 30.300000000000001 3.9300000000000002 200 6060 785.38 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 151 2007-10-15 4846 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 785.38 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 55.600000000000001 7.21 200 11120 1441.1500000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 348 2007-10-17 4846 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 1441.1500000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 57.5 7.4500000000000002 200 11500 1490.4000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 73 2007-10-15 4846 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 1490.4000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 11 6.4000000000000004 0.77000000000000002 2200 1280 153.47 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 370 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 153.47 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 2.8999999999999999 0.38 200 580 75.170000000000002 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 39 2007-10-15 4846 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 75.170000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii - \N 2 0.59999999999999998 0.089999999999999997 400 120 17.960000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 325 2007-10-17 4171 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 17.960000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii - \N 4 0.59999999999999998 0.089999999999999997 800 120 17.960000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 337 2007-10-17 4171 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 17.960000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 1 9.6999999999999993 1.26 200 1940 251.41999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 83 2007-10-15 14524 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 251.41999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 14 0.28000000000000003 200 2800 56.259999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via lengte/gewicht regressie zelfde seizoen 57 2007-10-15 12013 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 56.259999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 25 1 3124.6999999999998 180.96000000000001 200 624940 36192 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via lengte/gewicht regressie zelfde seizoen 97 2007-10-15 12013 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 36192 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 2680.4000000000001 91.299999999999997 200 536079.98999999999 18260 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via lengte/gewicht regressie zelfde seizoen 220 2007-10-15 12013 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 18260 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 1901 118 200 380200.01000000001 23600 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via lengte/gewicht regressie zelfde seizoen 192 2007-10-15 12013 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 23600 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 329 2007-10-17 2883 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 316 1153.4000000000001 97.349999999999994 63200 230680.01000000001 19469.400000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 281 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 19469.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 300 1732.2 146.19999999999999 60000 346440 29239.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 82 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 29239.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 302.39999999999998 29.390000000000001 400 60480 5878.6599999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 354 2007-10-17 13050 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 5878.6599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 3 1.3 0.14000000000000001 600 260 28.52 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 364 2007-10-17 2883 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 28.52 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 17.800000000000001 2.1600000000000001 200 3560 431.12 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 369 2007-10-17 7813 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 431.12 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 9 64 5.4000000000000004 1800 12800 1080.3199999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 117 2007-10-15 6395 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 1080.3199999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 227.09999999999999 22.07 400 45420 4414.8199999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 380 2007-10-17 13050 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 4414.8199999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 3.2999999999999998 0.40000000000000002 400 660 79.129999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 387 2007-10-17 12058 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 79.129999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 0.29999999999999999 0.029999999999999999 600 60 6.5800000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 2 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 6.5800000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 107.5 10 200 21500 2000 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 5 2007-10-15 13050 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 2000 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 1 0.11 400 200 21.940000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 128 2007-10-15 2883 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 21.940000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 234 1140.0999999999999 96.219999999999999 46800 228020 19244.880000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 218 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 19244.880000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 6 3.5 0.41999999999999998 1200 700 83.930000000000007 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 149 2007-10-15 42359 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 83.930000000000007 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 3 655.20000000000005 63.689999999999998 600 131040.00999999999 12737.08 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 18 2007-10-15 13050 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 12737.08 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 33 2007-10-15 8152 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 40 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 4 0.5 0.059999999999999998 800 100 11.99 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 45 2007-10-15 42361 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 11.99 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 263.19999999999999 25.579999999999998 200 52640 5116.6000000000004 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 42 2007-10-15 13050 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 5116.6000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 5 0.55000000000000004 600 1000 110.59999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 204 2007-10-15 8152 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 110.59999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0 0 400 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 55 2007-10-15 42361 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 0.10000000000000001 0.01 400 20 2.3999999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 49 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 2.3999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 237 2007-10-15 2883 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 2 1.2 0.13 400 240 26.329999999999998 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 240 2007-10-15 42405 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 26.329999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 66 2007-10-15 8152 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 6.6399999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 74 2007-10-15 8152 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 13.27 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 339.60000000000002 44.009999999999998 200 67920 8802.4400000000005 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 260 2007-10-15 4846 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 8802.4400000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.90000000000000002 0.11 400 180 21.579999999999998 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 9 2007-10-15 42361 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 21.579999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 0.69999999999999996 0.080000000000000002 400 140 16.789999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 71 2007-10-15 42359 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 16.789999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 4 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 - - - - - - - - - - - Niets gevonden / Nothing found - \N \N \N \N \N \N \N \N \N \N Niet beschikbaar 310 2007-10-15 42543 5 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 \N 0 33 \N Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 1 0.12 200 200 23.98 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 76 2007-10-15 42359 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 23.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 3 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 15.199999999999999 1.8400000000000001 200 3040 368.13999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 309 2007-10-15 7813 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 368.13999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 890.70000000000005 86.579999999999998 400 178140.01000000001 17315.200000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 107 2007-10-15 13050 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 17315.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 13 110.5 9.3300000000000001 2600 22100 1865.24 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 424 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 1865.24 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 127 2007-10-15 2882 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 1011.3 98.299999999999997 800 202260 19659.68 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 436 2007-10-15 13050 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 19659.68 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 148 875.10000000000002 73.859999999999999 29600 175020 14771.68 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 150 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 14771.68 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 5.2999999999999998 0.64000000000000001 400 1060 127.09 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 441 2007-10-15 12058 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 127.09 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 11 1.3300000000000001 200 2200 266.42000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 168 2007-10-15 7813 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 266.42000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.69999999999999996 0.080000000000000002 200 140 16.789999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 173 2007-10-15 42361 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 16.789999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 152.80000000000001 14.85 200 30560 2970.4400000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 447 2007-10-15 13050 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 2970.4400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 12.699999999999999 1.54 200 2540 307.58999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 186 2007-10-15 7813 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 307.58999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 109 2007-10-15 42359 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 7.1900000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 288 1433.7 121 57600 286740 24200.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 196 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 24200.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 0.40000000000000002 0.040000000000000001 400 80 8.7799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 473 2007-10-15 2883 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 8.7799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 1.3 0.12 200 260 23.870000000000001 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 227 2007-10-15 42395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 23.870000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 1.7 0.19 600 340 37.299999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 249 2007-10-15 2882 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 37.299999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 73.599999999999994 9.5399999999999991 200 14720 1907.71 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 499 2007-10-15 4846 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 1907.71 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 21.300000000000001 2.5800000000000001 200 4260 515.88999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 268 2007-10-15 7813 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 515.88999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 1.8999999999999999 0.20999999999999999 600 380 42.030000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 282 2007-10-15 8152 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 42.030000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 4.5 0.38 200 900 75.959999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 360 2007-10-17 6395 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 75.959999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 3 3.2999999999999998 0.40000000000000002 600 660 79.129999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 358 2007-10-17 12058 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 79.129999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 174 1018.3 85.939999999999998 34800 203660 17188.900000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 29 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 17188.900000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 13.300000000000001 1.6100000000000001 200 2660 322.13 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 392 2007-10-15 7813 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 322.13 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 14 110.7 9.3399999999999999 2800 22140 1868.6199999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 408 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 1868.6199999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 26.300000000000001 3.1800000000000002 200 5260 636.99000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 75 2007-10-15 7813 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 636.99000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 1.2 0.14000000000000001 600 240 28.780000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 406 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 4 2 0.23999999999999999 800 400 47.960000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 415 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 47.960000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 423 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 9.5899999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 1.2 0.11 200 240 22.030000000000001 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 419 2007-10-15 42395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 22.030000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 18 136.80000000000001 11.550000000000001 3600 27360 2309.1799999999998 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 429 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 2309.1799999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 160 2007-10-15 42361 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 83 10.76 200 16600 2151.3600000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 451 2007-10-15 4846 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 2151.3600000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 4 1.1000000000000001 0.12 800 220 24.129999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 455 2007-10-15 2883 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 24.129999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 2.1000000000000001 0.23000000000000001 200 420 46.07 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 453 2007-10-15 20132 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 46.07 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 211 1035.3 87.379999999999995 42200 207060.01000000001 17475.860000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 214 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 17475.860000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 157.69999999999999 15.33 200 31540 3065.6799999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 457 2007-10-15 13050 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 3065.6799999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 8.3000000000000007 0.91000000000000003 400 1660 182.09999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 471 2007-10-15 20132 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 182.09999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 4 0.80000000000000004 0.089999999999999997 800 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 517 2007-10-15 2883 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 169 2007-10-15 42361 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 9.5899999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 13.5 1.1399999999999999 600 2700 227.88 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 506 2007-10-15 6395 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 227.88 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 508 2007-10-15 2883 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 2 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.59999999999999998 0.070000000000000007 200 120 13.16 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 510 2007-10-15 2883 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 13.16 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 0.5 0.059999999999999998 200 100 11.99 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 525 2007-10-15 12058 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 11.99 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 166.5 21.579999999999998 200 33300 4315.6800000000003 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 317 2007-10-17 4846 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 4315.6800000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae FAM-Aoridae Aoridae - \N 1 0 0 200 0.20000000000000001 0.02 Ordo zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 333 2007-10-17 42353 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 9.8000000000000007 1.1799999999999999 400 1960 235 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 345 2007-10-17 12058 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 235 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 368 2007-10-17 8152 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 4.7999999999999998 0.40999999999999998 200 960 81.019999999999996 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 389 2007-10-17 6395 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 81.019999999999996 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 80 10.369999999999999 200 16000 2073.5999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 15 2007-10-15 4846 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 2073.5999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 0.59999999999999998 0.070000000000000007 800 120 13.16 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 31 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 13.16 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 1.5 0.16 600 300 32.909999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 472 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 32.909999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 3.2000000000000002 0.34999999999999998 200 640 70.780000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 467 2007-10-15 8152 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 70.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 196 1046.3 88.310000000000002 39200 209260.01000000001 17661.540000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 106 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 17661.540000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 191 1072.2 90.489999999999995 38200 214440 18098.740000000002 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 140 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 18098.740000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 1.1000000000000001 0.12 200 220 24.129999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 157 2007-10-15 2882 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 24.129999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 7 4.5 0.48999999999999999 1400 900 98.730000000000004 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 479 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 98.730000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 187 2007-10-15 42361 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.90000000000000002 0.10000000000000001 200 180 19.75 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 180 2007-10-15 41259 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 19.75 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 23 76.099999999999994 9.1199999999999992 4600 15220 1824.8800000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 206 2007-10-15 12058 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 1824.8800000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 224 2007-10-15 8152 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6.6399999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 15 2.1000000000000001 0.23000000000000001 3000 420 46.07 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 363 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 46.07 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 13 39.5 3.3300000000000001 2600 7900 666.75999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 514 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 666.75999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 323 1201.2 101.38 64600 240240 20276.200000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 286 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 20276.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.80000000000000004 0.089999999999999997 200 160 17.699999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 413 2007-10-15 8152 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 17.699999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 23 206.09999999999999 17.390000000000001 4600 41220 3478.96 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 418 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 3478.96 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 0.40000000000000002 0.040000000000000001 600 80 8.7799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 433 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 8.7799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 437 2007-10-15 8152 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 308.5 29.989999999999998 200 61700 5997.2399999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 141 2007-10-15 13050 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 5997.2399999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 53.399999999999999 6.4699999999999998 400 10680 1293.3499999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 181 2007-10-15 7813 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 1293.3499999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.69999999999999996 0.080000000000000002 200 140 15.359999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 242 2007-10-15 2883 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 15.359999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 218 1024.3 86.450000000000003 43600 204860.01000000001 17290.18 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 223 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 17290.18 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 114.40000000000001 14.83 200 22880 2965.2399999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 255 2007-10-15 4846 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 2965.2399999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 1.1000000000000001 0.12 400 220 24.129999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 256 2007-10-15 2883 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 24.129999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 1.2 0.13 400 240 26.329999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 522 2007-10-15 2883 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 26.329999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 209 1355.5 114.40000000000001 41800 271100.01000000001 22880.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 72 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 22880.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 301 2007-10-15 42361 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 3.2000000000000002 0.38 200 640 76.739999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 519 2007-10-15 12058 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 76.739999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 2 1.7 0.19 400 340 37.299999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 480 2007-10-15 2883 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 37.299999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 117.2 11.390000000000001 200 23440 2278.3600000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 422 2007-10-15 13050 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 2278.3600000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 1.5 0.16 1200 300 32.909999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 328 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 32.909999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 3 8.5 1.02 600 1700 203.83000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 78 2007-10-15 12058 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 203.83000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 266 1235.7 104.29000000000001 53200 247140 20858.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 209 2007-10-15 6395 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 20858.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 1.8 0.20000000000000001 400 360 39.490000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 241 2007-10-15 2882 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 39.490000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 350 2007-10-17 42405 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 0.40000000000000002 0.040000000000000001 200 80 8.7799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 376 2007-10-17 20132 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 8.7799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 29.399999999999999 3.5600000000000001 400 5880 712.07000000000005 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 6 2007-10-15 7813 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 712.07000000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0.5 0.029999999999999999 400 100 6.6299999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 4 2007-10-15 3863 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 6.6299999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 28 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 14.390000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 4 2.6000000000000001 0.31 800 520 62.350000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 35 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 62.350000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 4 1.2 0.14000000000000001 800 240 28.780000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 44 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 3 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 2.1000000000000001 0.23000000000000001 200 420 46.07 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 308 2007-10-15 41259 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 46.07 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.5 0.059999999999999998 200 100 11.06 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 94 2007-10-15 8152 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 11.06 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 1.2 0.14000000000000001 200 240 28.780000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 114 2007-10-15 42359 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 3.2999999999999998 0.40000000000000002 400 660 79.129999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 144 2007-10-15 12058 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 79.129999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 3 3.2999999999999998 0.40000000000000002 600 660 79.129999999999995 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 159 2007-10-15 42359 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 79.129999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 3 4.0999999999999996 0.48999999999999999 600 820 98.319999999999993 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 178 2007-10-15 12058 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 98.319999999999993 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 172 2007-10-15 42359 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 19.399999999999999 2.3500000000000001 200 3880 469.87 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 205 2007-10-15 7813 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 469.87 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 23.5 2.8500000000000001 200 4700 569.16999999999996 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 405 2007-10-15 7813 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 569.16999999999996 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 0.59999999999999998 0.080000000000000002 200 120 16.149999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 452 2007-10-15 42397 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 16.149999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 293 1762.0999999999999 148.72 58600 352420 29744.200000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 59 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 29744.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 1.2 0.14000000000000001 200 240 28.780000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 84 2007-10-15 42361 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 3.1000000000000001 0.37 200 620 74.340000000000003 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 96 2007-10-15 12058 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 74.340000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 6 26.899999999999999 2.27 1200 5380 454.06999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 509 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 454.06999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0 0 400 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 219 2007-10-15 42361 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 244 2007-10-15 8152 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 13.27 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 199 1152.5 97.269999999999996 39800 230500.01000000001 19454.200000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 87 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 19454.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 222 1389.2 117.25 44400 277840 23449.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 47 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 23449.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 333 1937.7 163.53999999999999 66600 387540 32708.400000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 51 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 32708.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 129 735.10000000000002 62.039999999999999 25800 147020 12408.48 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 155 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 12408.48 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 188 1058.3 89.319999999999993 37600 211660.01000000001 17864.099999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 162 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 17864.099999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 1 0.12 400 200 23.98 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 182 2007-10-15 42361 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 23.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 252 1404.3 118.52 50400 280860.02000000002 23704.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 90 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 23704.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 383 2437 205.68000000000001 76600 487400.01000000001 41136.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 99 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 41136.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 209 1289.2 108.81 41800 257840 21761.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 145 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 21761.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 24 72.700000000000003 6.1399999999999997 4800 14540 1227.1800000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 523 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 1227.1800000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 297 1068.2 90.159999999999997 59400 213640 18031.220000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 265 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 18031.220000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 6.9000000000000004 0.57999999999999996 200 1380 116.47 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 300 2007-10-15 6395 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 116.47 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 1 0.11 600 200 21.940000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 135 2007-10-15 2882 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 21.940000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 53 2007-10-15 8152 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 6.6399999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta - \N 1 3.2000000000000002 0.38 200 640 76.739999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 10 2007-10-15 5951 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 76.739999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 20.300000000000001 2.46 200 4060 491.67000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 158 2007-10-15 7813 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 491.67000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.90000000000000002 0.11 400 180 21.579999999999998 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 50 2007-10-15 42361 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 21.579999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 1.7 0.20000000000000001 400 340 40.770000000000003 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 61 2007-10-15 42361 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 40.770000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 270 2007-10-15 42361 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 7.1900000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 357 1295.5 109.34 71400 259100.01000000001 21868 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 292 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 21868 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 5 3 0.35999999999999999 1000 600 71.939999999999998 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 164 2007-10-15 42359 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 71.939999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 500 2007-10-15 2883 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 314 2007-10-15 42361 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 516 2007-10-15 42405 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.5 0.059999999999999998 400 100 11.99 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 393 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 11.99 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 1.3 0.16 400 260 31.170000000000002 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 8 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 31.170000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0 0 400 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 411 2007-10-15 2882 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.5 0.059999999999999998 200 100 11.06 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 136 2007-10-15 8152 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 11.06 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 12 51.700000000000003 4.3600000000000003 2400 10340 872.70000000000005 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 132 2007-10-15 6395 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 872.70000000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 2 0.69999999999999996 0.080000000000000002 400 140 15.359999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 464 2007-10-15 42405 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 15.359999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 110.90000000000001 14.369999999999999 200 22180 2874.52 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 478 2007-10-15 4846 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 2874.52 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.29999999999999999 0.029999999999999999 400 60 6.5800000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 403 2007-10-15 2882 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6.5800000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 56 2007-10-15 12058 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.29999999999999999 0.029999999999999999 200 60 6.5800000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 465 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6.5800000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 277 1549.4000000000001 130.77000000000001 55400 309880.01000000001 26153.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 116 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 26153.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0 0 400 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 143 2007-10-15 42361 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 5 3.1000000000000001 0.34000000000000002 1000 620 68.010000000000005 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 489 2007-10-15 2883 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 68.010000000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 1 0.12 200 200 23.98 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 194 2007-10-15 42359 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 23.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus - \N 5 78.099999999999994 9.3599999999999994 1000 15620 1872.8399999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 332 2007-10-17 2510 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 1872.8399999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 540 3564.6999999999998 300.86000000000001 108000 712940.01000000001 60172.199999999997 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 24 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 60172.199999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 434 2007-10-15 2883 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.59999999999999998 0.070000000000000007 400 120 13.16 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 147 2007-10-15 2882 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 13.16 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 2 0.22 400 400 44.240000000000002 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 238 2007-10-15 8152 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 44.240000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.80000000000000004 0.089999999999999997 200 160 17.550000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 426 2007-10-15 2882 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 5.2000000000000002 0.57999999999999996 600 1040 115.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 504 2007-10-15 8152 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 115.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 4 11.800000000000001 1.3100000000000001 800 2360 261.01999999999998 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 167 2007-10-15 8152 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 261.01999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 19.100000000000001 2.3100000000000001 200 3820 462.60000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 163 2007-10-15 7813 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 462.60000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 230 1472.2 124.25 46000 294440 24850.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 174 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 24850.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 4.9000000000000004 0.58999999999999997 200 980 117.5 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 231 2007-10-15 12058 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 117.5 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 2 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 13 39.600000000000001 3.3399999999999999 2600 7920 668.45000000000005 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 511 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 668.45000000000005 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 329 1790.5999999999999 151.13 65800 358120 30225.400000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 38 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 30225.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 309 1805.5 152.38 61800 361100.01000000001 30476.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 64 2007-10-15 6395 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 30476.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 238 1466.4000000000001 123.76000000000001 47600 293280.01000000001 24752.799999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 112 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 24752.799999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 2 7.7000000000000002 0.65000000000000002 400 1540 129.97999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 122 2007-10-15 6395 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 129.97999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 342 1858.5 156.86000000000001 68400 371700.01000000001 31371.400000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 166 2007-10-15 6395 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 31371.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 144 898.10000000000002 75.799999999999997 28800 179620 15159.92 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 184 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 15159.92 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 146 918.79999999999995 77.549999999999997 29200 183760 15509.34 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 189 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 15509.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 4.9000000000000004 0.40999999999999998 200 980 82.709999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 226 2007-10-15 6395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 82.709999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 43 3.6299999999999999 800 8600 725.84000000000003 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 254 2007-10-15 6395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 725.84000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 319 1129.7 95.349999999999994 63800 225940 19069.34 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 278 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 19069.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 0.80000000000000004 0.070000000000000007 200 160 13.5 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 294 2007-10-15 6395 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 13.5 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 249 1413.3 119.28 49800 282660.02000000002 23856.599999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 101 2007-10-15 6395 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 23856.599999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 9 4.7000000000000002 0.56000000000000005 1800 940 112.70999999999999 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 19 2007-10-15 42359 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 112.70999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 200 1321.8 111.56 40000 264360.02000000002 22312 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 193 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 22312 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 1 0.59999999999999998 0.070000000000000007 200 120 13.16 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 248 2007-10-15 42405 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 13.16 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 404 1455.3 122.83 80800 291060.02000000002 24565.400000000001 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 273 2007-10-15 6395 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 24565.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 1.2 0.13 200 240 26.539999999999999 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 299 2007-10-15 8152 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 26.539999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.40000000000000002 0.040000000000000001 400 80 8.7799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 391 2007-10-15 2882 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 8.7799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 0 0 600 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 399 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 6 2.6000000000000001 0.28999999999999998 1200 520 57.039999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 378 2007-10-17 2883 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 57.039999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 23.300000000000001 1.97 800 4660 393.30000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 233 2007-10-15 6395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 393.30000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 8 1.8999999999999999 0.20999999999999999 1600 380 41.689999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 352 2007-10-17 2883 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 41.689999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.5 0.059999999999999998 400 100 11.99 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 191 2007-10-15 42361 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 11.99 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 199 2007-10-15 42361 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 22.399999999999999 3.4500000000000002 200 4480 689.91999999999996 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 336 2007-10-17 6040 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 689.91999999999996 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 3 2.2999999999999998 0.31 600 460 61.920000000000002 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 349 2007-10-17 42398 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 61.920000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii - \N 1 14.5 2.1699999999999999 200 2900 434.13 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 374 2007-10-17 4171 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 434.13 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Pholoidae Pholoe Pholoe minuta - \N 1 0.5 0.070000000000000007 200 100 13.07 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 14 2007-10-15 4179 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 13.07 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 3 1.2 0.16 600 240 32.299999999999997 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 432 2007-10-15 42398 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 32.299999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 439 2007-10-15 42362 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 23.100000000000001 3.5600000000000001 200 4620 711.48000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 462 2007-10-15 6040 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 711.48000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 3 4.5 0.60999999999999999 600 900 121.14 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 463 2007-10-15 42398 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 121.14 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 1 8.4000000000000004 0.92000000000000004 200 1680 184.30000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 41 2007-10-15 9427 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 184.30000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus gryllotalpa - \N 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 476 2007-10-15 24624 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 14.390000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 1.6000000000000001 0.20999999999999999 200 320 41.469999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 450 2007-10-15 42391 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 41.469999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 2.7000000000000002 0.34999999999999998 200 540 69.980000000000004 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 210 2007-10-15 42391 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 69.980000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus gryllotalpa - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Present / absence Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 11 2007-10-15 24624 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 1 19.399999999999999 2.5099999999999998 200 3880 502.85000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 288 2007-10-15 14524 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 502.85000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus - \N 3 0.5 0.059999999999999998 600 100 11.99 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 386 2007-10-17 42358 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 11.99 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus - \N 1 0.59999999999999998 0.070000000000000007 200 120 14.390000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 37 2007-10-15 42358 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 14.390000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 5.0999999999999996 0.68999999999999995 200 1020 137.28999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 92 2007-10-15 25258 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 137.28999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 1 2.1000000000000001 0.25 200 420 50.359999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 295 2007-10-15 12249 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 50.359999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 460 2007-10-15 42358 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 20.5 2.7599999999999998 200 4100 551.86000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 410 2007-10-15 25258 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 551.86000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus - \N 3 0 0 600 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 483 2007-10-15 6466 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 24 18.899999999999999 2.52 4800 3780 504.25 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 515 2007-10-15 42349 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 504.25 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 4 0 0 800 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 487 2007-10-15 42349 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 0.80000000000000004 0.089999999999999997 600 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 236 2007-10-15 2882 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 2 1.3 0.14000000000000001 400 260 28.52 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 26 2007-10-15 41259 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 28.52 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 5 3.2000000000000002 0.42999999999999999 1000 640 85.379999999999995 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 492 2007-10-15 42349 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 85.379999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 200 60 8 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 507 2007-10-15 42349 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 8 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 258 2007-10-15 42349 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 103 2007-10-15 8152 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 4 2.2999999999999998 0.25 800 460 50.460000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 493 2007-10-15 2883 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 50.460000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.3999999999999999 0.14999999999999999 800 280 30.719999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 16 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 30.719999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 158 1022.4 86.290000000000006 31600 204480.01000000001 17258.119999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 12 2007-10-15 6395 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 17258.119999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 82 9.9299999999999997 200 16400 1986.04 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 142 2007-10-15 7813 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 1986.04 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 200 60 8 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 197 2007-10-15 42349 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 8 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 0.80000000000000004 0.089999999999999997 200 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 235 2007-10-15 20132 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 10 28.800000000000001 3.4500000000000002 2000 5760 690.62 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 46 2007-10-15 12058 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 690.62 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 36 2007-10-15 42361 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 488 2007-10-15 2882 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 17.550000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 27.399999999999999 3.3199999999999998 200 5480 663.63 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 283 2007-10-15 7813 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 663.63 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 121 2007-10-15 8152 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 1 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 1.1000000000000001 0.12 200 220 24.129999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 486 2007-10-15 2883 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 24.129999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 347 2007-10-17 42395 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 0.90000000000000002 0.10000000000000001 400 180 19.91 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 383 2007-10-17 8152 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 19.91 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 26.699999999999999 2.25 600 5340 450.69999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 247 2007-10-15 6395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 450.69999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.40000000000000002 0.040000000000000001 200 80 8.7799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 119 2007-10-15 2883 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 8.7799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 6 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus - \N 1 9 1.0800000000000001 200 1800 215.81999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 315 2007-10-15 2510 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 215.81999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0 0 400 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 428 2007-10-15 42361 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 8 2.1000000000000001 0.23000000000000001 1600 420 46.07 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 445 2007-10-15 2882 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 46.07 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.1000000000000001 0.12 800 220 24.129999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 377 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 24.129999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 7.5 0.63 200 1500 126.59999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 304 2007-10-15 6395 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 126.59999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 420 2007-10-15 2882 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 190.19999999999999 18.489999999999998 200 38040 3697.48 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 518 2007-10-15 13050 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 3697.48 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 12.300000000000001 1.04 200 2460 207.62 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 303 2007-10-15 6395 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 207.62 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 16 8.4000000000000004 0.92000000000000004 3200 1680 184.30000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 320 2007-10-17 2883 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 184.30000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 5.7999999999999998 0.48999999999999999 200 1160 97.900000000000006 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 257 2007-10-15 6395 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 97.900000000000006 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 12 1.3999999999999999 0.19 2400 280 37.350000000000001 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 346 2007-10-17 42349 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 37.350000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus - \N 1 0.69999999999999996 0.080000000000000002 200 140 16.789999999999999 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 217 2007-10-15 42358 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 16.789999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 164 1127.2 95.140000000000001 32800 225440 19027.139999999999 Soort zeker Telling - matig betrouwbaar (Afw. < 5%, +/- 25) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 170 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 19027.139999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 234 2007-10-15 42349 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 521 2007-10-15 42349 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 442 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 477 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 32 100.90000000000001 8.5199999999999996 6400 20180 1703.1900000000001 Soort zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 520 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 1703.1900000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 156 2007-10-15 42349 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 409 2007-10-15 42349 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 1 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 485 2007-10-15 42349 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 9 6.9000000000000004 0.92000000000000004 1800 1380 184.09 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 497 2007-10-15 42349 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 184.09 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 0.29999999999999999 0.040000000000000001 600 60 8 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 469 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 8 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0 0 400 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 146 2007-10-15 42349 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 7 0.40000000000000002 0.050000000000000003 1400 80 10.67 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 316 2007-10-17 42349 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 10.67 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 62 512.39999999999998 43.25 12400 102480.00999999999 8649.3199999999997 Soort zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 394 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 8649.3199999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 10.1 1.3600000000000001 200 2020 271.88999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 327 2007-10-17 25258 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 271.88999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0 0 200 0.20000000000000001 0.02 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 3 2007-10-15 41259 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 1.2 0.14000000000000001 200 240 28.780000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 21 2007-10-15 12058 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 28.780000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 0.59999999999999998 0.070000000000000007 600 120 13.16 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 25 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 13.16 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 1.2 0.13 400 240 26.329999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 340 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 26.329999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 13 24.300000000000001 2.9100000000000001 2600 4860 582.71000000000004 Genus zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 331 2007-10-17 42361 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 582.71000000000004 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 9 1 8.8000000000000007 1.1499999999999999 200 1760 229.86000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 261 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 229.86000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 2 1 1.2 0.02 200 240 3.9100000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 263 2007-10-15 9307 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 3.9100000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 2 3 0.29999999999999999 0.029999999999999999 600 60 5.6600000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 381 2007-10-17 1509 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 5.6600000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 15 1 55.399999999999999 7.2400000000000002 200 11080 1447.05 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 7 2007-10-15 4018 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 1447.05 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 16.199999999999999 2.1200000000000001 200 3240 423.13999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 34 2007-10-15 4018 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 423.13999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - -1 1 180.30000000000001 10.01 200 36060 2001.3199999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 253 2007-10-15 7622 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 2001.3199999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 17.899999999999999 2.3399999999999999 200 3580 467.55000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 284 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 467.55000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 1.7 0.12 200 340 23.219999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 165 2007-10-15 7622 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 23.219999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 29.5 3.8500000000000001 200 5900 770.53999999999996 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 54 2007-10-15 4018 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 770.53999999999996 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 12 1 21.899999999999999 2.8599999999999999 200 4380 572.02999999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 275 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 572.02999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1.3999999999999999 0.029999999999999999 200 280 5.7400000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 111 2007-10-15 7622 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 5.7400000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 18 1 95.5 12.470000000000001 200 19100 2494.46 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 269 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 2494.46 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 1.3 0.17000000000000001 200 260 33.960000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 274 2007-10-15 4018 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 33.960000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 3 3 0.5 0.050000000000000003 600 100 9.4399999999999995 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 382 2007-10-17 1509 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 9.4399999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 1 1 0.29999999999999999 0 200 60 0.88 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 153 2007-10-15 42415 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 0.88 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 1 1 1.1000000000000001 0 200 220 0.88 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 22 2007-10-15 42415 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.88 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Galeommatoidea Montacutidae Mysella Mysella bidentata - 1 1 0.5 0.040000000000000001 200 100 7.3700000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 62 2007-10-15 21017 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 7.3700000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis - 1 2 0.40000000000000002 0.029999999999999999 400 80 6.79 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 302 2007-10-15 17709 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6.79 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 12.6 1.6499999999999999 200 2520 329.11000000000001 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 108 2007-10-15 4018 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 329.11000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 26 1 209.69999999999999 27.390000000000001 200 41940 5477.3599999999997 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 505 2007-10-15 4018 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 5477.3599999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.90000000000000002 0.029999999999999999 200 180 5.7400000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 98 2007-10-15 7622 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 5.7400000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia CLAS-Bivalvia CLAS-Bivalvia CLAS-Bivalvia CLAS-Bivalvia CLAS-Bivalvia CLAS-Bivalvia CLAS-Bivalvia BIVALVIA - 1 1 0.29999999999999999 0.02 200 60 3.3300000000000001 Ordo zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 89 2007-10-15 42549 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 3.3300000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 1.8 0.20000000000000001 1200 360 39.490000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 319 2007-10-17 2882 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 39.490000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 3.5 0.29999999999999999 200 700 59.079999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 526 2007-10-15 6395 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 59.079999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.20000000000000001 0.02 200 40 4.3899999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 48 2007-10-15 2882 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 4.3899999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 8 1.7 0.23000000000000001 1600 340 45.359999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 430 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 45.359999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 32 146.19999999999999 12.34 6400 29240 2467.8600000000001 Soort zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 138 2007-10-15 6395 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 2467.8600000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 72 507.30000000000001 42.82 14400 101460 8563.2199999999993 Soort zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 179 2007-10-15 6395 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 8563.2199999999993 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0.20000000000000001 0.029999999999999999 400 40 5.3399999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 118 2007-10-15 42349 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 5.3399999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 6 1.5 0.20000000000000001 1200 300 40.020000000000003 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 126 2007-10-15 42349 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 40.020000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 13 2.1000000000000001 0.28000000000000003 2600 420 56.030000000000001 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 512 2007-10-15 42349 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 56.030000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 361 2007-10-17 42349 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 5 0.5 0.070000000000000007 1000 100 13.34 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 324 2007-10-17 42349 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 13.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 3 0.5 0.050000000000000003 600 100 10.970000000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 318 2007-10-17 42405 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 10.970000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 6 0.59999999999999998 0.080000000000000002 1200 120 16.010000000000002 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 373 2007-10-17 42349 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16.010000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 13 2007-10-15 42349 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 267 2007-10-15 8152 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6.6399999999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15-okt-07 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 5 1.3999999999999999 0.14999999999999999 1000 280 30.719999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 513 2007-10-15 2883 34 3 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 30.719999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 1 2007 10 15-okt-07 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 6.2999999999999998 0.76000000000000001 200 1260 151.06999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 305 2007-10-15 12058 34 17 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 151.06999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 1 11.199999999999999 0.88 200 2240 176.06 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 23 2007-10-15 12485 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 176.06 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15-okt-07 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 4 25.5 3.0600000000000001 800 5100 611.49000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 296 2007-10-15 12058 34 15 0101000020E610000090C2863B20AC0F403C48C0B671C84940 611.49000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 1 2007 10 15-okt-07 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 1 1.3 0.10000000000000001 200 260 20.440000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 139 2007-10-15 12485 34 6 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 20.440000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - \N 2 7 0.55000000000000004 400 1400 110.04000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging van deelmonster, of weging met afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 63 2007-10-15 12485 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 110.04000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 134 2007-10-15 42349 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 14 3.3999999999999999 0.45000000000000001 2800 680 90.709999999999994 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 461 2007-10-15 42349 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 90.709999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 287 2007-10-15 42349 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 0.029999999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 46 382.60000000000002 32.289999999999999 9200 76520 6458.2799999999997 Soort zeker Telling - redelijk betrouwbaar (Afw. < 5%, +/- 10) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 401 2007-10-15 6395 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6458.2799999999997 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Arthropoda Crustacea SUBPH-Crustacea Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta - \N 1 52.399999999999999 6.2800000000000002 200 10480 1256.55 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 130 2007-10-15 5951 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 1256.55 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 2979.4000000000001 146.59 200 595879.98999999999 29317.200000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Berekend via gemiddelde of sterk afwijkend gewicht Berekend via conversie natgewicht of len/gew regressie - afwijkend gewicht 125 2007-10-15 12013 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 29317.200000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0 0 400 0.20000000000000001 0.01 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 341 2007-10-17 3863 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.01 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 32 2007-10-15 3863 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 18.559999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 3.7999999999999998 0.25 400 760 50.390000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 250 2007-10-15 3863 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 50.390000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 3 2.1000000000000001 0.14000000000000001 600 420 27.850000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 474 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 27.850000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 4 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 3.2999999999999998 0.22 800 660 43.759999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 495 2007-10-15 3863 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 43.759999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 120 2007-10-15 3863 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 9.2799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0 0 200 0.20000000000000001 0.01 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 365 2007-10-17 3863 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.01 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 3 1.5 0.10000000000000001 600 300 19.890000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 17 2007-10-15 3863 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 19.890000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15-okt-07 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.1000000000000001 0.070000000000000007 400 220 14.59 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 27 2007-10-15 3863 34 5 0101000020E610000003E4A832349B0F407F49A1561CC84940 14.59 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 10 9.4000000000000004 0.62 2000 1880 124.64 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 481 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 124.64 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 102 2007-10-15 3863 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 9.2799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.80000000000000004 0.050000000000000003 200 160 10.609999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 412 2007-10-15 3863 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 10.609999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 1.6000000000000001 0.11 200 320 21.219999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 123 2007-10-15 3863 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 21.219999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.29999999999999999 0.02 200 60 3.98 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 421 2007-10-15 3863 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 3.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 2.2000000000000002 0.14999999999999999 200 440 29.170000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 446 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 29.170000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 2.2999999999999998 0.14999999999999999 400 460 30.5 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 494 2007-10-15 3863 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 30.5 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 52 2007-10-15 3863 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 9.2799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 427 2007-10-15 3863 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 18.559999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 1.7 0.11 200 340 22.539999999999999 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 243 2007-10-15 3863 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 22.539999999999999 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.5 0.10000000000000001 400 300 19.890000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 404 2007-10-15 3863 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 19.890000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 6 5.7000000000000002 0.38 1200 1140 75.579999999999998 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 330 2007-10-17 3863 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 75.579999999999998 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 8 3.8999999999999999 0.26000000000000001 1600 780 51.710000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 353 2007-10-17 3863 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 51.710000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0.59999999999999998 0.040000000000000001 400 120 7.96 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 93 2007-10-15 3863 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 7.96 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0.69999999999999996 0.050000000000000003 400 140 9.2799999999999994 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 379 2007-10-17 3863 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 9.2799999999999994 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0 0 200 0.20000000000000001 0.01 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 396 2007-10-15 3863 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 0.01 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15-okt-07 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 5 3.6000000000000001 0.23999999999999999 1000 720 47.740000000000002 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 129 2007-10-15 3863 34 13 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 47.740000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 20 21.100000000000001 1.3999999999999999 4000 4220 279.79000000000002 Soort zeker Telling - betrouwbaar (Afw. < 5%, +/- 5) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 456 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 279.79000000000002 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15-okt-07 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.29999999999999999 0.02 200 60 3.98 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 501 2007-10-15 3863 34 2 0101000020E6100000A3658AA020930F4042E399A704C84940 3.98 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15-okt-07 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0 0 200 0.20000000000000001 0.01 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 113 2007-10-15 3863 34 11 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 0.01 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15-okt-07 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.59999999999999998 0.040000000000000001 200 120 7.96 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 466 2007-10-15 3863 34 4 0101000020E61000007C8EA556A8970F40B687B5679DC74940 7.96 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - 3 1 6.7999999999999998 0.53000000000000003 200 1360 106.90000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 264 2007-10-15 12485 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 106.90000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Tellina Tellina - 1 1 0.29999999999999999 0.02 200 60 3.3300000000000001 Genus vermoedelijk Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 80 2007-10-15 42420 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 3.3300000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15-okt-07 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1272.4000000000001 120.11 200 254480.01000000001 24023 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 230 2007-10-15 42389 34 14 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 24023 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1021.7 96.450000000000003 200 204340.01000000001 19289.700000000001 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 397 2007-10-15 42389 34 10 0101000020E610000032B7D2862EA20F403CB2A35374C74940 19289.700000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Tellina Tellina - 2 1 3.2000000000000002 0.17999999999999999 200 640 35.520000000000003 Genus vermoedelijk Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 280 2007-10-15 42420 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 35.520000000000003 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - 3 2 11.1 0.87 400 2220 174.49000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 285 2007-10-15 12485 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 174.49000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 2 5 0 0 1000 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 355 2007-10-17 42389 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 2 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 367 2007-10-17 42389 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15-okt-07 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - 3 1 6.7999999999999998 0.53000000000000003 200 1360 106.90000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 272 2007-10-15 12485 34 9 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 106.90000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 4 1 0.5 0.050000000000000003 200 100 9.4399999999999995 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 356 2007-10-17 42389 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 9.4399999999999995 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia Unknown Cephalaspidea Unknown Unknown Retusidae Retusa Retusa obtusa - 3 1 6.5 0.51000000000000001 200 1300 102.18000000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 188 2007-10-15 12485 34 8 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 102.18000000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 5.7999999999999998 0.75 200 1160 150.34 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via gemiddelde of sterk afwijkend gewicht 326 2007-10-17 4846 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 150.34 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 1 0 0 200 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 322 2007-10-17 42389 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17-okt-07 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 2 3 0 0 600 0.20000000000000001 0.02 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 321 2007-10-17 42389 34 16 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 0.02 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Acanthocardia Acanthocardia - 1 1 1.5 0.070000000000000007 200 300 14.76 Genus zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 85 2007-10-15 42317 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 14.76 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15-okt-07 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 1241.5999999999999 117.20999999999999 200 248320 23441.400000000001 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Weging - Zeer nauwkeurig Berekend via conversie natgewicht of len/gew regressie 203 2007-10-15 1509 34 12 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 23441.400000000001 0 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15-okt-07 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 27 1 \N 203.19999999999999 200 \N 40640 Soort zeker Telling - zeer betrouwbaar (Afw. < 5%, +/- 1) Niet beschikbaar Berekend via lengte/gewicht regressie zelfde seizoen 79 2007-10-15 12013 34 7 0101000020E610000058529D14A29F0F4057576E351DC84940 40640 0 6 1 \. -- -- TOC entry 2753 (class 0 OID 0) -- Dependencies: 169 -- Name: t0benthos_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: PMR -- SELECT pg_catalog.setval('t0benthos_locid_seq', 1057, true); -- -- TOC entry 2720 (class 0 OID 80871) -- Dependencies: 173 -- Data for Name: t0sediment; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t0sediment (jaar, seizoen, monsterdatum, monsternummer, replica, x_parijs, y_parijs, sed_parameter, gem_waarde, eenheid, locid, geom, idlocation, idparameter, idunit, value, idmethod, idobservation_type) FROM stdin; 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 526 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 4 7 55853.400000000001 398140 Standaard deviatie 0.80300000000000005 phi 543 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 560 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 577 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397990 Standaard deviatie 0.71199999999999997 phi 594 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 611 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 628 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 645 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Standaard deviatie 0.71199999999999997 phi 662 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 5 7 55403.400000000001 397990 Standaard deviatie 0.71199999999999997 phi 679 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42539 31 0.71199999999999997 46 28 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 696 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 713 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397990 Standaard deviatie 0.70699999999999996 phi 730 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 747 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 764 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 781 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Standaard deviatie 0.70699999999999996 phi 798 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 6 7 55553.400000000001 397990 Standaard deviatie 0.70699999999999996 phi 815 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42539 31 0.70699999999999996 46 28 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 832 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 849 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397990 Standaard deviatie 0.70199999999999996 phi 866 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 883 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 900 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 917 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Standaard deviatie 0.70199999999999996 phi 934 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 7 7 55703.400000000001 397990 Standaard deviatie 0.70199999999999996 phi 951 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42539 31 0.70199999999999996 46 28 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 968 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 985 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397990 Standaard deviatie 0.69699999999999995 phi 1002 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 1019 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 1036 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 1053 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Standaard deviatie 0.69699999999999995 phi 1070 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 8 7 55853.400000000001 397990 Standaard deviatie 0.69699999999999995 phi 1087 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42539 31 0.69699999999999995 46 28 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1104 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1121 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 2 55628.400000000001 398565 Standaard deviatie 0.71399999999999997 phi 1138 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1155 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1189 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1206 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 9 7 55628.400000000001 398565 Standaard deviatie 0.71399999999999997 phi 1223 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 10 1 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1240 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 2 55982 398418 Standaard deviatie 0.65100000000000002 phi 1257 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 2 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1274 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 3 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1291 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 4 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1308 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 5 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1325 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 6 55982 398418.29999999999 Standaard deviatie 0.65100000000000002 phi 1342 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 10 7 55982 398418 Standaard deviatie 0.65100000000000002 phi 1359 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42539 31 0.65100000000000002 46 28 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1376 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1393 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398065 Standaard deviatie 0.61399999999999999 phi 1410 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1427 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1444 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1461 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Standaard deviatie 0.61399999999999999 phi 1478 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 11 7 56128.400000000001 398065 Standaard deviatie 0.61399999999999999 phi 1495 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42539 31 0.61399999999999999 46 28 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1512 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1529 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397565 Standaard deviatie 0.68300000000000005 phi 1546 0101000020E610000019330D312EA20F4045112A6474C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1563 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1580 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1597 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Standaard deviatie 0.68300000000000005 phi 1614 0101000020E61000005106AA382EA20F409778165574C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 13 7 55628.400000000001 397565 Standaard deviatie 0.68300000000000005 phi 1631 0101000020E610000019330D312EA20F4045112A6474C74940 10 42539 31 0.68300000000000005 46 28 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1648 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 2 55274.900000000001 397711 Standaard deviatie 0.64900000000000002 phi 1665 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1682 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1699 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1716 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1733 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Standaard deviatie 0.64900000000000002 phi 1750 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 14 7 55274.900000000001 397711 Standaard deviatie 0.64900000000000002 phi 1767 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42539 31 0.64900000000000002 46 28 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1784 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1801 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398065 Standaard deviatie 0.78500000000000003 phi 1818 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1835 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1852 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1869 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Standaard deviatie 0.78500000000000003 phi 1886 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 15 7 55128.400000000001 398065 Standaard deviatie 0.78500000000000003 phi 1903 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42539 31 0.78500000000000003 46 28 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 1988 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 2005 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 2022 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-17 12 2 56011 397671 Standaard deviatie 0.77800000000000002 phi 2073 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 101 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 118 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 7 55403.400000000001 398140 Standaard deviatie 0.68100000000000005 phi 135 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 152 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418 Standaard deviatie 0.88500000000000001 phi 1937 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 16 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 33 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398140 Standaard deviatie 0.68100000000000005 phi 50 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 67 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Standaard deviatie 0.68100000000000005 phi 84 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42539 31 0.68100000000000005 46 28 2007 10 2007-10-17 12 3 56011 397671 Standaard deviatie 0.77800000000000002 phi 2090 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-17 12 4 56011 397671 Standaard deviatie 0.77800000000000002 phi 2107 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-15 16 7 55274.900000000001 398418 Standaard deviatie 0.88500000000000001 phi 2039 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-17 12 1 56011 397671 Standaard deviatie 0.77800000000000002 phi 2056 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-17 12 5 56011 397671 Standaard deviatie 0.77800000000000002 phi 2124 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-17 12 6 56011 397671 Standaard deviatie 0.77800000000000002 phi 2141 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-17 12 7 56011 397671 Standaard deviatie 0.77800000000000002 phi 2158 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42539 31 0.77800000000000002 46 28 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1688 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1705 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1722 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1739 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 14 7 55274.900000000001 397711 SD50PHIm 2.4700000000000002 phi 1756 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1773 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1790 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398065 SD50PHIm 2.7400000000000002 phi 1807 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1824 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1841 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1858 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 SD50PHIm 2.7400000000000002 phi 1875 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 15 7 55128.400000000001 398065 SD50PHIm 2.7400000000000002 phi 1892 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42529 31 2.7400000000000002 46 28 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 1909 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 1960 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 90 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 107 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 1 7 55403.400000000001 398140 SD50PHIm 2.46 phi 124 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 141 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418 SD50PHIm 2.6899999999999999 phi 1926 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 1943 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 169 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 2 2 55553.400000000001 398140 Standaard deviatie 0.65200000000000002 phi 186 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 203 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 220 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 237 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Standaard deviatie 0.65200000000000002 phi 254 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-17 12 1 56011 397671 SD50PHIm 2.6800000000000002 phi 2045 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398140 SD50PHIm 2.3999999999999999 phi 311 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 328 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 345 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 362 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 379 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 7 55703.400000000001 398140 SD50PHIm 2.3999999999999999 phi 396 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1637 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-17 12 2 56011 397671 SD50PHIm 2.6800000000000002 phi 2062 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 158 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-17 12 1 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2043 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-15 2 2 55553.400000000001 398140 SD50PHIm 2.3399999999999999 phi 175 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 192 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 209 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 226 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 SD50PHIm 2.3399999999999999 phi 243 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 2 7 55553.400000000001 398140 SD50PHIm 2.3399999999999999 phi 260 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42529 31 2.3399999999999999 46 28 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 277 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 SD50PHIm 2.3999999999999999 phi 294 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42529 31 2.3999999999999999 46 28 2007 10 2007-10-17 12 6 56011 397671 SD50PHIm 2.6800000000000002 phi 2130 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-17 12 7 56011 397671 SD50PHIm 2.6800000000000002 phi 2147 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1584 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-17 12 2 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2060 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-17 12 3 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2077 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1821 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-17 12 4 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2094 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-17 12 5 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2111 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 1979 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 381 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 432 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 Slib percentage <32mu 2.3500000000000001 % silt 1538 0101000020E610000019330D312EA20F4045112A6474C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1555 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 8 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1606 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 620 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1776 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 Slib percentage <32mu 0 % silt 178 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 212 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 229 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1827 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 Slib percentage <32mu 0 % silt 263 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 280 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 331 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 365 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 382 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 416 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 433 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 484 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 501 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 Slib percentage <32mu 5.4000000000000004 % silt 535 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 552 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 603 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 654 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 688 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 705 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 756 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 773 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 Slib percentage <32mu 0 % silt 807 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 824 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1096 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1147 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1878 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1181 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1198 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1232 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 Slib percentage <32mu 6.5300000000000002 % silt 1895 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 10 2 55982 398418 Slib percentage <32mu 0 % silt 1249 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42533 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 348 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 1980 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 Slib percentage <32mu 0 % silt 399 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 Slib percentage <32mu 0 % silt 671 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 Slib percentage <32mu 0 % silt 722 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 739 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 Slib percentage <32mu 0 % silt 1657 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1674 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-17 12 1 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2048 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-17 12 2 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2065 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-17 12 6 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2133 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1748 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 609 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1442 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1459 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1476 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 7 56128.400000000001 398065 Smedium% 4.5999999999999996 % sand 1493 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1510 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1527 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397565 Smedium% 17.079999999999998 % sand 1544 0101000020E610000019330D312EA20F4045112A6474C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1561 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1578 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1595 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 16 7 55274.900000000001 398418 Slib percentage <32mu 6.0899999999999999 % silt 2031 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 Smedium% 15.67 % sand 1765 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1782 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1799 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398065 Smedium% 7.8099999999999996 % sand 1816 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1833 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 626 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 643 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1850 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1867 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 660 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 303 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398140 Smedium% 21.32 % sand 320 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 337 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 354 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 371 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 388 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 1952 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 1969 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 3 7 55703.400000000001 398140 Smedium% 21.32 % sand 405 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397990 Smedium% 23.109999999999999 % sand 728 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Smedium% 17.079999999999998 % sand 1612 0101000020E61000005106AA382EA20F409778165574C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 Smedium% 17.079999999999998 % sand 1629 0101000020E610000019330D312EA20F4045112A6474C74940 10 42530 25 17.079999999999998 46 22 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 1986 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1646 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 16 7 55274.900000000001 398418 Smedium% 11.98 % sand 2037 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-17 12 1 56011 397671 Smedium% 9.8900000000000006 % sand 2054 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 2 56011 397671 Smedium% 9.8900000000000006 % sand 2071 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 3 56011 397671 Smedium% 9.8900000000000006 % sand 2088 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 4 56011 397671 Smedium% 9.8900000000000006 % sand 2105 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 5 56011 397671 Smedium% 9.8900000000000006 % sand 2122 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 6 56011 397671 Smedium% 9.8900000000000006 % sand 2139 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-17 12 7 56011 397671 Smedium% 9.8900000000000006 % sand 2156 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42530 25 9.8900000000000006 46 22 2007 10 2007-10-15 10 4 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1305 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1390 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1441 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 slib precentage <16 mu 0.79000000000000004 % silt 1492 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 slib precentage <16 mu 0.46999999999999997 % silt 1543 0101000020E610000019330D312EA20F4045112A6474C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1594 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 slib precentage <16 mu 0 % silt 1764 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 slib precentage <16 mu 3.29 % silt 1815 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 166 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 200 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 217 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 251 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 slib precentage <16 mu 0 % silt 268 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 slib precentage <16 mu 0 % silt 319 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 336 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 625 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 370 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 387 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 421 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 438 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 472 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 489 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 slib precentage <16 mu 2.7999999999999998 % silt 540 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 557 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 slib precentage <16 mu 0 % silt 591 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 608 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 642 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 659 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 693 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 710 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 744 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 761 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 795 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 slib precentage <16 mu 0 % silt 812 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 829 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1101 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 slib precentage <16 mu 0 % silt 1135 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1152 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1186 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1203 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-17 12 2 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2070 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-17 12 5 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2121 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1713 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1378 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398065 Percentage Coarse-zand 0 % sand 1395 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397990 Percentage Coarse-zand 0 % sand 579 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1412 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 596 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1429 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1446 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1463 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 11 7 56128.400000000001 398065 Percentage Coarse-zand 0 % sand 1480 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1497 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1514 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397565 Percentage Coarse-zand 0 % sand 1531 0101000020E610000019330D312EA20F4045112A6474C74940 10 42526 25 0 46 22 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1548 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 413 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 430 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398140 SD50PHIm 2.6299999999999999 phi 447 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 464 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 481 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 498 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 SD50PHIm 2.6299999999999999 phi 515 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 4 7 55853.400000000001 398140 SD50PHIm 2.6299999999999999 phi 532 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42529 31 2.6299999999999999 46 28 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 549 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 566 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397990 SD50PHIm 2.3599999999999999 phi 583 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 600 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1565 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1582 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 1 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Percentage Coarse-zand 0 % sand 1599 0101000020E61000005106AA382EA20F409778165574C74940 10 42526 25 0 46 22 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1769 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1786 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398065 Percentage Coarse-zand 0 % sand 1803 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42526 25 0 46 22 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1820 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 613 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1837 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 630 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1854 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 821 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 838 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397990 SD50PHIm 2.4300000000000002 phi 855 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 872 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 889 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 906 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 SD50PHIm 2.4300000000000002 phi 923 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 7 7 55703.400000000001 397990 SD50PHIm 2.4300000000000002 phi 940 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42529 31 2.4300000000000002 46 28 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 957 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 974 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397990 SD50PHIm 2.5099999999999998 phi 991 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 1008 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 1025 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 1042 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 SD50PHIm 2.5099999999999998 phi 1059 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 8 7 55853.400000000001 397990 SD50PHIm 2.5099999999999998 phi 1076 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42529 31 2.5099999999999998 46 28 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1093 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1110 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 2 55628.400000000001 398565 SD50PHIm 2.3999999999999999 phi 1127 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1144 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1161 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1178 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 SD50PHIm 2.3999999999999999 phi 1195 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 9 7 55628.400000000001 398565 SD50PHIm 2.3999999999999999 phi 1212 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42529 31 2.3999999999999999 46 28 2007 10 2007-10-15 10 1 55982 398418.29999999999 SD50PHIm 2.54 phi 1229 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 2 55982 398418 SD50PHIm 2.54 phi 1246 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 2 55982 398418.29999999999 SD50PHIm 2.54 phi 1263 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 3 55982 398418.29999999999 SD50PHIm 2.54 phi 1280 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 4 55982 398418.29999999999 SD50PHIm 2.54 phi 1297 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 5 55982 398418.29999999999 SD50PHIm 2.54 phi 1314 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 6 55982 398418.29999999999 SD50PHIm 2.54 phi 1331 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 10 7 55982 398418 SD50PHIm 2.54 phi 1348 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42529 31 2.54 46 28 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1365 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1382 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398065 SD50PHIm 2.71 phi 1399 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1416 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1433 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1450 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 SD50PHIm 2.71 phi 1467 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 11 7 56128.400000000001 398065 SD50PHIm 2.71 phi 1484 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42529 31 2.71 46 28 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1501 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1518 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397565 SD50PHIm 2.46 phi 1535 0101000020E610000019330D312EA20F4045112A6474C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1552 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1569 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1771 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1788 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 632 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 649 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 5 7 55403.400000000001 397990 SD(0.9) 302.19 d (0.9) 666 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 15 2 55128.400000000001 398065 SD(0.9) 239.02000000000001 d (0.9) 1805 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 2009 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1822 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1839 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1856 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 16 7 55274.900000000001 398418 SD(0.9) 259.86000000000001 d (0.9) 2026 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 343 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 377 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 3 7 55703.400000000001 398140 SD(0.9) 293.82999999999998 d (0.9) 394 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 683 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 700 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 6 2 55553.400000000001 397990 SD(0.9) 299.97000000000003 d (0.9) 717 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 411 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 428 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 4 2 55853.400000000001 398140 SD(0.9) 261.06 d (0.9) 445 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 734 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 751 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 768 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 14 2 55274.900000000001 397711 SD(0.9) 271.45999999999998 d (0.9) 1652 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1669 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1686 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1703 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1720 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1737 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1586 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 5 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 SD50PHIm 2.46 phi 1603 0101000020E61000005106AA382EA20F409778165574C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 13 7 55628.400000000001 397565 SD50PHIm 2.46 phi 1620 0101000020E610000019330D312EA20F4045112A6474C74940 10 42529 31 2.46 46 28 2007 10 2007-10-15 14 2 55274.900000000001 397711 SD50PHIm 2.4700000000000002 phi 1654 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 701 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397990 SD50MUm 192.91999999999999 mu 718 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 735 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 922 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1602 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 14 7 55274.900000000001 397711 SD(0.1) 120.45999999999999 d (0.1) 1753 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 1 7 55403.400000000001 398140 SD(0.1) 116.26000000000001 d (0.1) 121 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 138 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 155 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 1940 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 1957 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 410 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1774 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398065 Sfines% 69.379999999999995 % sand 1400 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1451 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1468 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 11 7 56128.400000000001 398065 Sfines% 69.379999999999995 % sand 1485 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1502 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 159 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398140 Sfines% 68.989999999999995 % sand 176 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 193 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 210 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 227 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 16 2 55274.900000000001 398418 Sfines% 56.140000000000001 % sand 1927 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 244 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 2 7 55553.400000000001 398140 Sfines% 68.989999999999995 % sand 261 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 278 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 414 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 431 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398140 Sfines% 61.140000000000001 % sand 448 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 465 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 482 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 499 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Sfines% 61.140000000000001 % sand 516 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 737 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 754 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 788 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 6 7 55553.400000000001 397990 Sfines% 66.670000000000002 % sand 805 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 4 7 55853.400000000001 398140 Sfines% 61.140000000000001 % sand 533 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42527 25 61.140000000000001 46 22 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 822 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 839 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397990 Sfines% 67.969999999999999 % sand 856 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 873 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 890 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 907 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Sfines% 67.969999999999999 % sand 924 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 550 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 7 7 55703.400000000001 397990 Sfines% 67.969999999999999 % sand 941 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42527 25 67.969999999999999 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 958 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 975 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397990 Sfines% 68.299999999999997 % sand 992 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 1009 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 1026 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 1043 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Sfines% 68.299999999999997 % sand 1060 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 8 7 55853.400000000001 397990 Sfines% 68.299999999999997 % sand 1077 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42527 25 68.299999999999997 46 22 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1094 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 652 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1111 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398565 Sfines% 66.709999999999994 % sand 1128 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1145 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1162 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1179 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Sfines% 66.709999999999994 % sand 1196 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 10 1 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1230 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 2 55982 398418 Sfines% 71.870000000000005 % sand 1247 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 2 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1264 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 567 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1281 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 4 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1298 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 5 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1315 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 Sfines% 71.870000000000005 % sand 1332 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 10 7 55982 398418 Sfines% 71.870000000000005 % sand 1349 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42527 25 71.870000000000005 46 22 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1366 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 Slib percentage <4mu 0 % silt 43 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 60 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 94 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 638 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1301 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1386 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1437 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 Slib percentage <4mu 0 % silt 1488 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 Slib percentage <4mu 0 % silt 1539 0101000020E610000019330D312EA20F4045112A6474C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1607 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 Slib percentage <4mu 0 % silt 1760 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1777 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 621 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 213 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 230 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1828 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 Slib percentage <4mu 0 % silt 264 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 281 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 Slib percentage <4mu 0 % silt 315 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 332 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 366 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 383 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 417 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 434 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 468 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 485 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 502 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 Slib percentage <4mu 0.59999999999999998 % silt 536 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 553 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 Slib percentage <4mu 0 % silt 587 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 604 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 655 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 689 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 706 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 740 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 757 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 774 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 Slib percentage <4mu 0 % silt 808 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 825 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 Slib percentage <4mu 0 % silt 859 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1097 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 Slib percentage <4mu 0 % silt 1131 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1879 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1148 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1182 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1199 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1233 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418 Slib percentage <4mu 0 % silt 1250 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42534 26 0 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1284 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 349 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 Slib percentage <4mu 0 % silt 400 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 1981 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 Slib percentage <4mu 0 % silt 672 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 Slib percentage <4mu 0 % silt 723 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 Slib percentage <4mu 0 % silt 1658 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1709 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1641 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 16 7 55274.900000000001 398418 Slib percentage <4mu 0.65000000000000002 % silt 2032 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-17 12 1 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2049 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-17 12 2 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2066 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-17 12 5 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2117 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-17 12 6 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2134 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1318 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 10 7 55982 398418 Slib percentage <4mu 0 % silt 1352 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42534 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1369 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 Slib percentage <4mu 0 % silt 1403 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1420 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1454 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Slib percentage <4mu 0 % silt 1471 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42534 26 0 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1505 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1522 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1556 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1573 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Slib percentage <4mu 0 % silt 1590 0101000020E61000005106AA382EA20F409778165574C74940 10 42534 26 0 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 Slib percentage <4mu 0 % silt 1624 0101000020E610000019330D312EA20F4045112A6474C74940 10 42534 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1675 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1692 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1726 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Slib percentage <4mu 0 % silt 1743 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42534 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1794 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 Slib percentage <4mu 0.67000000000000004 % silt 1811 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1845 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Slib percentage <4mu 0.67000000000000004 % silt 1862 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 Slib percentage <4mu 0.67000000000000004 % silt 1896 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42534 26 0.67000000000000004 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 1913 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 1947 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 1964 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 1998 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Slib percentage <4mu 0.65000000000000002 % silt 2015 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-17 12 3 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2083 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-17 12 4 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2100 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-17 12 7 56011 397671 Slib percentage <4mu 0.57999999999999996 % silt 2151 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42534 26 0.57999999999999996 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 9 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 Slib percentage <4mu 0.65000000000000002 % silt 1930 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42534 26 0.65000000000000002 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 26 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 77 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 Slib percentage <4mu 0 % silt 128 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 Slib percentage <4mu 0 % silt 179 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 196 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 247 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 298 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42534 26 0 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1154 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 4 2 55853.400000000001 398140 Slib percentage <4mu 0.59999999999999998 % silt 451 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 111 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42534 26 0 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 145 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Slib percentage <4mu 0 % silt 162 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42534 26 0 46 23 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Slib percentage <4mu 0.59999999999999998 % silt 519 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42534 26 0.59999999999999998 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 791 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42534 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 842 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 893 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 7 55703.400000000001 397990 Slib percentage <4mu 0 % silt 944 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 Slib percentage <4mu 0.48999999999999999 % silt 995 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 1063 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1114 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Slib percentage <4mu 0 % silt 1165 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 570 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42534 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 Slib percentage <4mu 0 % silt 1216 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42534 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1267 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 Slib percentage <4mu 0 % silt 1335 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42534 26 0 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398140 slib percentage <50 mu 2.3900000000000001 % silt 44 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 61 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 95 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1285 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1302 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 slib percentage <50 mu 4.4699999999999998 % silt 996 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1387 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1438 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 slib percentage <50 mu 2.46 % silt 1489 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 slib percentage <50 mu 2.3999999999999999 % silt 1540 0101000020E610000019330D312EA20F4045112A6474C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 slib percentage <50 mu 0 % silt 1761 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 622 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 197 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 214 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 231 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1829 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 slib percentage <50 mu 0 % silt 265 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 282 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 slib percentage <50 mu 0 % silt 316 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 333 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 367 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 384 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 418 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 435 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 469 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 486 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 503 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 slib percentage <50 mu 5.6100000000000003 % silt 537 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 554 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 slib percentage <50 mu 0 % silt 588 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 605 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 639 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 656 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 690 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 707 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 741 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 758 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 775 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 slib percentage <50 mu 0 % silt 809 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 826 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 slib percentage <50 mu 0 % silt 860 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1098 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 slib percentage <50 mu 0 % silt 1132 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1880 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1149 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1183 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1200 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1234 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418 slib percentage <50 mu 0 % silt 1251 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42535 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 350 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 slib percentage <50 mu 0 % silt 401 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 1982 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 slib percentage <50 mu 0 % silt 673 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 slib percentage <50 mu 0 % silt 724 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 slib percentage <50 mu 0 % silt 1659 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1710 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1642 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 16 7 55274.900000000001 398418 slib percentage <50 mu 6.3300000000000001 % silt 2033 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-17 12 1 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2050 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-17 12 2 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2067 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-17 12 5 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2118 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1319 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 10 7 55982 398418 slib percentage <50 mu 0 % silt 1353 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42535 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1370 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 slib percentage <50 mu 2.46 % silt 1404 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1421 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1455 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 slib percentage <50 mu 2.46 % silt 1472 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42535 26 2.46 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1506 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1523 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1557 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1574 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1591 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 slib percentage <50 mu 2.3999999999999999 % silt 1608 0101000020E61000005106AA382EA20F409778165574C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 slib percentage <50 mu 2.3999999999999999 % silt 1625 0101000020E610000019330D312EA20F4045112A6474C74940 10 42535 26 2.3999999999999999 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1676 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1693 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1727 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 slib percentage <50 mu 0 % silt 1744 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42535 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1778 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1795 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 slib percentage <50 mu 6.7000000000000002 % silt 1812 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1846 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 slib percentage <50 mu 6.7000000000000002 % silt 1863 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 slib percentage <50 mu 6.7000000000000002 % silt 1897 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42535 26 6.7000000000000002 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 1914 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 1948 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 1965 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 1999 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 slib percentage <50 mu 6.3300000000000001 % silt 2016 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-17 12 3 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2084 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-17 12 4 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2101 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-17 12 6 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2135 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-17 12 7 56011 397671 slib percentage <50 mu 4.7599999999999998 % silt 2152 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42535 26 4.7599999999999998 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 slib percentage <50 mu 6.3300000000000001 % silt 1931 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42535 26 6.3300000000000001 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 10 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 27 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 78 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 slib percentage <50 mu 2.3900000000000001 % silt 129 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 slib percentage <50 mu 0 % silt 180 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 248 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 299 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42535 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 slib percentage <50 mu 5.6100000000000003 % silt 452 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 slib percentage <50 mu 2.3900000000000001 % silt 112 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42535 26 2.3900000000000001 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 146 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 slib percentage <50 mu 0 % silt 163 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42535 26 0 46 23 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 slib percentage <50 mu 5.6100000000000003 % silt 520 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42535 26 5.6100000000000003 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 792 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42535 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 843 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 894 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 7 7 55703.400000000001 397990 slib percentage <50 mu 0 % silt 945 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 1064 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1115 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 slib percentage <50 mu 0 % silt 1166 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 571 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42535 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 slib percentage <50 mu 0 % silt 1217 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42535 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1268 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 slib percentage <50 mu 0 % silt 1336 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42535 26 0 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398140 slib percentage <63 mu 2.3900000000000001 % silt 45 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 62 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1286 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1303 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 793 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 844 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 slib percentage <63 mu 4.4699999999999998 % silt 997 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1388 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1439 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 slib percentage <63 mu 2.4700000000000002 % silt 1490 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 slib percentage <63 mu 2.3999999999999999 % silt 1541 0101000020E610000019330D312EA20F4045112A6474C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1592 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 slib percentage <63 mu 0 % silt 1762 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 623 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 164 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 198 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 215 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 232 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1830 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 slib percentage <63 mu 0 % silt 266 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 283 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 slib percentage <63 mu 0 % silt 317 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 334 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 368 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 385 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 419 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 436 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 470 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 487 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 slib percentage <63 mu 5.6600000000000001 % silt 538 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 555 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 10 7 55982 398418 slib percentage <63 mu 0 % silt 1354 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42536 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1371 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 slib percentage <63 mu 0 % silt 589 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 606 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 640 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 657 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 691 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 708 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 slib percentage <63 mu 2.4700000000000002 % silt 1405 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1422 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1456 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 742 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 759 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 slib percentage <63 mu 0 % silt 810 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 827 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 slib percentage <63 mu 0 % silt 861 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1099 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 slib percentage <63 mu 0 % silt 1133 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1881 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1150 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 slib percentage <63 mu 2.4700000000000002 % silt 1473 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42536 26 2.4700000000000002 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1507 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1524 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1558 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1184 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1201 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1235 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418 slib percentage <63 mu 0 % silt 1252 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42536 26 0 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1575 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 slib percentage <63 mu 2.3999999999999999 % silt 1609 0101000020E61000005106AA382EA20F409778165574C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 351 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 slib percentage <63 mu 2.3999999999999999 % silt 1626 0101000020E610000019330D312EA20F4045112A6474C74940 10 42536 26 2.3999999999999999 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1677 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1694 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 slib percentage <63 mu 0 % silt 402 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 slib percentage <63 mu 0 % silt 674 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1728 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1745 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1779 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 1983 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 slib percentage <63 mu 0 % silt 725 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 slib percentage <63 mu 0 % silt 1660 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1711 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 slib percentage <63 mu 0 % silt 1643 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42536 26 0 46 23 2007 10 2007-10-15 16 7 55274.900000000001 398418 slib percentage <63 mu 6.7400000000000002 % silt 2034 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-17 12 1 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2051 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 Standaard deviatie 0.65200000000000002 phi 271 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42539 31 0.65200000000000002 46 28 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 288 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 305 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-17 12 2 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2068 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1796 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 slib percentage <63 mu 6.7599999999999998 % silt 1813 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1847 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-17 12 5 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2119 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 slib percentage <63 mu 6.7599999999999998 % silt 1864 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 slib percentage <63 mu 6.7599999999999998 % silt 1898 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42536 26 6.7599999999999998 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 1915 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 521 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 776 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42536 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 895 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 Slib percentage <2mu 0 % silt 398 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 415 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 687 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 Slib percentage <2mu 0 % silt 1656 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 1996 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1673 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-17 12 1 56011 397671 Slib percentage <2mu 0 % silt 2047 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-17 12 2 56011 397671 Slib percentage <2mu 0 % silt 2064 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-17 12 3 56011 397671 Slib percentage <2mu 0 % silt 2081 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-17 12 6 56011 397671 Slib percentage <2mu 0 % silt 2132 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 637 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1300 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1436 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 Slib percentage <32mu 2.46 % silt 1487 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 168 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 7 7 55703.400000000001 397990 slib percentage <63 mu 0 % silt 946 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 1048 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 1065 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1116 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 slib percentage <63 mu 0 % silt 1167 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 572 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42536 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 slib percentage <63 mu 0 % silt 1218 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42536 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1269 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 424 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1855 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Standaard deviatie 0.71399999999999997 phi 1172 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42539 31 0.71399999999999997 46 28 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 479 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 1920 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 1954 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Standaard deviatie 0.88500000000000001 phi 1971 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42539 31 0.88500000000000001 46 28 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 496 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 1 2 55403.400000000001 398140 Slib percentage <8mu 0 % silt 46 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 63 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 284 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1287 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1304 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1338 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 10 7 55982 398418 Slib percentage <8mu 0 % silt 1355 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42537 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1372 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 Slib percentage <8mu 0 % silt 1406 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1423 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1457 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1474 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1508 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1525 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1559 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1576 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1610 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 Slib percentage <8mu 0 % silt 1627 0101000020E610000019330D312EA20F4045112A6474C74940 10 42537 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1678 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1695 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1729 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1746 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1780 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 Slib percentage <8mu 1.6699999999999999 % silt 1899 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 1916 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 1950 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 2001 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 2018 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-17 12 3 56011 397671 Slib percentage <8mu 1.45 % silt 2086 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-17 12 4 56011 397671 Slib percentage <8mu 1.45 % silt 2103 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-17 12 6 56011 397671 Slib percentage <8mu 1.45 % silt 2137 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-17 12 7 56011 397671 Slib percentage <8mu 1.45 % silt 2154 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 12 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 29 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 Slib percentage <8mu 1.6200000000000001 % silt 1933 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 80 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 Slib percentage <8mu 0 % silt 131 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 Slib percentage <8mu 0 % silt 182 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 233 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 250 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 301 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 Slib percentage <8mu 1.52 % silt 454 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 505 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 97 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 114 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42537 26 0 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 148 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 1066 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1865 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 1967 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 777 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 845 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 896 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 7 55703.400000000001 397990 Slib percentage <8mu 0 % silt 947 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 Slib percentage <8mu 1.3200000000000001 % silt 998 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 1049 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1117 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1168 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 573 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 Slib percentage <8mu 0 % silt 1219 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1270 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1321 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1389 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Slib percentage <8mu 0 % silt 1440 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 Slib percentage <8mu 0 % silt 1491 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42537 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 Slib percentage <8mu 0 % silt 1542 0101000020E610000019330D312EA20F4045112A6474C74940 10 42537 26 0 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Slib percentage <8mu 0 % silt 1593 0101000020E61000005106AA382EA20F409778165574C74940 10 42537 26 0 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 Slib percentage <8mu 0 % silt 1763 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 Slib percentage <8mu 1.6699999999999999 % silt 1814 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 165 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 199 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 216 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 Slib percentage <8mu 0 % silt 267 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42537 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 Slib percentage <8mu 0 % silt 318 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 Slib percentage <8mu 0 % silt 811 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 828 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 Slib percentage <8mu 0 % silt 862 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 879 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 913 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 930 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42537 26 0 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 964 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 981 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 1015 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Slib percentage <8mu 1.3200000000000001 % silt 1032 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 Slib percentage <8mu 1.3200000000000001 % silt 1083 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42537 26 1.3200000000000001 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1100 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 Slib percentage <8mu 0 % silt 1134 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1151 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1185 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Slib percentage <8mu 0 % silt 1202 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42537 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1882 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 Slib percentage <8mu 0 % silt 1236 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42537 26 0 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 58 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 228 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 925 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 10 4 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1299 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1316 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 59 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 10 7 55982 398418 Slib percentage <2mu 0 % silt 1350 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42532 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1367 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1317 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 10 7 55982 398418 Slib percentage <32mu 0 % silt 1351 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42533 26 0 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1368 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1339 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 SD50PHIm 2.4700000000000002 phi 1671 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42529 31 2.4700000000000002 46 28 2007 10 2007-10-15 10 7 55982 398418 slib precentage <16 mu 0 % silt 1356 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42531 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1871 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42526 25 0 46 22 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1868 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1469 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1419 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1453 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1470 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1373 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 slib precentage <16 mu 0.79000000000000004 % silt 1407 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1424 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1458 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1394 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397990 Svfines% 10.17 % sand 595 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1571 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1588 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 Slib percentage <2mu 0 % silt 1622 0101000020E610000019330D312EA20F4045112A6474C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1572 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1589 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 13 7 55628.400000000001 397565 Slib percentage <32mu 2.3500000000000001 % silt 1623 0101000020E610000019330D312EA20F4045112A6474C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Smedium% 7.8099999999999996 % sand 1884 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 15 7 55128.400000000001 398065 Smedium% 7.8099999999999996 % sand 1901 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42530 25 7.8099999999999996 46 22 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1560 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1577 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1611 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 Percentage Coarse-zand 0 % sand 1888 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42526 25 0 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398065 Svfines% 23.550000000000001 % sand 1411 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1428 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 612 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1445 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1462 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1479 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 11 7 56128.400000000001 398065 Svfines% 23.550000000000001 % sand 1496 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1513 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1530 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397565 Svfines% 11.48 % sand 1547 0101000020E610000019330D312EA20F4045112A6474C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1564 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1581 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1690 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1691 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1725 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 1918 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 slib precentage <16 mu 0.46999999999999997 % silt 1628 0101000020E610000019330D312EA20F4045112A6474C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1679 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1696 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 1905 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1598 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 14 7 55274.900000000001 397711 Svfines% 12.32 % sand 1768 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1785 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1802 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 391 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Svfines% 11.48 % sand 1615 0101000020E61000005106AA382EA20F409778165574C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 Svfines% 11.48 % sand 1632 0101000020E610000019330D312EA20F4045112A6474C74940 10 42540 25 11.48 46 22 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1649 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 1989 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 5 7 55403.400000000001 397990 Svfines% 10.17 % sand 680 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 697 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-17 12 3 56011 397671 Svfines% 23.719999999999999 % sand 2091 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-17 12 4 56011 397671 Svfines% 23.719999999999999 % sand 2108 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-17 12 5 56011 397671 Svfines% 23.719999999999999 % sand 2125 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-17 12 6 56011 397671 Svfines% 23.719999999999999 % sand 2142 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-17 12 7 56011 397671 Svfines% 23.719999999999999 % sand 2159 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1887 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 15 7 55128.400000000001 398065 Svfines% 25.57 % sand 1904 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 1921 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398140 SD50MUm 198.13999999999999 mu 174 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 1911 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 1962 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 1912 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 1946 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1866 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 slib precentage <16 mu 3.29 % silt 1900 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 1917 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 1951 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 191 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 208 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 225 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 242 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 2 7 55553.400000000001 398140 SD50MUm 198.13999999999999 mu 259 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 276 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 293 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398140 SD50MUm 188.90000000000001 mu 310 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 327 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 344 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 361 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 SD50MUm 188.90000000000001 mu 378 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 3 7 55703.400000000001 398140 SD50MUm 188.90000000000001 mu 395 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42528 30 188.90000000000001 46 28 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 412 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 429 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398140 SD50MUm 161.65000000000001 mu 446 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 2013 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 16 7 55274.900000000001 398418 Slib percentage <2mu 0.02 % silt 2030 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 1963 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 1997 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Slib percentage <32mu 6.0899999999999999 % silt 2014 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-17 12 3 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2082 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 1968 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 2002 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 2019 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 463 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 480 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 497 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 SD50MUm 161.65000000000001 mu 514 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 4 7 55853.400000000001 398140 SD50MUm 161.65000000000001 mu 531 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42528 30 161.65000000000001 46 28 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 548 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 565 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 2 55403.400000000001 397990 SD50MUm 194.28 mu 582 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 599 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 616 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 633 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 SD50MUm 194.28 mu 650 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 5 7 55403.400000000001 397990 SD50MUm 194.28 mu 667 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42528 30 194.28 46 28 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 684 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-17 12 4 56011 397671 Slib percentage <2mu 0 % silt 2098 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 Slib percentage <2mu 0.02 % silt 1928 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-17 12 5 56011 397671 Slib percentage <2mu 0 % silt 2115 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-17 12 7 56011 397671 Slib percentage <2mu 0 % silt 2149 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42532 26 0 46 23 2007 10 2007-10-17 12 7 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2155 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 13 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-17 12 2 56011 397671 Percentage Coarse-zand 0 % sand 2058 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 15 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 7 7 55703.400000000001 397990 SD50MUm 185.34999999999999 mu 939 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 956 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 973 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 2 55853.400000000001 397990 SD50MUm 175.11000000000001 mu 990 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 1007 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 1024 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 1041 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 SD50MUm 175.11000000000001 mu 1058 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 8 7 55853.400000000001 397990 SD50MUm 175.11000000000001 mu 1075 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42528 30 175.11000000000001 46 28 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1092 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398140 Slib percentage <2mu 0 % silt 41 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398140 Slib percentage <32mu 2.3300000000000001 % silt 42 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 31 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 Smedium% 16.77 % sand 48 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 65 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 30 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 18 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 Percentage Coarse-zand 0 % sand 35 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 52 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 69 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 17 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 34 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 Svfines% 11.640000000000001 % sand 51 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 68 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1109 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 2 55628.400000000001 398565 SD50MUm 188.97 mu 1126 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1143 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1160 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1177 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 SD50MUm 188.97 mu 1194 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 9 7 55628.400000000001 398565 SD50MUm 188.97 mu 1211 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42528 30 188.97 46 28 2007 10 2007-10-15 10 1 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1228 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 75 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 92 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 76 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 93 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 82 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 99 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 71 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 88 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1838 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 105 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 1 7 55403.400000000001 398140 SD(0.9) 276.22000000000003 d (0.9) 122 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 81 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 86 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 102 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 10 2 55982 398418 SD50MUm 172.05000000000001 mu 1245 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 2 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1262 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 3 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1279 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 4 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1296 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 5 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1313 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 6 55982 398418.29999999999 SD50MUm 172.05000000000001 mu 1330 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 10 7 55982 398418 SD50MUm 172.05000000000001 mu 1347 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42528 30 172.05000000000001 46 28 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1364 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1381 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 11 2 56128.400000000001 398065 SD50MUm 152.62 mu 1398 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1415 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 1 7 55403.400000000001 398140 Slib percentage <2mu 0 % silt 126 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 143 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 Slib percentage <32mu 2.3300000000000001 % silt 127 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 116 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 139 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 156 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 2 2 55553.400000000001 398140 SD(0.9) 297.88999999999999 d (0.9) 173 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 1 7 55403.400000000001 398140 slib precentage <16 mu 0.37 % silt 132 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 103 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 1 7 55403.400000000001 398140 Percentage Coarse-zand 0 % sand 120 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42526 25 0 46 22 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 137 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 119 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 1 7 55403.400000000001 398140 Svfines% 11.640000000000001 % sand 136 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1449 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1466 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 11 7 56128.400000000001 398065 SD50MUm 152.62 mu 1483 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1500 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1517 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397565 SD50MUm 182.11000000000001 mu 1534 0101000020E610000019330D312EA20F4045112A6474C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1551 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1568 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 SD50MUm 182.11000000000001 mu 1585 0101000020E61000005106AA382EA20F409778165574C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 4 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 194 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Slib percentage <2mu 0.02 % silt 1945 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42532 26 0.02 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 150 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 167 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 190 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 207 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 224 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1380 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 2 2 55553.400000000001 398140 slib precentage <16 mu 0 % silt 183 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 slib precentage <16 mu 3.1899999999999999 % silt 1934 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1414 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1431 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1448 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1465 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 11 7 56128.400000000001 398065 SD(0.9) 222.40000000000001 d (0.9) 1482 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1499 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1516 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 13 2 55628.400000000001 397565 SD(0.9) 277.41000000000003 d (0.9) 1533 0101000020E610000019330D312EA20F4045112A6474C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 615 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1550 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1567 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 3 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 SD(0.9) 277.41000000000003 d (0.9) 1601 0101000020E61000005106AA382EA20F409778165574C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 13 7 55628.400000000001 397565 SD(0.9) 277.41000000000003 d (0.9) 1618 0101000020E610000019330D312EA20F4045112A6474C74940 10 42525 29 277.41000000000003 46 26 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 SD(0.9) 271.45999999999998 d (0.9) 1635 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 154 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398140 Percentage Coarse-zand 0.01 % sand 171 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 153 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 170 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 SD50MUm 182.11000000000001 mu 1619 0101000020E610000019330D312EA20F4045112A6474C74940 10 42528 30 182.11000000000001 46 28 2007 10 2007-10-15 14 2 55274.900000000001 397711 SD50MUm 180.97999999999999 mu 1653 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1670 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1687 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1704 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1721 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1738 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 14 7 55274.900000000001 397711 SD50MUm 180.97999999999999 mu 1755 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1772 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1789 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 195 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 Smedium% 23.73 % sand 184 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 201 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 218 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 SD(0.9) 297.88999999999999 d (0.9) 241 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 2 7 55553.400000000001 398140 SD(0.9) 297.88999999999999 d (0.9) 258 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42525 29 297.88999999999999 46 26 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 275 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 16 2 55274.900000000001 398418 Percentage Coarse-zand 0 % sand 1922 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 188 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1883 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1237 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418 slib precentage <16 mu 0 % silt 1254 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42531 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 353 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 slib precentage <16 mu 0 % silt 404 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 slib precentage <16 mu 0 % silt 676 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 slib precentage <16 mu 0 % silt 727 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 slib precentage <16 mu 3.1899999999999999 % silt 1985 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 slib precentage <16 mu 0 % silt 1662 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1645 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 16 7 55274.900000000001 398418 slib precentage <16 mu 3.1899999999999999 % silt 2036 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42531 26 3.1899999999999999 46 23 2007 10 2007-10-17 12 1 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2053 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 647 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 5 7 55403.400000000001 397990 Percentage Coarse-zand 0 % sand 664 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398140 Percentage Coarse-zand 0.01 % sand 307 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 324 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 341 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 205 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 222 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398140 Svfines% 7.2699999999999996 % sand 187 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 204 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 221 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398065 SD50MUm 149.91 mu 1806 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1823 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1840 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1857 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 SD50MUm 149.91 mu 1874 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 15 7 55128.400000000001 398065 SD50MUm 149.91 mu 1891 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42528 30 149.91 46 28 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 1908 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418 SD50MUm 154.47 mu 1925 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 1959 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 245 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 246 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 Smedium% 11.98 % sand 1935 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 235 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Smedium% 23.73 % sand 252 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 7 55553.400000000001 398140 Smedium% 23.73 % sand 269 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42530 25 23.73 46 22 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 234 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 239 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 2 7 55553.400000000001 398140 Percentage Coarse-zand 0.01 % sand 256 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42526 25 0.01 46 22 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 273 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 16 2 55274.900000000001 398418 Svfines% 25.18 % sand 1938 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 238 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 Svfines% 7.2699999999999996 % sand 255 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 2 7 55553.400000000001 398140 Svfines% 7.2699999999999996 % sand 272 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42540 25 7.2699999999999996 46 22 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 1976 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 1993 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 2010 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 16 7 55274.900000000001 398418 SD50MUm 154.47 mu 2027 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-17 12 3 56011 397671 SD50MUm 156.44999999999999 mu 2078 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-17 12 5 56011 397671 SD50MUm 156.44999999999999 mu 2112 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 21 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 296 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 Slib percentage <2mu 0 % silt 313 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 297 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398140 Slib percentage <32mu 0 % silt 314 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42533 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Smedium% 21.32 % sand 286 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42530 25 21.32 46 22 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 358 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 375 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 1956 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 1973 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 3 7 55703.400000000001 398140 Percentage Coarse-zand 0.01 % sand 392 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 Percentage Coarse-zand 0 % sand 1616 0101000020E610000019330D312EA20F4045112A6474C74940 10 42526 25 0 46 22 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1633 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 292 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 3 2 55703.400000000001 398140 SD(0.9) 293.82999999999998 d (0.9) 309 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 326 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 302 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 1939 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Percentage Coarse-zand 0.01 % sand 290 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42526 25 0.01 46 22 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 409 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 287 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 289 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 3 7 55703.400000000001 398140 Svfines% 11.619999999999999 % sand 408 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 SD50MUm 181.50999999999999 mu 38 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 55 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 72 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-17 12 4 56011 397671 SD50MUm 156.44999999999999 mu 2095 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-17 12 1 56011 397671 SD50MUm 156.44999999999999 mu 2044 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 SD50MUm 180.97999999999999 mu 1636 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42528 30 180.97999999999999 46 28 2007 10 2007-10-17 12 2 56011 397671 SD50MUm 156.44999999999999 mu 2061 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-17 12 6 56011 397671 SD50MUm 156.44999999999999 mu 2129 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-17 12 7 56011 397671 SD50MUm 156.44999999999999 mu 2146 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42528 30 156.44999999999999 46 28 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 466 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 Slib percentage <32mu 5.4000000000000004 % silt 450 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 422 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 439 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 462 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 4 2 55853.400000000001 398140 slib precentage <16 mu 2.7999999999999998 % silt 455 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 426 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398140 Percentage Coarse-zand 0 % sand 443 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 425 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 442 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1328 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 10 7 55982 398418 SD(0.1) 114.45999999999999 d (0.1) 1345 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1362 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1379 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 2 56128.400000000001 398065 SD(0.1) 102.11 d (0.1) 1396 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1413 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 563 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 14 2 55274.900000000001 397711 Percentage Coarse-zand 0 % sand 1650 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1430 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1447 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 SD(0.1) 102.11 d (0.1) 1464 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 11 7 56128.400000000001 398065 SD(0.1) 102.11 d (0.1) 1481 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42524 28 102.11 46 25 2007 10 2007-10-15 5 2 55403.400000000001 397990 SD(0.1) 124.63 d (0.1) 580 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 597 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 517 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 467 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 Smedium% 12.369999999999999 % sand 456 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 473 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 490 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 SD(0.9) 261.06 d (0.9) 513 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 4 7 55853.400000000001 398140 SD(0.9) 261.06 d (0.9) 530 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42525 29 261.06 46 26 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 547 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 506 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 460 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 477 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 494 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398140 Svfines% 20.84 % sand 459 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 476 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 493 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1751 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1498 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1515 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 13 2 55628.400000000001 397565 SD(0.1) 116.54000000000001 d (0.1) 1532 0101000020E610000019330D312EA20F4045112A6474C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1549 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1566 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1583 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1719 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1736 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 100 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 117 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 1 7 55403.400000000001 398140 SpSA 0.104 cm2/cc 134 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 151 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 16 2 55274.900000000001 398418 SpSA 0.20000000000000001 cm2/cc 1936 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 1953 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 106 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 1 7 55403.400000000001 398140 SD50MUm 181.50999999999999 mu 123 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 140 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 SD50MUm 154.47 mu 1942 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42528 30 154.47 46 28 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1770 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 15 2 55128.400000000001 398065 SD(0.1) 84.299999999999997 d (0.1) 1804 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 109 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 160 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 110 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 144 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 Slib percentage <32mu 0 % silt 161 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42533 26 0 46 23 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Slib percentage <32mu 5.4000000000000004 % silt 518 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42533 26 5.4000000000000004 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 98 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 115 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 149 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42531 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 614 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 631 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 291 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 3 2 55703.400000000001 398140 SD(0.1) 121.56 d (0.1) 308 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 325 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 648 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 5 7 55403.400000000001 397990 SD(0.1) 124.63 d (0.1) 665 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 342 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 359 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 376 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 3 7 55703.400000000001 398140 SD(0.1) 121.56 d (0.1) 393 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 6 2 55553.400000000001 397990 SD(0.1) 124.52 d (0.1) 716 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 2 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 SD(0.1) 116.54000000000001 d (0.1) 1600 0101000020E61000005106AA382EA20F409778165574C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1418 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 Smedium% 16.77 % sand 133 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 745 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 762 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 SD(0.9) 293.82999999999998 d (0.9) 360 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42525 29 293.82999999999998 46 26 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 slib precentage <16 mu 2.7999999999999998 % silt 523 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42531 26 2.7999999999999998 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 965 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1509 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 732 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 749 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Svfines% 11.640000000000001 % sand 85 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42540 25 11.640000000000001 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397990 Svfines% 10.220000000000001 % sand 731 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 748 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 765 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 SD(0.1) 116.54000000000001 d (0.1) 1617 0101000020E610000019330D312EA20F4045112A6474C74940 10 42524 28 116.54000000000001 46 25 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1634 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 682 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 699 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-17 12 1 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2042 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-17 12 2 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2059 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-17 12 6 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2127 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-17 12 7 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2144 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1872 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 15 7 55128.400000000001 398065 SD(0.1) 84.299999999999997 d (0.1) 1889 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 789 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 790 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42533 26 0 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 507 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Smedium% 12.369999999999999 % sand 524 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 779 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 SD(0.9) 299.97000000000003 d (0.9) 785 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 6 7 55553.400000000001 397990 SD(0.9) 299.97000000000003 d (0.9) 802 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42525 29 299.97000000000003 46 26 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 819 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 778 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42531 26 0 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 766 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Percentage Coarse-zand 0 % sand 511 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42526 25 0 46 22 2007 10 2007-10-15 4 7 55853.400000000001 398140 Percentage Coarse-zand 0 % sand 528 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42526 25 0 46 22 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 783 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 510 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Svfines% 20.84 % sand 527 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 782 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 1906 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 19 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 1 2 55403.400000000001 398140 SD(0.1) 116.26000000000001 d (0.1) 36 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 53 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 70 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 87 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 SD(0.1) 116.26000000000001 d (0.1) 104 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42524 28 116.26000000000001 46 25 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 840 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 Slib percentage <2mu 0 % silt 857 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 841 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397990 Slib percentage <32mu 0 % silt 858 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 796 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 6 7 55553.400000000001 397990 Smedium% 23.109999999999999 % sand 813 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 830 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 836 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 2 55703.400000000001 397990 SD(0.9) 287.25999999999999 d (0.9) 853 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 870 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 846 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 Percentage Coarse-zand 0 % sand 800 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 817 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 799 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 6 7 55553.400000000001 397990 Svfines% 10.220000000000001 % sand 816 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398140 SD(0.1) 131.61000000000001 d (0.1) 172 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 189 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 206 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 223 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 SD(0.1) 131.61000000000001 d (0.1) 240 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 2 7 55553.400000000001 398140 SD(0.1) 131.61000000000001 d (0.1) 257 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42524 28 131.61000000000001 46 25 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 SD(0.1) 121.56 d (0.1) 274 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42524 28 121.56 46 25 2007 10 2007-10-15 16 2 55274.900000000001 398418 SD(0.1) 80.840000000000003 d (0.1) 1923 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 891 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 892 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 847 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397990 Smedium% 19.539999999999999 % sand 864 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 881 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 1990 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1718 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-17 12 1 56011 397671 Percentage Coarse-zand 0 % sand 2041 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-17 12 3 56011 397671 Percentage Coarse-zand 0 % sand 2075 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-17 12 4 56011 397671 Percentage Coarse-zand 0 % sand 2092 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-17 12 5 56011 397671 Percentage Coarse-zand 0 % sand 2109 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 887 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 904 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 SD(0.9) 287.25999999999999 d (0.9) 921 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 7 55703.400000000001 397990 SD(0.9) 287.25999999999999 d (0.9) 938 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42525 29 287.25999999999999 46 26 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 834 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397990 Percentage Coarse-zand 0 % sand 851 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 868 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 833 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 850 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 7 2 55703.400000000001 397990 Svfines% 12.49 % sand 867 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 884 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 427 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 4 2 55853.400000000001 398140 SD(0.1) 91.400000000000006 d (0.1) 444 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 1974 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 461 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 478 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 495 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 SD(0.1) 84.299999999999997 d (0.1) 1787 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42524 28 84.299999999999997 46 25 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 908 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 898 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 915 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Smedium% 19.539999999999999 % sand 932 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 955 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 897 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 885 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 902 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 919 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 7 55703.400000000001 397990 Percentage Coarse-zand 0 % sand 936 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42526 25 0 46 22 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 901 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 918 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Svfines% 12.49 % sand 935 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 733 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 750 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 767 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 SD(0.1) 124.52 d (0.1) 784 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 6 7 55553.400000000001 397990 SD(0.1) 124.52 d (0.1) 801 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42524 28 124.52 46 25 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 818 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-17 12 6 56011 397671 Percentage Coarse-zand 0 % sand 2126 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-17 12 7 56011 397671 Percentage Coarse-zand 0 % sand 2143 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42526 25 0 46 22 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 681 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 698 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 2 2 55553.400000000001 398139.79999999999 SD50MUm 198.13999999999999 mu 157 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42528 30 198.13999999999999 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 835 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 2 55703.400000000001 397990 SD(0.1) 119.92 d (0.1) 852 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 869 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 886 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 903 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 7 55703.400000000001 397990 Slib percentage <2mu 0 % silt 942 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 959 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 7 7 55703.400000000001 397990 Slib percentage <32mu 0 % silt 943 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 Smedium% 12.369999999999999 % sand 541 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42530 25 12.369999999999999 46 22 2007 10 2007-10-15 7 7 55703.400000000001 397990 Smedium% 19.539999999999999 % sand 949 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42530 25 19.539999999999999 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 966 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 972 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 8 2 55853.400000000001 397990 SD(0.9) 266.87 d (0.9) 989 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 7 7 55703.400000000001 397990 slib precentage <16 mu 0 % silt 948 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 545 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 953 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 970 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 7 7 55703.400000000001 397990 SpSA 0.086999999999999994 cm2/cc 950 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 4 7 55853.400000000001 398140 Svfines% 20.84 % sand 544 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42540 25 20.84 46 22 2007 10 2007-10-15 7 7 55703.400000000001 397990 Svfines% 12.49 % sand 952 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42540 25 12.49 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 969 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 SD(0.1) 119.92 d (0.1) 920 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 7 7 55703.400000000001 397990 SD(0.1) 119.92 d (0.1) 937 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42524 28 119.92 46 25 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 SD(0.1) 91.400000000000006 d (0.1) 512 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-17 12 3 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2076 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-17 12 4 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2093 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-17 12 5 56011 397671 SD(0.1) 91.180000000000007 d (0.1) 2110 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42524 28 91.180000000000007 46 25 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1383 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397990 Sfines% 66.019999999999996 % sand 584 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 1010 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 Slib percentage <32mu 4.29 % silt 994 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 1011 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 983 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397990 Smedium% 14.279999999999999 % sand 1000 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 564 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 5 2 55403.400000000001 397990 SD(0.9) 302.19 d (0.9) 581 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 SD(0.9) 302.19 d (0.9) 598 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42525 29 302.19 46 26 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 1006 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 1023 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 1040 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 6 2 55553.400000000001 397990 Percentage Coarse-zand 0 % sand 715 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42526 25 0 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 304 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 3 2 55703.400000000001 398140 SpSA 0.085999999999999993 cm2/cc 321 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 8 2 55853.400000000001 397990 slib precentage <16 mu 2.1499999999999999 % silt 999 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 Percentage Coarse-zand 0 % sand 987 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 986 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 2 55853.400000000001 397990 Svfines% 12.949999999999999 % sand 1003 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 954 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 971 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 8 2 55853.400000000001 397990 SD(0.1) 107.78 d (0.1) 988 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 4 7 55853.400000000001 398140 SD(0.1) 91.400000000000006 d (0.1) 529 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42524 28 91.400000000000006 46 25 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 SD(0.1) 124.63 d (0.1) 546 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42524 28 124.63 46 25 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1417 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 601 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Sfines% 69.379999999999995 % sand 1434 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42527 25 69.379999999999995 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 568 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 569 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 1017 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 1034 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 SD(0.9) 266.87 d (0.9) 1057 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 8 7 55853.400000000001 397990 SD(0.9) 266.87 d (0.9) 1074 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42525 29 266.87 46 26 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1091 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 1050 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 1004 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 1021 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 1038 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 1020 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 1037 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 1005 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 1022 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 1039 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1519 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 13 2 55628.400000000001 397565 Sfines% 69.049999999999997 % sand 1536 0101000020E610000019330D312EA20F4045112A6474C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1553 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1570 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1587 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 6 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 1061 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1112 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 1062 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 1051 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Smedium% 14.279999999999999 % sand 1068 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 8 7 55853.400000000001 397990 Smedium% 14.279999999999999 % sand 1085 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42530 25 14.279999999999999 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1108 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 9 2 55628.400000000001 398565 SD(0.9) 294.56 d (0.9) 1125 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1142 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 1055 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 338 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 355 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 372 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 SpSA 0.085999999999999993 cm2/cc 389 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 423 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 8 7 55853.400000000001 397990 Percentage Coarse-zand 0 % sand 1072 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42526 25 0 46 22 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1089 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 1054 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 Svfines% 12.949999999999999 % sand 1071 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 SD(0.1) 107.78 d (0.1) 1056 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 8 7 55853.400000000001 397990 SD(0.1) 107.78 d (0.1) 1073 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42524 28 107.78 46 25 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1090 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Sfines% 69.049999999999997 % sand 1604 0101000020E61000005106AA382EA20F409778165574C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1791 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398065 Sfines% 59.869999999999997 % sand 1808 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1825 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1842 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 618 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Sfines% 66.019999999999996 % sand 635 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398565 Slib percentage <2mu 0 % silt 1129 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1113 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398565 Slib percentage <32mu 0 % silt 1130 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1102 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1119 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398565 Smedium% 21.48 % sand 1136 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1153 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1118 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1106 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398565 Percentage Coarse-zand 0.01 % sand 1123 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1140 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1105 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1122 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398565 Svfines% 11.800000000000001 % sand 1139 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1156 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1107 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 9 2 55628.400000000001 398565 SD(0.1) 121.15000000000001 d (0.1) 1124 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1859 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 295 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398140 Sfines% 67.049999999999997 % sand 312 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 329 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 346 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 363 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Sfines% 67.049999999999997 % sand 380 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1163 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1180 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 440 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 4 2 55853.400000000001 398140 SpSA 0.185 cm2/cc 457 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 5 2 55403.400000000001 397990 Slib percentage <2mu 0 % silt 585 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Slib percentage <32mu 0 % silt 1164 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1170 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1176 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1193 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 9 7 55628.400000000001 398565 SD(0.9) 294.56 d (0.9) 1210 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 slib precentage <16 mu 0 % silt 1169 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 574 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42531 26 0 46 23 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1157 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1174 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1173 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1141 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 1944 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 1961 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 3 7 55703.400000000001 398140 Sfines% 67.049999999999997 % sand 397 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42527 25 67.049999999999997 46 22 2007 10 2007-10-15 5 7 55403.400000000001 397990 Sfines% 66.019999999999996 % sand 669 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42527 25 66.019999999999996 46 22 2007 10 2007-10-15 13 7 55628.400000000001 397565 Sfines% 69.049999999999997 % sand 1621 0101000020E610000019330D312EA20F4045112A6474C74940 10 42527 25 69.049999999999997 46 22 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 1978 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711 Sfines% 72.019999999999996 % sand 1655 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 686 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 703 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397990 Sfines% 66.670000000000002 % sand 720 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 9 7 55628.400000000001 398565 Slib percentage <2mu 0 % silt 1214 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 Slib percentage <32mu 0 % silt 1215 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42533 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 Slib percentage <32mu 0 % silt 586 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42533 26 0 46 23 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1187 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Smedium% 21.48 % sand 1204 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 558 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 10 1 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1227 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 10 2 55982 398418 SD(0.9) 258.38999999999999 d (0.9) 1244 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 10 2 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1261 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 1992 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Percentage Coarse-zand 0.01 % sand 1191 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 9 7 55628.400000000001 398565 Percentage Coarse-zand 0.01 % sand 1208 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42526 25 0.01 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Percentage Coarse-zand 0 % sand 562 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42526 25 0 46 22 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1190 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Svfines% 11.800000000000001 % sand 1207 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 561 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1158 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1175 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 SD(0.1) 121.15000000000001 d (0.1) 1192 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 9 7 55628.400000000001 398565 SD(0.1) 121.15000000000001 d (0.1) 1209 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42524 28 121.15000000000001 46 25 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1706 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1723 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1638 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-17 12 1 56011 397671 Sfines% 61.579999999999998 % sand 2046 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 474 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 491 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 508 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 SpSA 0.185 cm2/cc 525 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 4 7 55853.400000000001 398140 SpSA 0.185 cm2/cc 542 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42545 34 0.185 46 24 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 559 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 576 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 5 2 55403.400000000001 397990 SpSA 0.083000000000000004 cm2/cc 593 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 10 1 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1231 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 9 7 55628.400000000001 398565 Smedium% 21.48 % sand 1221 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42530 25 21.48 46 22 2007 10 2007-10-15 10 1 55982 398418.29999999999 Smedium% 12.08 % sand 1238 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 2 55982 398418 Smedium% 12.08 % sand 1255 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Smedium% 23.82 % sand 575 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1278 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 10 4 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1295 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 9 7 55628.400000000001 398565 slib precentage <16 mu 0 % silt 1220 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42531 26 0 46 23 2007 10 2007-10-15 10 1 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1225 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 10 2 55982 398418 Percentage Coarse-zand 0 % sand 1242 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42526 25 0 46 22 2007 10 2007-10-15 10 2 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1259 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 9 7 55628.400000000001 398565 SpSA 0.085999999999999993 cm2/cc 1222 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 7 55628.400000000001 398565 Svfines% 11.800000000000001 % sand 1224 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42540 25 11.800000000000001 46 22 2007 10 2007-10-15 10 1 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1241 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 2 55982 398418 Svfines% 16.050000000000001 % sand 1258 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 578 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 10 1 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1226 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 10 2 55982 398418 SD(0.1) 114.45999999999999 d (0.1) 1243 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 10 2 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1260 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-17 12 2 56011 397671 Sfines% 61.579999999999998 % sand 2063 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-17 12 3 56011 397671 Sfines% 61.579999999999998 % sand 2080 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-17 12 4 56011 397671 Sfines% 61.579999999999998 % sand 2097 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-17 12 6 56011 397671 Sfines% 61.579999999999998 % sand 2131 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-17 12 7 56011 397671 Sfines% 61.579999999999998 % sand 2148 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1282 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1266 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1283 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 Smedium% 12.08 % sand 1272 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 Smedium% 12.08 % sand 1289 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 4 55982 398418.29999999999 Smedium% 12.08 % sand 1306 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 5 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1312 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 10 2 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1271 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1276 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 10 4 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1293 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 10 5 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1310 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 610 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 627 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 644 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 SpSA 0.083000000000000004 cm2/cc 661 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 695 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 712 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 10 2 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1275 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1292 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 4 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1309 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 3 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1277 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 10 4 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1294 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Sfines% 59.869999999999997 % sand 1876 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1740 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Sfines% 66.670000000000002 % sand 771 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42527 25 66.670000000000002 46 22 2007 10 2007-10-15 15 7 55128.400000000001 398065 Sfines% 59.869999999999997 % sand 1893 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42527 25 59.869999999999997 46 22 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 1910 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 23 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 1 2 55403.400000000001 398140 Sfines% 69.209999999999994 % sand 40 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1333 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 Slib percentage <32mu 0 % silt 1334 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42533 26 0 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 Smedium% 12.08 % sand 1323 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 Smedium% 12.08 % sand 1340 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 7 55982 398418 Smedium% 12.08 % sand 1357 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42530 25 12.08 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 SD(0.9) 258.38999999999999 d (0.9) 1329 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 10 7 55982 398418 SD(0.9) 258.38999999999999 d (0.9) 1346 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42525 29 258.38999999999999 46 26 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 SD(0.9) 222.40000000000001 d (0.9) 1363 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 10 5 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1322 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 Percentage Coarse-zand 0 % sand 1327 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42526 25 0 46 22 2007 10 2007-10-15 10 7 55982 398418 Percentage Coarse-zand 0 % sand 1344 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42526 25 0 46 22 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Percentage Coarse-zand 0 % sand 1361 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42526 25 0 46 22 2007 10 2007-10-15 10 5 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1326 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 6 55982 398418.29999999999 Svfines% 16.050000000000001 % sand 1343 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 7 55982 398418 Svfines% 16.050000000000001 % sand 1360 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42540 25 16.050000000000001 46 22 2007 10 2007-10-15 10 5 55982 398418.29999999999 SD(0.1) 114.45999999999999 d (0.1) 1311 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42524 28 114.45999999999999 46 25 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 57 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 74 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 91 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 9 7 55628.400000000001 398565 Sfines% 66.709999999999994 % sand 1213 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42527 25 66.709999999999994 46 22 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 Sfines% 69.209999999999994 % sand 108 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-17 12 5 56011 397671 Sfines% 61.579999999999998 % sand 2114 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42527 25 61.579999999999998 46 22 2007 10 2007-10-15 1 7 55403.400000000001 398140 Sfines% 69.209999999999994 % sand 125 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42527 25 69.209999999999994 46 22 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 Sfines% 68.989999999999995 % sand 142 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42527 25 68.989999999999995 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1384 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398065 Slib percentage <2mu 0 % silt 1401 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Slib percentage <32mu 2.46 % silt 1385 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 SpSA 0.084000000000000005 cm2/cc 729 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 746 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 763 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 11 2 56128.400000000001 398065 Slib percentage <32mu 2.46 % silt 1402 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42533 26 2.46 46 23 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1374 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1391 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 5 2 55403.400000000001 397990 Smedium% 23.82 % sand 592 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398065 Smedium% 4.5999999999999996 % sand 1408 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 Smedium% 4.5999999999999996 % sand 1425 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42530 25 4.5999999999999996 46 22 2007 10 2007-10-15 11 2 56128.400000000001 398065 SD(0.9) 222.40000000000001 d (0.9) 1397 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42525 29 222.40000000000001 46 26 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 874 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 875 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 909 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Slib percentage <32mu 0 % silt 926 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42533 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 SD(0.9) 239.02000000000001 d (0.9) 1873 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 15 7 55128.400000000001 398065 SD(0.9) 239.02000000000001 d (0.9) 1890 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42525 29 239.02000000000001 46 26 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 1907 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 7 2 55703.400000000001 397990 slib precentage <16 mu 0 % silt 863 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 880 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 914 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 876 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 910 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 Slib percentage <4mu 0 % silt 927 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42534 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 877 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 911 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 slib percentage <50 mu 0 % silt 928 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42535 26 0 46 23 2007 10 2007-10-15 10 5 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1320 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 10 6 55982 398418.29999999999 slib percentage <63 mu 0 % silt 1337 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42536 26 0 46 23 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 878 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 912 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 976 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397990 Slib percentage <2mu 0 % silt 993 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 1027 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 960 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 977 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 1028 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 slib precentage <16 mu 0 % silt 931 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42531 26 0 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 982 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 1016 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 961 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 978 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 1012 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 962 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 979 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 1013 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 780 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 SpSA 0.084000000000000005 cm2/cc 797 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 SD50MUm 152.62 mu 1432 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42528 30 152.62 46 28 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 slib percentage <63 mu 0 % silt 929 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42536 26 0 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 963 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 980 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 1014 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 1044 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 Slib percentage <2mu 0 % silt 1078 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42532 26 0 46 23 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1095 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Slib percentage <32mu 4.29 % silt 1045 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 Slib percentage <32mu 4.29 % silt 1079 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42533 26 4.29 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 1033 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 slib precentage <16 mu 2.1499999999999999 % silt 1067 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 slib precentage <16 mu 2.1499999999999999 % silt 1084 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42531 26 2.1499999999999999 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 1029 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 Slib percentage <4mu 0.48999999999999999 % silt 1046 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 Slib percentage <4mu 0.48999999999999999 % silt 1080 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42534 26 0.48999999999999999 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 1030 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 slib percentage <50 mu 4.4699999999999998 % silt 1047 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 slib percentage <50 mu 4.4699999999999998 % silt 1081 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42535 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 slib percentage <63 mu 4.4699999999999998 % silt 1031 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 slib percentage <63 mu 4.4699999999999998 % silt 1082 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42536 26 4.4699999999999998 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 738 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1707 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1724 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1708 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 Smedium% 23.82 % sand 677 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42530 25 23.82 46 22 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 694 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Smedium% 23.109999999999999 % sand 711 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42530 25 23.109999999999999 46 22 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1714 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1731 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-17 12 6 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2128 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-17 12 7 56011 397671 SD(0.9) 249.46000000000001 d (0.9) 2145 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42525 29 249.46000000000001 46 26 2007 10 2007-10-15 14 7 55274.900000000001 397711 SD(0.9) 271.45999999999998 d (0.9) 1754 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42525 29 271.45999999999998 46 26 2007 10 2007-10-15 1 2 55403.400000000001 398140 slib precentage <16 mu 0.37 % silt 47 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 slib precentage <16 mu 0.37 % silt 64 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42531 26 0.37 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 slib precentage <16 mu 0 % silt 285 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42531 26 0 46 23 2007 10 2007-10-15 10 3 55982 398418.29999999999 slib precentage <16 mu 0 % silt 1288 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42531 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 SpSA 0.084000000000000005 cm2/cc 814 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42545 34 0.084000000000000005 46 24 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 831 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 848 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 14 2 55274.900000000001 397711 Smedium% 15.67 % sand 1663 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1680 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Smedium% 15.67 % sand 1697 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42530 25 15.67 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1667 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1684 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1701 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711 Svfines% 12.32 % sand 1666 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1683 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1700 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 14 2 55274.900000000001 397711 SD(0.1) 120.45999999999999 d (0.1) 1651 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1668 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1685 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 SD(0.1) 120.45999999999999 d (0.1) 1702 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42524 28 120.45999999999999 46 25 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1672 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 Sfines% 72.019999999999996 % sand 1689 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1826 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 2 7 55553.400000000001 398140 Slib percentage <2mu 0 % silt 262 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 3 1 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 279 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 330 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1435 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 Slib percentage <2mu 0 % silt 1452 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 11 7 56128.400000000001 398065 Slib percentage <2mu 0 % silt 1486 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42532 26 0 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1503 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1554 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 7 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1605 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 619 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1775 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 Slib percentage <2mu 0 % silt 177 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 211 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42532 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1639 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1640 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 2003 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Smedium% 11.98 % sand 2020 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42530 25 11.98 46 22 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Percentage Coarse-zand 0 % sand 1735 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 14 7 55274.900000000001 397711 Percentage Coarse-zand 0 % sand 1752 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42526 25 0 46 22 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Percentage Coarse-zand 0 % sand 2007 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 16 7 55274.900000000001 398418 Percentage Coarse-zand 0 % sand 2024 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42526 25 0 46 22 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 2006 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 2023 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 1991 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 SD(0.1) 80.840000000000003 d (0.1) 2008 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 7 2 55703.400000000001 397990 SpSA 0.086999999999999994 cm2/cc 865 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 882 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 899 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 916 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 7 6 55703.400000000001 397989.79999999999 SpSA 0.086999999999999994 cm2/cc 933 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42545 34 0.086999999999999994 46 24 2007 10 2007-10-15 16 7 55274.900000000001 398418 SD(0.1) 80.840000000000003 d (0.1) 2025 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42524 28 80.840000000000003 46 25 2007 10 2007-10-15 14 7 55274.900000000001 397711 Sfines% 72.019999999999996 % sand 1757 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42527 25 72.019999999999996 46 22 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 1995 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 Sfines% 56.140000000000001 % sand 2012 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 16 7 55274.900000000001 398418 Sfines% 56.140000000000001 % sand 2029 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42527 25 56.140000000000001 46 22 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 636 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 Slib percentage <2mu 0.02 % silt 449 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 483 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Slib percentage <2mu 0.02 % silt 500 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 4 7 55853.400000000001 398140 Slib percentage <2mu 0.02 % silt 534 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42532 26 0.02 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 551 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 602 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 653 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 704 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 Slib percentage <2mu 0 % silt 721 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 755 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 8 1 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 967 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 2 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 984 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 2 55853.400000000001 397990 SpSA 0.16 cm2/cc 1001 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 3 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 1018 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 4 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 1035 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 5 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 1052 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 6 55853.400000000001 397989.79999999999 SpSA 0.16 cm2/cc 1069 0101000020E6100000C7CD5DCD93A80F40081A0EC8F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 8 7 55853.400000000001 397990 SpSA 0.16 cm2/cc 1086 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42545 34 0.16 46 24 2007 10 2007-10-15 9 1 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1103 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 2 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1120 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 2 55628.400000000001 398565 SpSA 0.085999999999999993 cm2/cc 1137 0101000020E6100000BFD25C7999A10F4080EADFDA9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1171 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 5 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1188 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 SpSA 0.085999999999999993 cm2/cc 1205 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 10 1 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1239 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 2 55982 398418 SpSA 0.092999999999999999 cm2/cc 1256 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 2 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1273 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 3 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1290 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 4 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1307 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 5 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1324 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 SD50MUm 181.50999999999999 mu 89 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42528 30 181.50999999999999 46 28 2007 10 2007-10-15 10 6 55982 398418.29999999999 SpSA 0.092999999999999999 cm2/cc 1341 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 10 7 55982 398418 SpSA 0.092999999999999999 cm2/cc 1358 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42545 34 0.092999999999999999 46 24 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1375 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 2 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1392 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 2 56128.400000000001 398065 SpSA 0.123 cm2/cc 1409 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 3 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1426 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 4 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1443 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 5 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1460 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 SpSA 0.123 cm2/cc 1477 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1511 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1528 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 2 55628.400000000001 397565 SpSA 0.104 cm2/cc 1545 0101000020E610000019330D312EA20F4045112A6474C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 3 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1562 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 4 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1579 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 5 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1596 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 6 55628.400000000001 397564.79999999999 SpSA 0.104 cm2/cc 1613 0101000020E61000005106AA382EA20F409778165574C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 13 7 55628.400000000001 397565 SpSA 0.104 cm2/cc 1630 0101000020E610000019330D312EA20F4045112A6474C74940 10 42545 34 0.104 46 24 2007 10 2007-10-15 14 2 55274.900000000001 397711 SpSA 0.088999999999999996 cm2/cc 1664 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 2 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1681 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 3 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1698 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1715 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1732 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1749 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 14 7 55274.900000000001 397711 SpSA 0.088999999999999996 cm2/cc 1766 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1783 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1800 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 2 55128.400000000001 398065 SpSA 0.20499999999999999 cm2/cc 1817 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1834 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1851 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 SpSA 0.20499999999999999 cm2/cc 1885 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 15 7 55128.400000000001 398065 SpSA 0.20499999999999999 cm2/cc 1902 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42545 34 0.20499999999999999 46 24 2007 10 2007-10-15 16 1 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 1919 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 1970 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 2004 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 2021 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 11 7 56128.400000000001 398065 SpSA 0.123 cm2/cc 1494 0101000020E610000004526568A7B00F40CA3033830AC84940 17 42545 34 0.123 46 24 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 32 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 1 2 55403.400000000001 398140 SpSA 0.104 cm2/cc 49 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 66 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 SpSA 0.104 cm2/cc 83 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42545 34 0.104 46 24 2007 10 2007-10-17 12 3 56011 397671 SpSA 0.18099999999999999 cm2/cc 2089 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-17 12 4 56011 397671 SpSA 0.18099999999999999 cm2/cc 2106 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-15 3 7 55703.400000000001 398140 SpSA 0.085999999999999993 cm2/cc 406 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42545 34 0.085999999999999993 46 24 2007 10 2007-10-15 5 7 55403.400000000001 397990 SpSA 0.083000000000000004 cm2/cc 678 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42545 34 0.083000000000000004 46 24 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 SpSA 0.20000000000000001 cm2/cc 1987 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-15 16 7 55274.900000000001 398418 SpSA 0.20000000000000001 cm2/cc 2038 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42545 34 0.20000000000000001 46 24 2007 10 2007-10-17 12 1 56011 397671 SpSA 0.18099999999999999 cm2/cc 2055 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-17 12 2 56011 397671 SpSA 0.18099999999999999 cm2/cc 2072 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-15 2 2 55553.400000000001 398140 SpSA 0.081000000000000003 cm2/cc 185 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 2 3 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 202 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 2 4 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 219 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 2 5 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 236 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 SpSA 0.081000000000000003 cm2/cc 253 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-15 2 7 55553.400000000001 398140 SpSA 0.081000000000000003 cm2/cc 270 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42545 34 0.081000000000000003 46 24 2007 10 2007-10-17 12 5 56011 397671 SpSA 0.18099999999999999 cm2/cc 2123 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-17 12 6 56011 397671 SpSA 0.18099999999999999 cm2/cc 2140 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-17 12 7 56011 397671 SpSA 0.18099999999999999 cm2/cc 2157 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42545 34 0.18099999999999999 46 24 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 SpSA 0.088999999999999996 cm2/cc 1647 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42545 34 0.088999999999999996 46 24 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 1949 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 1966 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 2000 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 slib percentage <63 mu 6.7400000000000002 % silt 2017 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-17 12 3 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2085 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-17 12 4 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2102 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-17 12 6 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2136 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-17 12 7 56011 397671 slib percentage <63 mu 4.8200000000000003 % silt 2153 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42536 26 4.8200000000000003 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 11 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 28 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 slib percentage <63 mu 6.7400000000000002 % silt 1932 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42536 26 6.7400000000000002 46 23 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 79 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 7 55403.400000000001 398140 slib percentage <63 mu 2.3900000000000001 % silt 130 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 2 2 55553.400000000001 398140 slib percentage <63 mu 0 % silt 181 0101000020E61000009962D3BEA19F0F40F3B1F4451DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 2 6 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 249 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 300 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42536 26 0 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398140 slib percentage <63 mu 5.6600000000000001 % silt 453 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 slib percentage <63 mu 5.6600000000000001 % silt 504 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42536 26 5.6600000000000001 46 23 2007 10 2007-10-15 1 5 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 96 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 1 6 55403.400000000001 398139.79999999999 slib percentage <63 mu 2.3900000000000001 % silt 113 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42536 26 2.3900000000000001 46 23 2007 10 2007-10-15 2 1 55553.400000000001 398139.79999999999 slib percentage <63 mu 0 % silt 147 0101000020E6100000363172C6A19F0F40201AE1361DC84940 7 42536 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1797 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1848 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Slib percentage <8mu 1.6699999999999999 % silt 1831 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42537 26 1.6699999999999999 46 23 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 335 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 369 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 624 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 386 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 4 1 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 420 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 437 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 471 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 488 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 4 6 55853.400000000001 398139.79999999999 Slib percentage <8mu 1.52 % silt 522 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 1977 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 16 5 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 1994 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 16 6 55274.900000000001 398418.29999999999 SD50PHIm 2.6899999999999999 phi 2011 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-15 16 7 55274.900000000001 398418 SD50PHIm 2.6899999999999999 phi 2028 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42529 31 2.6899999999999999 46 28 2007 10 2007-10-17 12 5 56011 397671 SD50PHIm 2.6800000000000002 phi 2113 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 22 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398140 SD50PHIm 2.46 phi 39 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 56 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-15 1 4 55403.400000000001 398139.79999999999 SD50PHIm 2.46 phi 73 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42529 31 2.46 46 28 2007 10 2007-10-17 12 3 56011 397671 SD50PHIm 2.6800000000000002 phi 2079 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 4 7 55853.400000000001 398140 Slib percentage <8mu 1.52 % silt 539 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42537 26 1.52 46 23 2007 10 2007-10-15 5 1 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 556 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 5 2 55403.400000000001 397990 Slib percentage <8mu 0 % silt 590 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 5 3 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 607 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 641 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 658 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 692 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 709 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 743 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 760 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 Slib percentage <8mu 0 % silt 794 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Slib percentage <2mu 0 % silt 1520 0101000020E61000005106AA382EA20F409778165574C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397565 Slib percentage <2mu 0 % silt 1537 0101000020E610000019330D312EA20F4045112A6474C74940 10 42532 26 0 46 23 2007 10 2007-10-15 13 1 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1504 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 Slib percentage <32mu 2.3500000000000001 % silt 1521 0101000020E61000005106AA382EA20F409778165574C74940 10 42533 26 2.3500000000000001 46 23 2007 10 2007-10-15 11 6 56128.400000000001 398064.79999999999 slib precentage <16 mu 0.79000000000000004 % silt 1475 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42531 26 0.79000000000000004 46 23 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 617 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 634 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 SD50PHIm 2.3599999999999999 phi 651 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 5 7 55403.400000000001 397990 SD50PHIm 2.3599999999999999 phi 668 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42529 31 2.3599999999999999 46 28 2007 10 2007-10-15 13 2 55628.400000000001 397564.79999999999 slib precentage <16 mu 0.46999999999999997 % silt 1526 0101000020E61000005106AA382EA20F409778165574C74940 10 42531 26 0.46999999999999997 46 23 2007 10 2007-10-15 8 7 55853.400000000001 397990 Svfines% 12.949999999999999 % sand 1088 0101000020E61000007F02C5C593A80F407CB321D7F2C74940 14 42540 25 12.949999999999999 46 22 2007 10 2007-10-15 11 1 56128.400000000001 398064.79999999999 Svfines% 23.550000000000001 % sand 1377 0101000020E6100000A0CAF86FA7B00F400A961F740AC84940 17 42540 25 23.550000000000001 46 22 2007 10 2007-10-15 9 4 55628.400000000001 398564.79999999999 SD(0.9) 294.56 d (0.9) 1159 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42525 29 294.56 46 26 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 20 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 1 2 55403.400000000001 398140 SD(0.9) 276.22000000000003 d (0.9) 37 0101000020E610000040BFDBDC339B0F40659D27671CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 1 3 55403.400000000001 398139.79999999999 SD(0.9) 276.22000000000003 d (0.9) 54 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42525 29 276.22000000000003 46 26 2007 10 2007-10-15 16 7 55274.900000000001 398418 Slib percentage <8mu 1.6200000000000001 % silt 2035 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-17 12 1 56011 397671 Slib percentage <8mu 1.45 % silt 2052 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-17 12 2 56011 397671 Slib percentage <8mu 1.45 % silt 2069 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-17 12 5 56011 397671 Slib percentage <8mu 1.45 % silt 2120 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42537 26 1.45 46 23 2007 10 2007-10-15 6 1 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 685 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 702 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 2 55553.400000000001 397990 SD50PHIm 2.3700000000000001 phi 719 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 3 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 736 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 753 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 770 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 SD50PHIm 2.3700000000000001 phi 787 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 6 7 55553.400000000001 397990 SD50PHIm 2.3700000000000001 phi 804 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42529 31 2.3700000000000001 46 28 2007 10 2007-10-15 3 2 55703.400000000001 398140 Standaard deviatie 0.70899999999999996 phi 322 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 339 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 356 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 373 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 6 55703.400000000001 398139.79999999999 Standaard deviatie 0.70899999999999996 phi 390 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 3 7 55703.400000000001 398140 Standaard deviatie 0.70899999999999996 phi 407 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42539 31 0.70899999999999996 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 441 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 4 2 55853.400000000001 398140 Standaard deviatie 0.80300000000000005 phi 458 0101000020E6100000FB66EF837DA80F4029168D021FC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 4 3 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 475 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 4 4 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 492 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-15 4 5 55853.400000000001 398139.79999999999 Standaard deviatie 0.80300000000000005 phi 509 0101000020E61000006054888B7DA80F40D57C79F31EC84940 13 42539 31 0.80300000000000005 46 28 2007 10 2007-10-17 12 4 56011 397671 SD50PHIm 2.6800000000000002 phi 2096 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42529 31 2.6800000000000002 46 28 2007 10 2007-10-15 15 2 55128.400000000001 398065 Svfines% 25.57 % sand 1819 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1836 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 5 4 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 629 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 5 5 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 646 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1853 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 5 6 55403.400000000001 397989.79999999999 Svfines% 10.17 % sand 663 0101000020E6100000F46729404A9B0F407A42AF2CF0C74940 6 42540 25 10.17 46 22 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Svfines% 25.57 % sand 1870 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42540 25 25.57 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 306 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 3 2 55703.400000000001 398140 Svfines% 11.619999999999999 % sand 323 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 3 3 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 340 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 357 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Svfines% 11.619999999999999 % sand 374 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42540 25 11.619999999999999 46 22 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Slib percentage <2mu 0 % silt 1741 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 Slib percentage <2mu 0 % silt 1758 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42532 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1792 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 Slib percentage <32mu 0 % silt 1742 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 14 7 55274.900000000001 397711 Slib percentage <32mu 0 % silt 1759 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42533 26 0 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1793 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1730 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 14 6 55274.900000000001 397711.29999999999 slib precentage <16 mu 0 % silt 1747 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42531 26 0 46 23 2007 10 2007-10-15 15 1 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1781 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 1955 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 Svfines% 25.18 % sand 1972 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-15 6 2 55553.400000000001 397989.79999999999 Svfines% 10.220000000000001 % sand 714 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42540 25 10.220000000000001 46 22 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1717 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 14 5 55274.900000000001 397711.29999999999 Svfines% 12.32 % sand 1734 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42540 25 12.32 46 22 2007 10 2007-10-15 15 2 55128.400000000001 398065 Slib percentage <2mu 0.02 % silt 1809 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1843 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1860 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398065 Slib percentage <32mu 6.5300000000000002 % silt 1810 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1844 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 15 5 55128.400000000001 398064.79999999999 Slib percentage <32mu 6.5300000000000002 % silt 1861 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42533 26 6.5300000000000002 46 23 2007 10 2007-10-15 15 2 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1798 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 15 3 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1832 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-15 15 4 55128.400000000001 398064.79999999999 slib precentage <16 mu 3.29 % silt 1849 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42531 26 3.29 46 23 2007 10 2007-10-17 12 1 56011 397671 Svfines% 23.719999999999999 % sand 2057 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-17 12 2 56011 397671 Svfines% 23.719999999999999 % sand 2074 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42540 25 23.719999999999999 46 22 2007 10 2007-10-15 16 7 55274.900000000001 398418 Svfines% 25.18 % sand 2040 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42540 25 25.18 46 22 2007 10 2007-10-17 12 4 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2099 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-17 12 5 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2116 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-17 12 7 56011 397671 Slib percentage <32mu 4.7400000000000002 % silt 2150 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42533 26 4.7400000000000002 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 SD(0.9) 259.86000000000001 d (0.9) 1924 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 16 2 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 1941 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 16 3 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 1958 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 SD(0.9) 259.86000000000001 d (0.9) 1975 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42525 29 259.86000000000001 46 26 2007 10 2007-10-17 12 3 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2087 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-17 12 4 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2104 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-17 12 6 56011 397671 slib precentage <16 mu 2.7000000000000002 % silt 2138 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 16 42531 26 2.7000000000000002 46 23 2007 10 2007-10-15 6 4 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 752 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 769 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 6 6 55553.400000000001 397989.79999999999 SD50MUm 192.91999999999999 mu 786 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 6 7 55553.400000000001 397990 SD50MUm 192.91999999999999 mu 803 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42528 30 192.91999999999999 46 28 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 820 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 837 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 7 2 55703.400000000001 397990 SD50MUm 185.34999999999999 mu 854 0101000020E610000040C0A1EB25A40F40ADAB02F9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 7 3 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 871 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 7 4 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 888 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 7 5 55703.400000000001 397989.79999999999 SD50MUm 185.34999999999999 mu 905 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42528 30 185.34999999999999 46 28 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 24 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42532 26 0 46 23 2007 10 2007-10-15 16 2 55274.900000000001 398418 Slib percentage <32mu 6.0899999999999999 % silt 1929 0101000020E61000006DAC8D023F970F4025A05F846DC84940 3 42533 26 6.0899999999999999 46 23 2007 10 2007-10-15 1 2 55403.400000000001 398139.79999999999 Slib percentage <32mu 2.3300000000000001 % silt 25 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42533 26 2.3300000000000001 46 23 2007 10 2007-10-15 1 1 55403.400000000001 398139.79999999999 Smedium% 16.77 % sand 14 0101000020E6100000747E7DE4339B0F40540614581CC84940 5 42530 25 16.77 46 22 2007 10 2007-10-15 6 5 55553.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 772 0101000020E6100000444D8119B89F0F4074207A0BF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 6 7 55553.400000000001 397990 Slib percentage <2mu 0 % silt 806 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42532 26 0 46 23 2007 10 2007-10-15 7 1 55703.400000000001 397989.79999999999 Slib percentage <2mu 0 % silt 823 0101000020E6100000167C3DF325A40F40FC12EFE9F1C74940 12 42532 26 0 46 23 2007 10 2007-10-15 9 3 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1146 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 15 6 55128.400000000001 398064.79999999999 Slib percentage <2mu 0.02 % silt 1877 0101000020E6100000B0CF5E5220930F404C950CA904C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 9 6 55628.400000000001 398564.79999999999 Slib percentage <2mu 0 % silt 1197 0101000020E6100000038AFA8099A10F40A852CCCB9AC84940 9 42532 26 0 46 23 2007 10 2007-10-15 15 7 55128.400000000001 398065 Slib percentage <2mu 0.02 % silt 1894 0101000020E6100000EBBDB74A20930F400B2B20B804C84940 2 42532 26 0.02 46 23 2007 10 2007-10-15 10 2 55982 398418 Slib percentage <2mu 0 % silt 1248 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42532 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418.29999999999 Slib percentage <2mu 0 % silt 1265 0101000020E610000037E6BF6320AC0F40DDEDC3B371C84940 15 42532 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 347 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 Slib percentage <2mu 0 % silt 670 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42532 26 0 46 23 2007 10 2007-10-15 3 5 55703.400000000001 398139.79999999999 Slib percentage <2mu 0 % silt 364 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42532 26 0 46 23 2007 10 2007-10-15 10 2 55982 398418 Slib percentage <8mu 0 % silt 1253 0101000020E610000057E1216F20AC0F403C87269D71C84940 15 42537 26 0 46 23 2007 10 2007-10-15 3 4 55703.400000000001 398139.79999999999 Slib percentage <8mu 0 % silt 352 0101000020E61000001230CBA80FA40F40A14158151EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 3 7 55703.400000000001 398140 Slib percentage <8mu 0 % silt 403 0101000020E610000010522FA10FA40F4033DA6B241EC84940 11 42537 26 0 46 23 2007 10 2007-10-15 5 7 55403.400000000001 397990 Slib percentage <8mu 0 % silt 675 0101000020E610000007CB87384A9B0F40AFD9C23BF0C74940 6 42537 26 0 46 23 2007 10 2007-10-15 6 2 55553.400000000001 397990 Slib percentage <8mu 0 % silt 726 0101000020E6100000DEA0E211B89F0F4065B88D1AF1C74940 8 42537 26 0 46 23 2007 10 2007-10-15 16 4 55274.900000000001 398418.29999999999 Slib percentage <8mu 1.6200000000000001 % silt 1984 0101000020E6100000F8E616F73E970F406C01FD9A6DC84940 3 42537 26 1.6200000000000001 46 23 2007 10 2007-10-15 14 2 55274.900000000001 397711 Slib percentage <8mu 0 % silt 1661 0101000020E6100000A091E586A8970F40E1A9E4549DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 14 4 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1712 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 2007 10 2007-10-15 14 1 55274.900000000001 397711.29999999999 Slib percentage <8mu 0 % silt 1644 0101000020E6100000E8BE6F7BA8970F400C0C826B9DC74940 4 42537 26 0 46 23 \. -- -- TOC entry 2754 (class 0 OID 0) -- Dependencies: 174 -- Name: t0sediment_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t0sediment_locid_seq', 2159, true); -- -- TOC entry 2717 (class 0 OID 80751) -- Dependencies: 170 -- Data for Name: t1benthos; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t1benthos (project, campagne, regio, gebied, deelgebied, strat_boven_m, strat_onder_m, monster, mon_opp, replica, jaar, seizoen, datum, diepte_m, amersfoort_x, amersfoort_y, latitude_e50, longitude_e50, latitude_wgs84, longitude_wgs84, phylum, subphylum, superclassis, classis, subclassis, superordo, ordo, subordo, superfamilia, family, genus, soortnaam, aantal, natgewicht_mg, asvrdrooggewicht_mg, dichtheid, massa_mg_m2, biomassa_mg_m2, kwaliteit_determinatie, locid, idparameter, geom, idunit, idobservation_type, idmethod, value, date, idlocation, quality) FROM stdin; Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 519 42543 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 33 5 0 \N 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 522 42543 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 33 5 0 \N 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 521 42543 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 33 5 0 \N 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 517 42543 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 33 5 0 \N 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 524 42543 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 33 5 0 \N 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 3 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 525 42543 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 33 5 0 \N 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 529 42543 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 33 5 0 \N 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 530 42543 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 33 5 0 \N 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 518 42543 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 33 5 0 \N 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 516 42543 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 33 5 0 \N 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 \N 0.02 200 \N 3.9100000000000001 Soort zeker 235 9307 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 3.9100000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 269 200 \N 53800 Soort zeker 199 12013 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 53800 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 3 \N 877.79999999999995 600 \N 175560.01000000001 Soort zeker 206 12013 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 175560.01000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 \N 2.1600000000000001 200 \N 431.16000000000003 Soort zeker 396 7622 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 431.16000000000003 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 \N 449.19999999999999 400 \N 89840 Soort zeker 405 12013 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 89840 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 \N 0.02 200 \N 3.9100000000000001 Soort zeker 349 9307 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 3.9100000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 193.41999999999999 200 \N 38684.150000000001 Soort zeker 781 12013 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 38684.150000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 2 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 218.71000000000001 200 \N 43741.400000000001 Soort zeker 836 12013 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 43741.400000000001 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 \N 49.869999999999997 400 \N 9974.6800000000003 Soort zeker 852 12013 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 9974.6800000000003 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 57.780000000000001 200 \N 11556.889999999999 Soort zeker 859 12013 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 11556.889999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 275.86000000000001 200 \N 55171.690000000002 Soort zeker 536 12013 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 55171.690000000002 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 379.45999999999998 200 \N 75891.169999999998 Soort zeker 544 12013 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 75891.169999999998 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 47.789999999999999 200 \N 9557.8799999999992 Soort zeker 603 12013 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 9557.8799999999992 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 203.19999999999999 200 \N 40640 Soort zeker 80 12013 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 40640 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 4 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 964.20000000000005 93.719999999999999 200 192840.01000000001 18744.040000000001 Soort zeker 484 13050 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 18744.040000000001 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Soort zeker 527 12058 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 6 34 0 7.1900000000000004 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.40000000000000002 0.040000000000000001 400 80 8.7799999999999994 Soort zeker 380 2882 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 8.7799999999999994 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 54.899999999999999 7.1200000000000001 200 10980 1423.01 Soort zeker 419 4846 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 1423.01 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 0.40000000000000002 0.040000000000000001 600 80 8.7799999999999994 Soort zeker 421 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 8.7799999999999994 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 422 2883 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.02 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 11.199999999999999 0.94999999999999996 200 2240 189.06 Soort zeker 528 6395 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 6 34 0 189.06 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 4 0.59999999999999998 0.080000000000000002 800 120 16.010000000000002 Ordo zeker 531 42349 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 16.010000000000002 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 1.1000000000000001 0.12 200 220 24.129999999999999 Soort zeker 532 20132 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 24.129999999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 0.80000000000000004 0.089999999999999997 200 160 17.550000000000001 Soort zeker 231 20132 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 17.550000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 0.80000000000000004 0.089999999999999997 600 160 17.550000000000001 Soort zeker 232 2882 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 17.550000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker 233 2883 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 17.550000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 2 0.22 400 400 44.240000000000002 Soort zeker 234 8152 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 44.240000000000002 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 2 1.2 0.13 400 240 26.329999999999998 Genus zeker 236 42405 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 26.329999999999998 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 4 1011.3 98.299999999999997 800 202260 19659.68 Soort zeker 424 13050 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 19659.68 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker 430 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.029999999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 15.5 2.0099999999999998 200 3100 401.75999999999999 Soort zeker 431 4846 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 401.75999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 8 2.1000000000000001 0.23000000000000001 1600 420 46.07 Soort zeker 433 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 46.07 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 2.2000000000000002 0.14999999999999999 200 440 29.170000000000002 Soort zeker 434 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 29.170000000000002 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 152.80000000000001 14.85 200 30560 2970.4400000000001 Soort zeker 435 13050 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 2970.4400000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 42 10.800000000000001 1.4399999999999999 8400 2160 288.13999999999999 Ordo zeker 437 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 288.13999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 83 10.76 200 16600 2151.3600000000001 Soort zeker 439 4846 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 2151.3600000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 2.1000000000000001 0.23000000000000001 200 420 46.07 Soort zeker 441 20132 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 46.07 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 23 7.7999999999999998 0.85999999999999999 4600 1560 171.13 Soort zeker 442 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 171.13 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 4 1.1000000000000001 0.12 800 220 24.129999999999999 Soort zeker 443 2883 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 24.129999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 6 3.7999999999999998 0.41999999999999998 1200 760 84.060000000000002 Soort zeker 446 8152 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 84.060000000000002 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 10 2.2999999999999998 0.28000000000000003 2000 460 55.149999999999999 Genus zeker 447 42361 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 55.149999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 14 3.3999999999999999 0.45000000000000001 2800 680 90.709999999999994 Ordo zeker 449 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 90.709999999999994 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 2 0.69999999999999996 0.080000000000000002 400 140 15.359999999999999 Genus zeker 452 42405 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 15.359999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 75.200000000000003 6.9000000000000004 200 15040 1380.6700000000001 Soort zeker 861 10754 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 1380.6700000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 6 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 58.5 5.3700000000000001 200 11700 1074.0599999999999 Soort zeker 1001 10754 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 1074.0599999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 3 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 24.100000000000001 3.2400000000000002 200 4820 648.76999999999998 Soort zeker 906 25258 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 648.76999999999998 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 1.3 0.14000000000000001 200 260 28.52 Soort zeker 533 2882 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 28.52 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 2.7999999999999998 0.19 400 560 37.130000000000003 Soort zeker 556 3863 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 37.130000000000003 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 7683.6000000000004 379.45999999999998 200 1536720.03 75891.169999999998 Soort zeker 557 12013 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 75891.169999999998 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 2 17.5 1.48 400 3500 295.39999999999998 Soort zeker 558 6395 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 295.39999999999998 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 8 1.04 200 1600 208.96000000000001 Soort zeker 559 4018 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 208.96000000000001 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 560 2882 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 0.02 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 2 15.4 1.3 400 3080 259.94999999999999 Soort zeker 561 6395 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 259.94999999999999 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 3 13 1.1000000000000001 600 2600 219.44 Soort zeker 562 6395 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 219.44 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2008 10 15/10/08 0 55553 397990 51.562862000000003 3.9543050000000002 51.562927000000002 3.953182 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 3.1000000000000001 0.38 200 620 75.079999999999998 Soort zeker 563 7813 0101000020E61000004603D80BB59F0F40D6BDF519F1C74940 6 34 0 75.079999999999998 2008-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 0 0 200 0.20000000000000001 0.02 Soort zeker 564 20132 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 0.02 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 28 220.19999999999999 18.579999999999998 5600 44040 3716.98 Soort zeker 565 6395 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 3716.98 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone 1 1.3 0.17000000000000001 200 260 35 Genus zeker 566 42397 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 35 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 3 28.199999999999999 2.3799999999999999 600 5640 476.01999999999998 Soort zeker 568 6395 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 476.01999999999998 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Cumacea ORDO-Cumacea ORDO-Cumacea Bodotriidae Bodotria Bodotria pulchella 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Soort zeker 569 11194 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 9.5899999999999999 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 10 0.83999999999999997 200 2000 168.80000000000001 Soort zeker 570 6395 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 168.80000000000001 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 13 114.09999999999999 9.6300000000000008 2600 22820 1926.01 Soort zeker 571 6395 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 1926.01 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 572 42349 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 0.029999999999999999 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 53 422.10000000000002 35.630000000000003 10600 84420 7125.0500000000002 Soort zeker 576 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 7125.0500000000002 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis longissima 1 304.10000000000002 27.920000000000002 200 60820 5583.2799999999997 Soort zeker 577 21130 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 5583.2799999999997 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 47.799999999999997 4.5099999999999998 200 9560 902.46000000000004 Genus zeker 578 42389 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 902.46000000000004 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 1.1000000000000001 0.12 200 220 24.329999999999998 Soort zeker 579 8152 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 24.329999999999998 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.69999999999999996 0.080000000000000002 200 140 16.789999999999999 Genus zeker 580 42361 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 16.789999999999999 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 5 15.199999999999999 1.8200000000000001 1000 3040 364.5 Soort zeker 581 12058 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 364.5 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 54 485.80000000000001 41 10800 97160 8200.2999999999993 Soort zeker 582 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 8200.2999999999993 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 86.299999999999997 8.3900000000000006 200 17260 1677.6700000000001 Soort zeker 583 13050 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 1677.6700000000001 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.90000000000000002 0.10000000000000001 200 180 19.91 Soort zeker 584 8152 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 19.91 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 1.6000000000000001 0.19 200 320 38.75 Soort zeker 585 7813 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 38.75 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 83 719.89999999999998 60.759999999999998 16600 143980 12151.91 Soort zeker 586 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 12151.91 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 69.299999999999997 6.7400000000000002 200 13860 1347.1900000000001 Soort zeker 587 13050 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 1347.1900000000001 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 151.40000000000001 14.289999999999999 200 30280 2858.4299999999998 Genus zeker 588 42389 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 2858.4299999999998 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 3.2999999999999998 0.35999999999999999 600 660 73 Soort zeker 589 8152 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 73 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 3.3999999999999999 0.40999999999999998 200 680 82.349999999999994 Soort zeker 590 7813 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 82.349999999999994 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 2.7000000000000002 0.32000000000000001 200 540 64.75 Soort zeker 591 12058 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 64.75 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 11 63.399999999999999 5.3499999999999996 2200 12680 1070.1900000000001 Soort zeker 592 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 1070.1900000000001 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 0.80000000000000004 0.089999999999999997 600 160 17.550000000000001 Soort zeker 593 2882 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 17.550000000000001 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 0 0 200 0.20000000000000001 0.02 Soort zeker 594 13050 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 0.02 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 2 0.22 400 400 44.240000000000002 Soort zeker 595 8152 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 44.240000000000002 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 7 0.84999999999999998 400 1400 169.53999999999999 Soort zeker 596 7813 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 169.53999999999999 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 70 622.10000000000002 52.509999999999998 14000 124420 10501.049999999999 Soort zeker 597 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 10501.049999999999 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 10.6 1.3700000000000001 200 2120 274.75 Soort zeker 598 4846 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 274.75 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 599 2882 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 0.02 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.69999999999999996 0.080000000000000002 200 140 15.48 Soort zeker 600 8152 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 15.48 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 2 15.699999999999999 2.3599999999999999 400 3140 472.87 Soort zeker 601 4018 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 472.87 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Soort zeker 602 12058 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 14.390000000000001 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 110 955.29999999999995 80.629999999999995 22000 191060 16125.459999999999 Soort zeker 604 6395 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 16125.459999999999 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 1.1000000000000001 0.12 400 220 24.129999999999999 Soort zeker 677 20132 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 24.129999999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0 0 400 0.20000000000000001 0.02 Soort zeker 678 2882 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.02 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 13 16.699999999999999 1.1100000000000001 2600 3340 221.44 Soort zeker 679 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 221.44 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 4 411.80000000000001 40.030000000000001 800 82360 8005.3900000000003 Soort zeker 680 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 8005.3900000000003 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 5.4000000000000004 0.65000000000000002 200 1080 129.49000000000001 Genus zeker 682 42361 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 129.49000000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 13 40.600000000000001 4.8700000000000001 2600 8120 973.59000000000003 Soort zeker 684 12058 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 973.59000000000003 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 177.40000000000001 22.989999999999998 200 35480 4598.21 Soort zeker 686 4846 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 4598.21 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 10 13.6 0.90000000000000002 2000 2720 180.34 Soort zeker 687 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 180.34 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 5 838.60000000000002 81.510000000000005 1000 167720 16302.379999999999 Soort zeker 688 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 16302.379999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 5.9000000000000004 0.70999999999999996 200 1180 142.90000000000001 Soort zeker 689 7813 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 142.90000000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 4.9000000000000004 0.58999999999999997 200 980 117.5 Soort zeker 690 12058 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 117.5 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 4 33.399999999999999 2.8199999999999998 800 6680 563.78999999999996 Soort zeker 691 6395 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 563.78999999999996 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 98.599999999999994 12.779999999999999 200 19720 2555.71 Soort zeker 692 4846 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 2555.71 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 10 10.199999999999999 0.68000000000000005 2000 2040 135.25 Soort zeker 693 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 135.25 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 9 1218.3 118.42 1800 243660.01000000001 23683.75 Soort zeker 694 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 23683.75 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 9 10.800000000000001 1.29 1800 2160 258.98000000000002 Soort zeker 695 12058 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 258.98000000000002 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 5 49.100000000000001 4.1399999999999997 1000 9820 828.80999999999995 Soort zeker 696 6395 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 828.80999999999995 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 697 42349 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.029999999999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 190.5 24.690000000000001 200 38100 4937.7600000000002 Soort zeker 698 4846 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 4937.7600000000002 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 12 13.4 0.89000000000000001 2400 2680 177.68000000000001 Soort zeker 699 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 177.68000000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 6 900.10000000000002 87.489999999999995 1200 180020 17497.939999999999 Soort zeker 700 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 17497.939999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 434.19999999999999 40.990000000000002 200 86840 8197.7000000000007 Genus zeker 701 42389 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 8197.7000000000007 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker 702 8152 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 6.6399999999999997 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 4.0999999999999996 0.5 200 820 99.299999999999997 Soort zeker 703 7813 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 99.299999999999997 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 7 6.2000000000000002 0.40999999999999998 1400 1240 82.209999999999994 Soort zeker 704 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 82.209999999999994 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 371.89999999999998 36.149999999999999 200 74380 7229.7399999999998 Soort zeker 705 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 7229.7399999999998 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 0.90000000000000002 0.11 200 180 21.800000000000001 Soort zeker 707 7813 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 21.800000000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 713 2882 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.02 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 7 4.5999999999999996 0.29999999999999999 1400 920 61 Soort zeker 714 3863 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 61 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 385.10000000000002 37.43 400 77020 7486.3400000000001 Soort zeker 715 13050 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 7486.3400000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 5.5 0.67000000000000004 200 1100 133.21000000000001 Soort zeker 716 7813 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 133.21000000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 6 56.200000000000003 4.7400000000000002 1200 11240 948.65999999999997 Soort zeker 717 6395 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 948.65999999999997 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 10.300000000000001 1.3300000000000001 200 2060 266.98000000000002 Soort zeker 605 4846 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 266.98000000000002 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 606 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.02 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.5 0.029999999999999999 200 100 6.6299999999999999 Soort zeker 607 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 6.6299999999999999 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 2 0.22 400 400 44.240000000000002 Soort zeker 608 8152 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 44.240000000000002 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 3 86.599999999999994 10.49 600 17320 2097.4499999999998 Soort zeker 609 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 2097.4499999999998 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 3 29.699999999999999 3.5 600 5940 699.22000000000003 Soort zeker 610 4018 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 699.22000000000003 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 9 34.299999999999997 4.1100000000000003 1800 6860 822.50999999999999 Soort zeker 611 12058 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 822.50999999999999 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 2 29.100000000000001 3.77 400 5820 754.26999999999998 Soort zeker 612 4846 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 754.26999999999998 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 7 9.5999999999999996 1.05 1400 1920 210.62 Soort zeker 613 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 210.62 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 2.6000000000000001 0.17000000000000001 600 520 34.479999999999997 Soort zeker 614 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 34.479999999999997 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 615 8152 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.02 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 3 29.100000000000001 3.52 600 5820 704.79999999999995 Soort zeker 616 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 704.79999999999995 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 3 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.20000000000000001 0.02 200 40 4.3899999999999997 Soort zeker 617 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 4.3899999999999997 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 3 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker 618 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 9.2799999999999994 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 3 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 16.300000000000001 1.97 200 3260 394.79000000000002 Soort zeker 619 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 394.79000000000002 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 5 4.4000000000000004 0.47999999999999998 1000 880 96.540000000000006 Soort zeker 621 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 96.540000000000006 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.10000000000000001 0.01 200 20 1.3300000000000001 Soort zeker 622 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 1.3300000000000001 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 623 8152 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.02 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 8.3000000000000007 1.01 200 1660 201.03 Soort zeker 624 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 201.03 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 4 18 1.52 800 3600 303.83999999999997 Soort zeker 625 6395 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 303.83999999999997 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 5.7000000000000002 0.73999999999999999 200 1140 147.74000000000001 Soort zeker 626 4846 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 147.74000000000001 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 19.899999999999999 2.4100000000000001 400 3980 481.98000000000002 Soort zeker 630 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 481.98000000000002 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 0.90000000000000002 0.25 200 180 49.020000000000003 Soort zeker 631 4018 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 49.020000000000003 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 632 42349 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.029999999999999999 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 1.7 0.19 200 340 37.299999999999997 Soort zeker 633 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 37.299999999999997 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.20000000000000001 0.01 200 40 2.6499999999999999 Soort zeker 634 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 2.6499999999999999 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 1.1000000000000001 0.12 200 220 24.329999999999998 Soort zeker 635 8152 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 24.329999999999998 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 33.899999999999999 4.1100000000000003 400 6780 821.05999999999995 Soort zeker 636 7813 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 821.05999999999995 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 5.2000000000000002 0.62 200 1040 124.7 Soort zeker 637 12058 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 124.7 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 5.0999999999999996 0.66000000000000003 200 1020 132.19 Soort zeker 1 4846 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 132.19 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 0.29999999999999999 0.029999999999999999 600 60 6.5800000000000001 Soort zeker 2 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 6.5800000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 1 0 0 200 0.20000000000000001 0.02 Soort zeker 3 41259 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.02 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 0.5 0.029999999999999999 400 100 6.6299999999999999 Soort zeker 4 3863 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 6.6299999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 107.5 10 200 21500 2000 Soort zeker 5 13050 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 2000 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 29.399999999999999 3.5600000000000001 400 5880 712.07000000000005 Soort zeker 6 7813 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 712.07000000000005 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 55.399999999999999 7.2400000000000002 200 11080 1447.05 Soort zeker 7 4018 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 1447.05 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 2 1.3 0.16 400 260 31.170000000000002 Genus zeker 8 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 31.170000000000002 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.90000000000000002 0.11 400 180 21.579999999999998 Genus zeker 9 42361 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 21.579999999999998 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 1 3.2000000000000002 0.38 200 640 76.739999999999995 Soort zeker 10 5951 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 76.739999999999995 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 158 1022.4 86.290000000000006 31600 204480.01000000001 17258.119999999999 Soort zeker 12 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 17258.119999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 13 42349 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.029999999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 80 10.369999999999999 200 16000 2073.5999999999999 Soort zeker 15 4846 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 2073.5999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 4 1.3999999999999999 0.14999999999999999 800 280 30.719999999999999 Soort zeker 16 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 30.719999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 1.5 0.10000000000000001 600 300 19.890000000000001 Soort zeker 17 3863 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 19.890000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 3 655.20000000000005 63.689999999999998 600 131040.00999999999 12737.08 Soort zeker 18 13050 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 12737.08 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 9 4.7000000000000002 0.56000000000000005 1800 940 112.70999999999999 Genus zeker 19 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 112.70999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.69999999999999996 0.080000000000000002 400 140 16.789999999999999 Genus zeker 20 42361 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 16.789999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 1.2 0.14000000000000001 200 240 28.780000000000001 Soort zeker 21 12058 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 28.780000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 11.199999999999999 0.88 200 2240 176.06 Soort zeker 23 12485 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 176.06 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 540 3564.6999999999998 300.86000000000001 108000 712940.01000000001 60172.199999999997 Soort zeker 24 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 60172.199999999997 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 0.59999999999999998 0.070000000000000007 600 120 13.16 Soort zeker 25 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 13.16 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 2 1.3 0.14000000000000001 400 260 28.52 Soort zeker 26 41259 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 28.52 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.1000000000000001 0.070000000000000007 400 220 14.59 Soort zeker 27 3863 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 14.59 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Genus zeker 28 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 14.390000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 174 1018.3 85.939999999999998 34800 203660 17188.900000000001 Soort zeker 29 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 17188.900000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 65.200000000000003 8.4499999999999993 200 13040 1689.98 Soort zeker 30 4846 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 1689.98 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 4 0.59999999999999998 0.070000000000000007 800 120 13.16 Soort zeker 31 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 13.16 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker 32 3863 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 18.559999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 33 8152 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.02 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 16.199999999999999 2.1200000000000001 200 3240 423.13999999999999 Soort zeker 34 4018 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 423.13999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 4 2.6000000000000001 0.31 800 520 62.350000000000001 Genus zeker 35 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 62.350000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 36 42361 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.02 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 329 1790.5999999999999 151.13 65800 358120 30225.400000000001 Soort zeker 38 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 30225.400000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 2.8999999999999999 0.38 200 580 75.170000000000002 Soort zeker 39 4846 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 75.170000000000002 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 40 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.02 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 263.19999999999999 25.579999999999998 200 52640 5116.6000000000004 Soort zeker 42 13050 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 5116.6000000000004 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 5 8.8000000000000007 0.96999999999999997 1000 1760 194.66 Soort zeker 43 8152 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 194.66 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 4 1.2 0.14000000000000001 800 240 28.780000000000001 Genus zeker 44 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 28.780000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 0.5 0.059999999999999998 800 100 11.99 Genus zeker 45 42361 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 11.99 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 10 28.800000000000001 3.4500000000000002 2000 5760 690.62 Soort zeker 46 12058 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 690.62 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 222 1389.2 117.25 44400 277840 23449.599999999999 Soort zeker 47 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 23449.599999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.20000000000000001 0.02 200 40 4.3899999999999997 Soort zeker 48 2882 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 4.3899999999999997 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 2 0.10000000000000001 0.01 400 20 2.3999999999999999 Genus zeker 49 42359 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 2.3999999999999999 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.90000000000000002 0.11 400 180 21.579999999999998 Genus zeker 50 42361 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 21.579999999999998 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 333 1937.7 163.53999999999999 66600 387540 32708.400000000001 Soort zeker 51 6395 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 32708.400000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker 52 3863 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 9.2799999999999994 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker 53 8152 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 6.6399999999999997 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 29.5 3.8500000000000001 200 5900 770.53999999999996 Soort zeker 54 4018 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 770.53999999999996 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0 0 400 0.20000000000000001 0.02 Genus zeker 55 42361 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 0.02 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 0 0 200 0.20000000000000001 0.02 Soort zeker 56 12058 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 0.02 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 14 0.28000000000000003 200 2800 56.259999999999998 Soort zeker 57 12013 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 56.259999999999998 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 0.90000000000000002 0.029999999999999999 200 180 5.7400000000000002 Soort zeker 58 7622 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 5.7400000000000002 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 293 1762.0999999999999 148.72 58600 352420 29744.200000000001 Soort zeker 59 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 29744.200000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 3.2999999999999998 0.40000000000000002 200 660 79.930000000000007 Soort zeker 60 7813 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 79.930000000000007 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 1.7 0.20000000000000001 400 340 40.770000000000003 Genus zeker 61 42361 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 40.770000000000003 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 2 7 0.55000000000000004 400 1400 110.04000000000001 Soort zeker 63 12485 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 110.04000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker 66 8152 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 6.6399999999999997 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 2.7999999999999998 0.34000000000000002 200 560 67.819999999999993 Soort zeker 67 7813 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 67.819999999999993 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 3.7000000000000002 0.28999999999999998 200 740 58.159999999999997 Soort zeker 68 12485 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 58.159999999999997 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 237 1352.4000000000001 114.14 47400 270480.01000000001 22828.599999999999 Soort zeker 69 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 22828.599999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.5 0.029999999999999999 200 100 6.6299999999999999 Soort zeker 70 3863 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 6.6299999999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 2 0.69999999999999996 0.080000000000000002 400 140 16.789999999999999 Genus zeker 71 42359 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 16.789999999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 209 1355.5 114.40000000000001 41800 271100.01000000001 22880.799999999999 Soort zeker 72 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 22880.799999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 57.5 7.4500000000000002 200 11500 1490.4000000000001 Soort zeker 73 4846 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 1490.4000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker 74 8152 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 13.27 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 26.300000000000001 3.1800000000000002 200 5260 636.99000000000001 Soort zeker 75 7813 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 636.99000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 1 0.12 200 200 23.98 Genus zeker 76 42359 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 23.98 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 77 42361 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 0.02 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 3 8.5 1.02 600 1700 203.83000000000001 Soort zeker 78 12058 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 203.83000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Tellina Tellina 1 0.29999999999999999 0.02 200 60 3.3300000000000001 Genus vermoedelijk 81 42420 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 3.3300000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 300 1732.2 146.19999999999999 60000 346440 29239.599999999999 Soort zeker 82 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 29239.599999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 1.2 0.14000000000000001 200 240 28.780000000000001 Genus zeker 84 42361 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 28.780000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 3 8 0.63 600 1600 125.76000000000001 Soort zeker 86 12485 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 125.76000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 199 1152.5 97.269999999999996 39800 230500.01000000001 19454.200000000001 Soort zeker 87 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 19454.200000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 4.7000000000000002 0.60999999999999999 200 940 122.76000000000001 Soort zeker 88 4018 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 122.76000000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 252 1404.3 118.52 50400 280860.02000000002 23704.599999999999 Soort zeker 89 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 23704.599999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 0.59999999999999998 0.040000000000000001 400 120 7.96 Soort zeker 93 3863 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 7.96 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.5 0.059999999999999998 200 100 11.06 Soort zeker 94 8152 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 11.06 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 1.3 0.16 200 260 31.489999999999998 Soort zeker 95 7813 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 31.489999999999998 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 3.1000000000000001 0.37 200 620 74.340000000000003 Soort zeker 96 12058 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 74.340000000000003 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 3124.6999999999998 180.96000000000001 200 624940 36192 Soort zeker 97 12013 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 36192 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 0.90000000000000002 0.029999999999999999 200 180 5.7400000000000002 Soort zeker 98 7622 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 5.7400000000000002 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 383 2437 205.68000000000001 76600 487400.01000000001 41136.599999999999 Soort zeker 99 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 41136.599999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 249 1413.3 119.28 49800 282660.02000000002 23856.599999999999 Soort zeker 101 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 23856.599999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker 102 3863 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 9.2799999999999994 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 103 8152 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 0.02 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 2 12.4 1.6200000000000001 400 2480 323.88999999999999 Soort zeker 104 4018 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 323.88999999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 196 1046.3 88.310000000000002 39200 209260.01000000001 17661.540000000001 Soort zeker 105 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 17661.540000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 890.70000000000005 86.579999999999998 400 178140.01000000001 17315.200000000001 Soort zeker 106 13050 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 17315.200000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 12.6 1.6499999999999999 200 2520 329.11000000000001 Soort zeker 107 4018 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 329.11000000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Genus zeker 108 42359 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 7.1900000000000004 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 1.3999999999999999 0.029999999999999999 200 280 5.7400000000000002 Soort zeker 110 7622 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 5.7400000000000002 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 238 1466.4000000000001 123.76000000000001 47600 293280.01000000001 24752.799999999999 Soort zeker 111 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 24752.799999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 112 3863 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 0.01 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 1.2 0.14000000000000001 200 240 28.780000000000001 Genus zeker 113 42359 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 28.780000000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 114 42361 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 0.02 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 277 1549.4000000000001 130.77000000000001 55400 309880.01000000001 26153.799999999999 Soort zeker 115 6395 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 26153.799999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 9 64 5.4000000000000004 1800 12800 1080.3199999999999 Soort zeker 116 6395 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 1080.3199999999999 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0.20000000000000001 0.029999999999999999 400 40 5.3399999999999999 Ordo zeker 117 42349 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 5.3399999999999999 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0.40000000000000002 0.040000000000000001 200 80 8.7799999999999994 Soort zeker 118 2883 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 8.7799999999999994 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.69999999999999996 0.050000000000000003 200 140 9.2799999999999994 Soort zeker 119 3863 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 9.2799999999999994 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 120 8152 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 0.02 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 2 7.7000000000000002 0.65000000000000002 400 1540 129.97999999999999 Soort zeker 121 6395 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 129.97999999999999 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 1.6000000000000001 0.11 200 320 21.219999999999999 Soort zeker 122 3863 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 21.219999999999999 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 213.59999999999999 20.16 200 42720 4032.7600000000002 Genus zeker 123 42389 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 4032.7600000000002 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 2979.4000000000001 146.59 200 595879.98999999999 29317.200000000001 Soort zeker 124 12013 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 29317.200000000001 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 6 1.5 0.20000000000000001 1200 300 40.020000000000003 Ordo zeker 125 42349 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 40.020000000000003 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 126 2882 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 0.02 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 1 0.11 400 200 21.940000000000001 Soort zeker 127 2883 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 21.940000000000001 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 5 3.6000000000000001 0.23999999999999999 1000 720 47.740000000000002 Soort zeker 128 3863 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 47.740000000000002 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 1 52.399999999999999 6.2800000000000002 200 10480 1256.55 Soort zeker 129 5951 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 1256.55 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 12 51.700000000000003 4.3600000000000003 2400 10340 872.70000000000005 Soort zeker 131 6395 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 872.70000000000005 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker 133 42349 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 0.029999999999999999 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 1 0.11 600 200 21.940000000000001 Soort zeker 134 2882 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 21.940000000000001 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.5 0.059999999999999998 200 100 11.06 Soort zeker 135 8152 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 11.06 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 32 146.19999999999999 12.34 6400 29240 2467.8600000000001 Soort zeker 137 6395 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 2467.8600000000001 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 1.3 0.10000000000000001 200 260 20.440000000000001 Soort zeker 138 12485 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 20.440000000000001 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 191 1072.2 90.489999999999995 38200 214440 18098.740000000002 Soort zeker 139 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 18098.740000000002 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 308.5 29.989999999999998 200 61700 5997.2399999999998 Soort zeker 140 13050 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 5997.2399999999998 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 82 9.9299999999999997 200 16400 1986.04 Soort zeker 141 7813 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 1986.04 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0 0 400 0.20000000000000001 0.02 Genus zeker 142 42361 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 0.02 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 3.2999999999999998 0.40000000000000002 400 660 79.129999999999995 Soort zeker 143 12058 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 79.129999999999995 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 209 1289.2 108.81 41800 257840 21761.599999999999 Soort zeker 144 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 21761.599999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0 0 400 0.20000000000000001 0.029999999999999999 Ordo zeker 145 42349 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 0.029999999999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.59999999999999998 0.070000000000000007 400 120 13.16 Soort zeker 146 2882 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 13.16 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 4.9000000000000004 0.58999999999999997 200 980 118.68000000000001 Soort zeker 147 7813 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 118.68000000000001 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 6 3.5 0.41999999999999998 1200 700 83.930000000000007 Genus zeker 148 42359 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 83.930000000000007 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 3 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 148 875.10000000000002 73.859999999999999 29600 175020 14771.68 Soort zeker 149 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 14771.68 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 30.300000000000001 3.9300000000000002 200 6060 785.38 Soort zeker 150 4846 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 785.38 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 2 1.2 0.14000000000000001 400 240 28.780000000000001 Genus zeker 151 42359 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 28.780000000000001 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 5.0999999999999996 0.40000000000000002 200 1020 80.170000000000002 Soort zeker 153 12485 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 80.170000000000002 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 129 735.10000000000002 62.039999999999999 25800 147020 12408.48 Soort zeker 154 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 12408.48 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 155 42349 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 0.029999999999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 1.1000000000000001 0.12 200 220 24.129999999999999 Soort zeker 156 2882 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 24.129999999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 20.300000000000001 2.46 200 4060 491.67000000000002 Soort zeker 157 7813 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 491.67000000000002 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 3 3.2999999999999998 0.40000000000000002 600 660 79.129999999999995 Genus zeker 158 42359 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 79.129999999999995 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 159 42361 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 0.02 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 4 14.9 1.1699999999999999 800 2980 234.22999999999999 Soort zeker 160 12485 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 234.22999999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 188 1058.3 89.319999999999993 37600 211660.01000000001 17864.099999999999 Soort zeker 161 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 17864.099999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 19.100000000000001 2.3100000000000001 200 3820 462.60000000000002 Soort zeker 162 7813 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 462.60000000000002 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 5 3 0.35999999999999999 1000 600 71.939999999999998 Genus zeker 163 42359 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 71.939999999999998 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 1.7 0.12 200 340 23.219999999999999 Soort zeker 164 7622 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 23.219999999999999 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 6 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 342 1858.5 156.86000000000001 68400 371700.01000000001 31371.400000000001 Soort zeker 165 6395 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 31371.400000000001 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 4 11.800000000000001 1.3100000000000001 800 2360 261.01999999999998 Soort zeker 166 8152 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 261.01999999999998 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 11 1.3300000000000001 200 2200 266.42000000000002 Soort zeker 167 7813 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 266.42000000000002 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Genus zeker 168 42361 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 9.5899999999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 1 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 164 1127.2 95.140000000000001 32800 225440 19027.139999999999 Soort zeker 169 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 19027.139999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 16.199999999999999 2.1000000000000001 200 3240 419.89999999999998 Genus zeker 170 42394 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 419.89999999999998 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 0 0 200 0.20000000000000001 0.02 Genus zeker 171 42359 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 0.02 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.69999999999999996 0.080000000000000002 200 140 16.789999999999999 Genus zeker 172 42361 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 16.789999999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 230 1472.2 124.25 46000 294440 24850.799999999999 Soort zeker 173 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 24850.799999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 432.5 42.039999999999999 200 86500 8407.7999999999993 Soort zeker 175 13050 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 8407.7999999999993 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 72.299999999999997 8.7599999999999998 200 14460 1751.1099999999999 Soort zeker 176 7813 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 1751.1099999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 3 4.0999999999999996 0.48999999999999999 600 820 98.319999999999993 Soort zeker 177 12058 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 98.319999999999993 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 72 507.30000000000001 42.82 14400 101460 8563.2199999999993 Soort zeker 178 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 8563.2199999999993 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 1 0.90000000000000002 0.10000000000000001 200 180 19.75 Soort zeker 179 41259 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 19.75 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 53.399999999999999 6.4699999999999998 400 10680 1293.3499999999999 Soort zeker 180 7813 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 1293.3499999999999 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 1 0.12 400 200 23.98 Genus zeker 181 42361 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 23.98 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 144 898.10000000000002 75.799999999999997 28800 179620 15159.92 Soort zeker 183 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 15159.92 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 39.700000000000003 5.1500000000000004 200 7940 1029.02 Soort zeker 184 4846 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 1029.02 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 12.699999999999999 1.54 200 2540 307.58999999999997 Soort zeker 185 7813 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 307.58999999999997 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 186 42361 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 0.02 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 6.5 0.51000000000000001 200 1300 102.18000000000001 Soort zeker 187 12485 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 102.18000000000001 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 146 918.79999999999995 77.549999999999997 29200 183760 15509.34 Soort zeker 188 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 15509.34 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 4.2000000000000002 0.54000000000000004 200 840 108.86 Genus zeker 189 42394 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 108.86 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.5 0.059999999999999998 400 100 11.99 Genus zeker 190 42361 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 11.99 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 1901 118 200 380200.01000000001 23600 Soort zeker 191 12013 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 23600 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 200 1321.8 111.56 40000 264360.02000000002 22312 Soort zeker 192 6395 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 22312 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 1 0.12 200 200 23.98 Genus zeker 193 42359 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 23.98 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 288 1433.7 121 57600 286740 24200.799999999999 Soort zeker 195 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 24200.799999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0.29999999999999999 0.040000000000000001 200 60 8 Ordo zeker 196 42349 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 8 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 1 0.070000000000000007 200 200 13.26 Soort zeker 197 3863 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 13.26 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 198 42361 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 0.02 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 155 758.20000000000005 63.990000000000002 31000 151640.01000000001 12798.42 Soort zeker 200 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 12798.42 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 4.2999999999999998 0.56000000000000005 200 860 111.45999999999999 Genus zeker 201 42394 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 111.45999999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 5 0.55000000000000004 600 1000 110.59999999999999 Soort zeker 203 8152 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 110.59999999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 19.399999999999999 2.3500000000000001 200 3880 469.87 Soort zeker 204 7813 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 469.87 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 23 76.099999999999994 9.1199999999999992 4600 15220 1824.8800000000001 Soort zeker 205 12058 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 1824.8800000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 266 1235.7 104.29000000000001 53200 247140 20858.599999999999 Soort zeker 207 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 20858.599999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 211 1035.3 87.379999999999995 42200 207060.01000000001 17475.860000000001 Soort zeker 212 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 17475.860000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 640.70000000000005 62.280000000000001 200 128140.00999999999 12455.200000000001 Soort zeker 214 13050 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 12455.200000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0 0 400 0.20000000000000001 0.02 Genus zeker 217 42361 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 0.02 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 3 2680.4000000000001 479.5 600 536079.98999999999 95900.009999999995 Soort zeker 218 12013 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 95900.009999999995 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 218 1024.3 86.450000000000003 43600 204860.01000000001 17290.18 Soort zeker 219 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 17290.18 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker 220 8152 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 6.6399999999999997 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 4.9000000000000004 0.40999999999999998 200 980 82.709999999999994 Soort zeker 222 6395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 82.709999999999994 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis 1 1.3 0.12 200 260 23.870000000000001 Genus zeker 223 42395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 23.870000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker 224 20132 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 17.550000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.5 0.050000000000000003 400 100 10.970000000000001 Soort zeker 225 2882 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 10.970000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 1272.4000000000001 120.11 200 254480.01000000001 24023 Genus zeker 226 42389 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 24023 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 4.9000000000000004 0.58999999999999997 200 980 117.5 Soort zeker 227 12058 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 117.5 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 4 23.300000000000001 1.97 800 4660 393.30000000000001 Soort zeker 229 6395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 393.30000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 3 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 230 42349 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 0.029999999999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 1.8 0.20000000000000001 400 360 39.490000000000002 Soort zeker 237 2882 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 39.490000000000002 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0.69999999999999996 0.080000000000000002 200 140 15.359999999999999 Soort zeker 238 2883 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 15.359999999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 1.7 0.11 200 340 22.539999999999999 Soort zeker 239 3863 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 22.539999999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker 240 8152 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 13.27 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 3 26.699999999999999 2.25 600 5340 450.69999999999999 Soort zeker 242 6395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 450.69999999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0.59999999999999998 0.070000000000000007 200 120 13.16 Genus zeker 243 42405 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 13.16 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 1.7 0.19 600 340 37.299999999999997 Soort zeker 244 2882 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 37.299999999999997 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 3.7999999999999998 0.25 400 760 50.390000000000001 Soort zeker 245 3863 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 50.390000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 180.30000000000001 10.01 200 36060 2001.3199999999999 Soort zeker 247 7622 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 2001.3199999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 4 43 3.6299999999999999 800 8600 725.84000000000003 Soort zeker 248 6395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 725.84000000000003 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 114.40000000000001 14.83 200 22880 2965.2399999999998 Soort zeker 249 4846 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 2965.2399999999998 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 1.1000000000000001 0.12 400 220 24.129999999999999 Soort zeker 250 2883 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 24.129999999999999 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 5.7999999999999998 0.48999999999999999 200 1160 97.900000000000006 Soort zeker 251 6395 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 97.900000000000006 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 252 42349 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 0.029999999999999999 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 339.60000000000002 44.009999999999998 200 67920 8802.4400000000005 Soort zeker 254 4846 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 8802.4400000000005 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 8.8000000000000007 1.1499999999999999 200 1760 229.86000000000001 Soort zeker 255 4018 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 229.86000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 6.2000000000000002 0.73999999999999999 200 1240 148.68000000000001 Soort zeker 256 12058 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 148.68000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 6.7999999999999998 0.53000000000000003 200 1360 106.90000000000001 Soort zeker 258 12485 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 106.90000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 297 1068.2 90.159999999999997 59400 213640 18031.220000000001 Soort zeker 259 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 18031.220000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 6.5999999999999996 0.85999999999999999 200 1320 171.06999999999999 Genus zeker 260 42394 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 171.06999999999999 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.29999999999999999 0.029999999999999999 200 60 6.6399999999999997 Soort zeker 261 8152 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 6.6399999999999997 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 21.300000000000001 2.5800000000000001 200 4260 515.88999999999999 Soort zeker 262 7813 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 515.88999999999999 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 95.5 12.470000000000001 200 19100 2494.46 Soort zeker 263 4018 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 2494.46 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Genus zeker 264 42361 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 7.1900000000000004 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 6.7999999999999998 0.53000000000000003 200 1360 106.90000000000001 Soort zeker 266 12485 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 106.90000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 404 1455.3 122.83 80800 291060.02000000002 24565.400000000001 Soort zeker 267 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 24565.400000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 2 23.199999999999999 3.0299999999999998 400 4640 605.98000000000002 Soort zeker 268 4018 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 605.98000000000002 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 319 1129.7 95.349999999999994 63800 225940 19069.34 Soort zeker 271 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 19069.34 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Tellina Tellina 1 3.2000000000000002 0.17999999999999999 200 640 35.520000000000003 Genus vermoedelijk 273 42420 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 35.520000000000003 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 316 1153.4000000000001 97.349999999999994 63200 230680.01000000001 19469.400000000001 Soort zeker 274 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 19469.400000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 1.8999999999999999 0.20999999999999999 600 380 42.030000000000001 Soort zeker 275 8152 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 42.030000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 27.399999999999999 3.3199999999999998 200 5480 663.63 Soort zeker 276 7813 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 663.63 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 17.899999999999999 2.3399999999999999 200 3580 467.55000000000001 Soort zeker 277 4018 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 467.55000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 2 11.1 0.87 400 2220 174.49000000000001 Soort zeker 278 12485 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 174.49000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 323 1201.2 101.38 64600 240240 20276.200000000001 Soort zeker 279 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 20276.200000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 280 42349 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 0.029999999999999999 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 28.699999999999999 3.48 200 5740 695.11000000000001 Soort zeker 282 7813 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 695.11000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 2 0.26000000000000001 200 400 52.240000000000002 Soort zeker 283 4018 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 52.240000000000002 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 7.5 0.58999999999999997 200 1500 117.90000000000001 Soort zeker 284 12485 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 117.90000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 357 1295.5 109.34 71400 259100.01000000001 21868 Soort zeker 285 6395 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 21868 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 0.59999999999999998 0.080000000000000002 200 120 15.67 Soort zeker 286 4018 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 15.67 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 1 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 0.80000000000000004 0.070000000000000007 200 160 13.5 Soort zeker 287 6395 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 13.5 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 4 25.5 3.0600000000000001 800 5100 611.49000000000001 Soort zeker 289 12058 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 611.49000000000001 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 3 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 49.299999999999997 6.3899999999999997 200 9860 1277.8599999999999 Soort zeker 291 4846 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 1277.8599999999999 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 1.2 0.13 200 240 26.539999999999999 Soort zeker 292 8152 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 26.539999999999999 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 6.9000000000000004 0.57999999999999996 200 1380 116.47 Soort zeker 293 6395 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 116.47 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 294 42361 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 0.02 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 12.300000000000001 1.04 200 2460 207.62 Soort zeker 296 6395 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 207.62 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 6 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 7.5 0.63 200 1500 126.59999999999999 Soort zeker 297 6395 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 126.59999999999999 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 1 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 6.2999999999999998 0.76000000000000001 200 1260 151.06999999999999 Soort zeker 298 12058 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 151.06999999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 2 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 2 1.3999999999999999 0.14999999999999999 400 280 30.719999999999999 Soort zeker 299 41259 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 30.719999999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 2 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.4000000000000004 0.78000000000000003 200 1280 155.00999999999999 Soort zeker 300 7813 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 155.00999999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 3 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 1 2.1000000000000001 0.23000000000000001 200 420 46.07 Soort zeker 301 41259 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 46.07 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 3 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 15.199999999999999 1.8400000000000001 200 3040 368.13999999999999 Soort zeker 302 7813 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 368.13999999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 1.2 0.13 200 240 26.329999999999998 Soort zeker 305 20132 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 26.329999999999998 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 11 21 2.3199999999999998 2200 4200 464.51999999999998 Soort zeker 306 8152 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 464.51999999999998 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 13.300000000000001 1.6100000000000001 200 2660 322.13 Soort zeker 381 7813 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 322.13 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.5 0.059999999999999998 400 100 11.99 Genus zeker 382 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 11.99 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 62 512.39999999999998 43.25 12400 102480.00999999999 8649.3199999999997 Soort zeker 383 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 8649.3199999999997 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 385 3863 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.01 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 1021.7 96.450000000000003 200 204340.01000000001 19289.700000000001 Genus zeker 386 42389 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 19289.700000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 2.1000000000000001 0.25 200 420 50.859999999999999 Soort zeker 387 7813 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 50.859999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 3 0 0 600 0.20000000000000001 0.02 Genus zeker 388 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.02 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 46 382.60000000000002 32.289999999999999 9200 76520 6458.2799999999997 Soort zeker 390 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 6458.2799999999997 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 1.7 0.22 200 340 44.060000000000002 Genus zeker 391 42394 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 44.060000000000002 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.29999999999999999 0.029999999999999999 400 60 6.5800000000000001 Soort zeker 392 2882 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 6.5800000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.5 0.10000000000000001 400 300 19.890000000000001 Soort zeker 393 3863 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 19.890000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 23.5 2.8500000000000001 200 4700 569.16999999999996 Soort zeker 394 7813 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 569.16999999999996 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 3 1.2 0.14000000000000001 600 240 28.780000000000001 Genus zeker 395 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 28.780000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 14 110.7 9.3399999999999999 2800 22140 1868.6199999999999 Soort zeker 397 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 1868.6199999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 398 42349 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.029999999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0 0 400 0.20000000000000001 0.02 Soort zeker 400 2882 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.02 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.80000000000000004 0.050000000000000003 200 160 10.609999999999999 Soort zeker 401 3863 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 10.609999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.80000000000000004 0.089999999999999997 200 160 17.699999999999999 Soort zeker 402 8152 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 17.699999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 4.5999999999999996 0.56000000000000005 200 920 111.41 Soort zeker 403 7813 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 111.41 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 2 0.23999999999999999 800 400 47.960000000000001 Genus zeker 404 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 47.960000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis 1 1.2 0.11 200 240 22.030000000000001 Genus zeker 407 42395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 22.030000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 408 2882 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.02 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.29999999999999999 0.02 200 60 3.98 Soort zeker 409 3863 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 3.98 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 117.2 11.390000000000001 200 23440 2278.3600000000001 Soort zeker 410 13050 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 2278.3600000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Genus zeker 411 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 9.5899999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 13 110.5 9.3300000000000001 2600 22100 1865.24 Soort zeker 412 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 1865.24 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 2 0.26000000000000001 200 400 51.840000000000003 Genus zeker 413 42394 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 51.840000000000003 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.80000000000000004 0.089999999999999997 200 160 17.550000000000001 Soort zeker 414 2882 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 17.550000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker 415 3863 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 18.559999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0 0 400 0.20000000000000001 0.02 Genus zeker 416 42361 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.02 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 18 136.80000000000001 11.550000000000001 3600 27360 2309.1799999999998 Soort zeker 417 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 2309.1799999999998 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 8 1.7 0.23000000000000001 1600 340 45.359999999999999 Ordo zeker 418 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 45.359999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 425 8152 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.02 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.7000000000000002 0.81000000000000005 200 1340 162.27000000000001 Soort zeker 426 7813 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 162.27000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 23 10 1.2 4600 2000 239.80000000000001 Genus zeker 428 42361 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 239.80000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 5.2999999999999998 0.64000000000000001 400 1060 127.09 Soort zeker 429 12058 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 127.09 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.29999999999999999 0.029999999999999999 200 60 6.5800000000000001 Soort zeker 453 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 6.5800000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.59999999999999998 0.040000000000000001 200 120 7.96 Soort zeker 454 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 7.96 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 3.2000000000000002 0.34999999999999998 200 640 70.780000000000001 Soort zeker 455 8152 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 70.780000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 10 5.9000000000000004 0.70999999999999996 2000 1180 141.47999999999999 Genus zeker 456 42361 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 141.47999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 3 0.29999999999999999 0.040000000000000001 600 60 8 Ordo zeker 457 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 8 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 8.4000000000000004 1.0900000000000001 200 1680 217.72999999999999 Genus zeker 458 42394 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 217.72999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 8.3000000000000007 0.91000000000000003 400 1660 182.09999999999999 Soort zeker 459 20132 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 182.09999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 3 1.5 0.16 600 300 32.909999999999997 Soort zeker 460 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 32.909999999999997 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 0.40000000000000002 0.040000000000000001 400 80 8.7799999999999994 Soort zeker 461 2883 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 8.7799999999999994 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 2.1000000000000001 0.14000000000000001 600 420 27.850000000000001 Soort zeker 462 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 27.850000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 11 6.4000000000000004 0.77000000000000002 2200 1280 153.47 Genus zeker 463 42361 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 153.47 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 3 0 0 600 0.20000000000000001 0.029999999999999999 Ordo zeker 465 42349 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.029999999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 110.90000000000001 14.369999999999999 200 22180 2874.52 Soort zeker 466 4846 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 2874.52 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 7 4.5 0.48999999999999999 1400 900 98.730000000000004 Soort zeker 467 2882 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 98.730000000000004 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 1.7 0.19 400 340 37.299999999999997 Soort zeker 468 2883 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 37.299999999999997 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 10 9.4000000000000004 0.62 2000 1880 124.64 Soort zeker 469 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 124.64 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 4 0 0 800 0.20000000000000001 0.029999999999999999 Ordo zeker 475 42349 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 0.029999999999999999 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker 476 2882 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 17.550000000000001 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 5 3.1000000000000001 0.34000000000000002 1000 620 68.010000000000005 Soort zeker 477 2883 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 68.010000000000005 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.80000000000000004 0.050000000000000003 200 160 10.609999999999999 Soort zeker 478 3863 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 10.609999999999999 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 2 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 8 6.7999999999999998 0.81999999999999995 1600 1360 163.06 Genus zeker 479 42361 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 163.06 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 5 3.2000000000000002 0.42999999999999999 1000 640 85.379999999999995 Ordo zeker 480 42349 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 85.379999999999995 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 9 6.9000000000000004 0.92000000000000004 1800 1380 184.09 Ordo zeker 485 42349 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 184.09 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 73.599999999999994 9.5399999999999991 200 14720 1907.71 Soort zeker 487 4846 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 1907.71 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 488 2883 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 0.02 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.29999999999999999 0.02 200 60 3.98 Soort zeker 489 3863 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 3.98 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 56.700000000000003 5.5099999999999998 200 11340 1102.25 Soort zeker 491 13050 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 1102.25 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 5.2000000000000002 0.57999999999999996 600 1040 115.02 Soort zeker 492 8152 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 115.02 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 209.69999999999999 27.390000000000001 200 41940 5477.3599999999997 Soort zeker 493 4018 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 5477.3599999999997 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 6 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 3 13.5 1.1399999999999999 600 2700 227.88 Soort zeker 494 6395 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 227.88 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0.29999999999999999 0.040000000000000001 200 60 8 Ordo zeker 495 42349 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 8 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 496 2883 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 0.02 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 1 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 6 26.899999999999999 2.27 1200 5380 454.06999999999999 Soort zeker 497 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 454.06999999999999 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 2 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0.59999999999999998 0.070000000000000007 200 120 13.16 Soort zeker 498 2883 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 13.16 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 2 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 13 39.600000000000001 3.3399999999999999 2600 7920 668.45000000000005 Soort zeker 499 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 668.45000000000005 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 13 2.1000000000000001 0.28000000000000003 2600 420 56.030000000000001 Ordo zeker 500 42349 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 56.030000000000001 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 5 1.3999999999999999 0.14999999999999999 1000 280 30.719999999999999 Soort zeker 501 2883 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 30.719999999999999 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 3 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 13 39.5 3.3300000000000001 2600 7900 666.75999999999999 Soort zeker 502 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 666.75999999999999 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 24 18.899999999999999 2.52 4800 3780 504.25 Ordo zeker 503 42349 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 504.25 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 504 42405 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 0.02 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 4 0.80000000000000004 0.089999999999999997 800 160 17.550000000000001 Soort zeker 505 2883 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 17.550000000000001 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 190.19999999999999 18.489999999999998 200 38040 3697.48 Soort zeker 506 13050 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 3697.48 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 3.2000000000000002 0.38 200 640 76.739999999999995 Soort zeker 507 12058 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 76.739999999999995 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 4 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 32 100.90000000000001 8.5199999999999996 6400 20180 1703.1900000000001 Soort zeker 508 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 1703.1900000000001 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 509 42349 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 0.029999999999999999 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 1.2 0.13 400 240 26.329999999999998 Soort zeker 510 2883 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 26.329999999999998 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 5 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 24 72.700000000000003 6.1399999999999997 4800 14540 1227.1800000000001 Soort zeker 511 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 1227.1800000000001 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 513 42349 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 0.029999999999999999 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 0.5 0.059999999999999998 200 100 11.99 Soort zeker 514 12058 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 11.99 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 16 0.0050000000000000001 6 2007 10 15/10/07 0 55274.889999999999 398418.34000000003 51.566662000000001 3.9501740000000001 51.566727 3.9490500000000002 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 3.5 0.29999999999999999 200 700 59.079999999999998 Soort zeker 515 6395 0101000020E6100000A25335E23E970F40C61CFD9D6DC84940 6 34 0 59.079999999999998 2007-10-15 3 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 7 0.40000000000000002 0.050000000000000003 1400 80 10.67 Ordo zeker 309 42349 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 10.67 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 166.5 21.579999999999998 200 33300 4315.6800000000003 Soort zeker 310 4846 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 4315.6800000000003 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 3 0.5 0.050000000000000003 600 100 10.970000000000001 Genus zeker 311 42405 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 10.970000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 6 1.8 0.20000000000000001 1200 360 39.490000000000002 Soort zeker 312 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 39.490000000000002 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 16 8.4000000000000004 0.92000000000000004 3200 1680 184.30000000000001 Soort zeker 313 2883 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 184.30000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 4 0 0 800 0.40000000000000002 0.040000000000000001 Genus zeker 314 42389 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.040000000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 1 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 14 11.699999999999999 1.3999999999999999 2800 2340 280.56999999999999 Genus zeker 315 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 280.56999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 5 0.5 0.070000000000000007 1000 100 13.34 Ordo zeker 316 42349 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 13.34 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 5.7999999999999998 0.75 200 1160 150.34 Soort zeker 318 4846 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 150.34 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 6 1.5 0.16 1200 300 32.909999999999997 Soort zeker 320 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 32.909999999999997 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 321 2883 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 6 5.7000000000000002 0.38 1200 1140 75.579999999999998 Soort zeker 322 3863 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 75.579999999999998 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 13 24.300000000000001 2.9100000000000001 2600 4860 582.71000000000004 Genus zeker 323 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 582.71000000000004 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus 5 78.099999999999994 9.3599999999999994 1000 15620 1872.8399999999999 Soort zeker 324 2510 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 1872.8399999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae FAM-Aoridae Aoridae 1 0 0 200 0.20000000000000001 0.02 Ordo zeker 325 42353 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 68.799999999999997 8.9199999999999999 200 13760 1783.3 Soort zeker 329 4846 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 1783.3 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 1.2 0.13 400 240 26.329999999999998 Soort zeker 331 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 26.329999999999998 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 0 0 400 0.20000000000000001 0.01 Soort zeker 332 3863 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.01 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 38.700000000000003 3.7599999999999998 200 7740 752.33000000000004 Soort zeker 333 13050 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 752.33000000000004 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 13 10.6 1.27 2600 2120 254.19 Genus zeker 335 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 254.19 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 9.8000000000000007 1.1799999999999999 400 1960 235 Soort zeker 336 12058 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 235 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 12 1.3999999999999999 0.19 2400 280 37.350000000000001 Ordo zeker 337 42349 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 37.350000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis 1 0 0 200 0.20000000000000001 0.02 Genus zeker 338 42395 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 55.600000000000001 7.21 200 11120 1441.1500000000001 Soort zeker 339 4846 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 1441.1500000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 341 42405 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 8 2.3999999999999999 0.26000000000000001 1600 480 52.659999999999997 Soort zeker 342 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 52.659999999999997 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 8 1.8999999999999999 0.20999999999999999 1600 380 41.689999999999998 Soort zeker 343 2883 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 41.689999999999998 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 8 3.8999999999999999 0.26000000000000001 1600 780 51.710000000000001 Soort zeker 344 3863 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 51.710000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 302.39999999999998 29.390000000000001 400 60480 5878.6599999999999 Soort zeker 345 13050 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 5878.6599999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 6 0.5 0.050000000000000003 1200 100.2 9.4600000000000009 Genus zeker 346 42389 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 9.4600000000000009 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 11 4.7999999999999998 0.57999999999999996 2200 960 115.09999999999999 Genus zeker 347 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 115.09999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 3 3.2999999999999998 0.40000000000000002 600 660 79.129999999999995 Soort zeker 348 12058 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 79.129999999999995 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 4.5 0.38 200 900 75.959999999999994 Soort zeker 350 6395 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 75.959999999999994 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 351 42349 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.029999999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 24.800000000000001 3.21 200 4960 642.82000000000005 Soort zeker 352 4846 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 642.82000000000005 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 15 2.1000000000000001 0.23000000000000001 3000 420 46.07 Soort zeker 353 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 46.07 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 3 1.3 0.14000000000000001 600 260 28.52 Soort zeker 354 2883 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 28.52 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 355 3863 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.01 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 1093.5999999999999 106.3 200 218720 21259.599999999999 Soort zeker 356 13050 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 21259.599999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 0 0 200 0.20000000000000001 0.02 Genus zeker 357 42389 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 358 8152 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 0.02 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 17.800000000000001 2.1600000000000001 200 3560 431.12 Soort zeker 359 7813 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 431.12 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 11 6.4000000000000004 0.77000000000000002 2200 1280 153.47 Genus zeker 360 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 153.47 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus 2 20.300000000000001 2.4300000000000002 400 4060 486.79000000000002 Soort zeker 361 2510 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 486.79000000000002 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 5 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 5 8.6999999999999993 0.72999999999999998 1000 1740 146.86000000000001 Soort zeker 362 6395 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 146.86000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 6 0.59999999999999998 0.080000000000000002 1200 120 16.010000000000002 Ordo zeker 363 42349 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 16.010000000000002 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 5.0999999999999996 0.66000000000000003 200 1020 132.19 Genus zeker 365 42394 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 132.19 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 0.40000000000000002 0.040000000000000001 200 80 8.7799999999999994 Soort zeker 366 20132 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 8.7799999999999994 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 4 1.1000000000000001 0.12 800 220 24.129999999999999 Soort zeker 367 2882 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 24.129999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 6 2.6000000000000001 0.28999999999999998 1200 520 57.039999999999999 Soort zeker 368 2883 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 57.039999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 0.69999999999999996 0.050000000000000003 400 140 9.2799999999999994 Soort zeker 369 3863 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 9.2799999999999994 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 227.09999999999999 22.07 400 45420 4414.8199999999997 Soort zeker 370 13050 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 4414.8199999999997 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 0.90000000000000002 0.10000000000000001 400 180 19.91 Soort zeker 372 8152 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 19.91 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 12 4.5999999999999996 0.55000000000000004 2400 920 110.31 Genus zeker 373 42361 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 110.31 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus 6 24.399999999999999 2.9300000000000002 1200 4880 585.11000000000001 Soort zeker 374 2510 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 585.11000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 3.2999999999999998 0.40000000000000002 400 660 79.129999999999995 Soort zeker 376 12058 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 79.129999999999995 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 4.7999999999999998 0.40999999999999998 200 960 81.019999999999996 Soort zeker 378 6395 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 81.019999999999996 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 943 42405 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 0.02 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 32.799999999999997 4.0999999999999996 200 6560 819.92999999999995 Soort zeker 512 4018 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 819.92999999999995 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 638 42349 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.029999999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.20000000000000001 0.02 400 40 4.3899999999999997 Soort zeker 640 2882 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 4.3899999999999997 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 4 2.1000000000000001 0.14000000000000001 800 420 27.850000000000001 Soort zeker 641 3863 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 27.850000000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 19.699999999999999 2.3900000000000001 400 3940 477.13 Soort zeker 642 7813 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 477.13 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 0 0 200 0.20000000000000001 0.02 Genus zeker 643 42359 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.02 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 0.59999999999999998 0.070000000000000007 200 120 14.390000000000001 Soort zeker 645 12058 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 14.390000000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 150 1349.3 113.88 30000 269860.01000000001 22776.18 Soort zeker 646 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 22776.18 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 31.100000000000001 4.0300000000000002 200 6220 806.11000000000001 Soort zeker 647 4846 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 806.11000000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 648 3863 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.01 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 0.59999999999999998 0.070000000000000007 200 120 14.529999999999999 Soort zeker 649 7813 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 14.529999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 3.5 0.41999999999999998 200 700 83.930000000000007 Soort zeker 651 12058 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 83.930000000000007 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 444 7.8799999999999999 200 88800 1576.0899999999999 Soort zeker 652 12013 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 1576.0899999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 84 772.10000000000002 65.170000000000002 16800 154420 13033.049999999999 Soort zeker 653 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 13033.049999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 1.5 0.16 200 300 32.909999999999997 Soort zeker 654 2882 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 32.909999999999997 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 56 6.9699999999999998 200 11200 1394.71 Soort zeker 655 4018 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 1394.71 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 1.1000000000000001 0.13 400 220 26.379999999999999 Genus zeker 656 42361 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 26.379999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 0.59999999999999998 0.050000000000000003 200 120 9.4299999999999997 Soort zeker 657 12485 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 9.4299999999999997 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 3 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 149 1277.8 107.84999999999999 29800 255560.01000000001 21569.259999999998 Soort zeker 658 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 21569.259999999998 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.29999999999999999 0.02 200 60 3.98 Soort zeker 659 3863 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 3.98 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 17.5 2.1200000000000001 400 3500 423.85000000000002 Soort zeker 660 7813 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 423.85000000000002 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Genus zeker 661 42359 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 7.1900000000000004 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 5.5 0.66000000000000003 200 1100 131.88999999999999 Soort zeker 663 12058 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 131.88999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 3 7325.8000000000002 645.95000000000005 600 1465160.03 129190.45 Soort zeker 664 12013 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 129190.45 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 32 294.19999999999999 24.829999999999998 6400 58840 4966.1000000000004 Soort zeker 665 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 4966.1000000000004 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 100.3 13 200 20060 2599.7800000000002 Soort zeker 666 4846 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 2599.7800000000002 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 667 3863 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.01 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 5 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 153 1465.5999999999999 123.7 30600 293120.01000000001 24739.330000000002 Soort zeker 668 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 24739.330000000002 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 46.600000000000001 6.04 200 9320 1207.8699999999999 Soort zeker 669 4846 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 1207.8699999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 670 3863 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.01 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 54.899999999999999 6.6500000000000004 200 10980 1329.6800000000001 Soort zeker 671 7813 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 1329.6800000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 1 0.080000000000000002 200 200 15.720000000000001 Soort zeker 674 12485 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 15.720000000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 125 1147.4000000000001 96.840000000000003 25000 229480.01000000001 19368.110000000001 Soort zeker 675 6395 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 19368.110000000001 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 141.80000000000001 18.379999999999999 200 28360 3675.46 Soort zeker 719 4846 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 3675.46 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 721 2882 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.02 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 1.7 0.11 200 340 22.539999999999999 Soort zeker 722 3863 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 22.539999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 143.59999999999999 13.960000000000001 400 28720 2791.5799999999999 Soort zeker 723 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 2791.5799999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.5 0.059999999999999998 400 100 11.99 Genus zeker 724 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 11.99 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 3 5 0.59999999999999998 600 1000 119.90000000000001 Soort zeker 725 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 119.90000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0 0 400 0.20000000000000001 0.029999999999999999 Ordo zeker 727 42349 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.029999999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 133.69999999999999 17.329999999999998 200 26740 3465.5 Soort zeker 728 4846 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 3465.5 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce 1 3.2000000000000002 0.42999999999999999 200 640 86.140000000000001 Genus zeker 729 42399 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 86.140000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.20000000000000001 0.02 400 40 4.3899999999999997 Soort zeker 730 2882 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 4.3899999999999997 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 7 4.7000000000000002 0.31 1400 940 62.32 Soort zeker 731 3863 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 62.32 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 3 363.10000000000002 35.289999999999999 600 72620 7058.6599999999999 Soort zeker 732 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 7058.6599999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 0.90000000000000002 0.080000000000000002 200 180 16.989999999999998 Genus zeker 733 42389 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 16.989999999999998 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker 734 8152 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 13.27 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 1.5 0.17999999999999999 800 300 35.969999999999999 Genus zeker 735 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 35.969999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 4 5.2999999999999998 0.64000000000000001 800 1060 127.09 Soort zeker 736 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 127.09 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0 0 400 0.20000000000000001 0.029999999999999999 Ordo zeker 738 42349 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.029999999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 108.7 14.09 200 21740 2817.5 Soort zeker 739 4846 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 2817.5 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1 0.070000000000000007 400 200 13.26 Soort zeker 740 3863 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 13.26 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 319 31.010000000000002 200 63800 6201.3599999999997 Soort zeker 741 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 6201.3599999999997 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker 742 8152 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 13.27 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 1.5 0.25 200 300 49.020000000000003 Soort zeker 743 4018 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 49.020000000000003 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 10 2.5 0.29999999999999999 2000 500 59.950000000000003 Genus zeker 745 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 59.950000000000003 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 8 4.4000000000000004 0.53000000000000003 1600 880 105.51000000000001 Soort zeker 746 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 105.51000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 4 2.3999999999999999 0.28999999999999998 800 480 57.549999999999997 Soort zeker 747 12058 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 57.549999999999997 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 17 115.5 9.75 3400 23100 1949.6400000000001 Soort zeker 749 6395 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 1949.6400000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 6 0.59999999999999998 0.080000000000000002 1200 120 16.010000000000002 Ordo zeker 750 42349 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 16.010000000000002 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 160.69999999999999 20.829999999999998 200 32140 4165.3400000000001 Soort zeker 751 4846 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 4165.3400000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 16 23.800000000000001 1.5800000000000001 3200 4760 315.58999999999997 Soort zeker 752 3863 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 315.58999999999997 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 3 272.19999999999999 26.460000000000001 600 54440 5291.5699999999997 Soort zeker 753 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 5291.5699999999997 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.40000000000000002 0.040000000000000001 200 80 8.8499999999999996 Soort zeker 754 8152 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 8.8499999999999996 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 2 0.40000000000000002 200 400 80.719999999999999 Soort zeker 755 4018 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 80.719999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 0.59999999999999998 0.070000000000000007 800 120 14.390000000000001 Genus zeker 757 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 14.390000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 6 1.8999999999999999 0.23000000000000001 1200 380 45.560000000000002 Soort zeker 758 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 45.560000000000002 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 2 19.100000000000001 1.6100000000000001 400 3820 322.41000000000003 Soort zeker 759 6395 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 322.41000000000003 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 760 2882 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.02 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 3.2999999999999998 0.32000000000000001 200 660 64.150000000000006 Soort zeker 761 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 64.150000000000006 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 4.2000000000000002 0.51000000000000001 200 840 101.72 Soort zeker 762 7813 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 101.72 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 0.29999999999999999 0.040000000000000001 800 60 7.1900000000000004 Genus zeker 764 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 7.1900000000000004 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 7 4.7000000000000002 0.56000000000000005 1400 940 112.70999999999999 Soort zeker 765 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 112.70999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 6 8.8000000000000007 1.0600000000000001 1200 1760 211.02000000000001 Soort zeker 767 12058 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 211.02000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 32 241 20.34 6400 48200 4068.0799999999999 Soort zeker 768 6395 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 4068.0799999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 5 4.2999999999999998 0.28999999999999998 1000 860 57.020000000000003 Soort zeker 772 3863 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 57.020000000000003 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 4 421.69999999999999 40.990000000000002 800 84340 8197.8500000000004 Soort zeker 773 13050 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 8197.8500000000004 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 1.2 0.13 600 240 26.539999999999999 Soort zeker 775 8152 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 26.539999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 4 0.69999999999999996 0.080000000000000002 800 140 16.789999999999999 Genus zeker 778 42361 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 16.789999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 5 23.699999999999999 2.8399999999999999 1000 4740 568.33000000000004 Soort zeker 779 5951 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 568.33000000000004 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 13 28.300000000000001 3.3900000000000001 2600 5660 678.63 Soort zeker 780 12058 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 678.63 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 6 49.600000000000001 4.1900000000000004 1200 9920 837.25 Soort zeker 782 6395 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 837.25 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 5 2.2999999999999998 0.31 1000 460 61.359999999999999 Ordo zeker 783 42349 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 61.359999999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 1.2 0.13 400 240 26.329999999999998 Soort zeker 784 20132 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 26.329999999999998 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.5 0.050000000000000003 200 100 10.970000000000001 Soort zeker 785 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 10.970000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 1.3 0.14000000000000001 200 260 28.52 Soort zeker 786 2883 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 28.52 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 1.3999999999999999 0.089999999999999997 600 280 18.559999999999999 Soort zeker 787 3863 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 18.559999999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 219.19999999999999 21.309999999999999 400 43840 4261.25 Soort zeker 788 13050 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 4261.25 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 4 3.7999999999999998 0.41999999999999998 800 760 84.060000000000002 Soort zeker 789 8152 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 84.060000000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 1 0.12 200 200 23.98 Soort zeker 790 12058 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 23.98 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 1244.2 47.789999999999999 200 248840.01000000001 9557.8799999999992 Soort zeker 791 12013 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 9557.8799999999992 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 1 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 8 110.09999999999999 9.2899999999999991 1600 22020 1858.49 Soort zeker 792 6395 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 1858.49 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 793 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 0.02 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker 794 3863 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 18.559999999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 136.09999999999999 13.23 200 27220 2645.7800000000002 Soort zeker 795 13050 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 2645.7800000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 1.3 0.14000000000000001 200 260 28.760000000000002 Soort zeker 796 8152 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 28.760000000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 3 9855.8999999999996 412.91000000000003 600 1971180.04 82581.610000000001 Soort zeker 798 12013 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 82581.610000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 24.199999999999999 2.52 200 4840 504.60000000000002 Soort zeker 799 7622 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 504.60000000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 18 256.5 21.649999999999999 3600 51300 4329.7200000000003 Soort zeker 800 6395 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 4329.7200000000003 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 801 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 0.02 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 2 0.13 600 400 26.52 Soort zeker 802 3863 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 26.52 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.90000000000000002 0.10000000000000001 200 180 19.91 Soort zeker 803 8152 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 19.91 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 1.7 0.25 200 340 49.020000000000003 Soort zeker 804 4018 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 49.020000000000003 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 396.89999999999998 14.779999999999999 200 79380 2955.2399999999998 Soort zeker 805 12013 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 2955.2399999999998 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 3 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 5 54.899999999999999 4.6299999999999999 1000 10980 926.71000000000004 Soort zeker 806 6395 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 926.71000000000004 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis longissima 1 444.30000000000001 40.789999999999999 200 88860 8157.3500000000004 Soort zeker 807 21130 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 8157.3500000000004 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 808 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 0.02 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 2.1000000000000001 0.14000000000000001 600 420 27.850000000000001 Soort zeker 809 3863 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 27.850000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 3 306.30000000000001 29.77 600 61260 5954.4700000000003 Soort zeker 810 13050 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 5954.4700000000003 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 172.40000000000001 16.27 200 34480 3254.9099999999999 Genus zeker 811 42389 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 3254.9099999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 2.7999999999999998 0.31 400 560 61.939999999999998 Soort zeker 812 8152 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 61.939999999999998 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.0999999999999996 0.73999999999999999 200 1220 147.74000000000001 Soort zeker 813 7813 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 147.74000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 3 5.0999999999999996 0.60999999999999999 600 1020 122.3 Soort zeker 814 12058 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 122.3 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 4 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 5 76.900000000000006 6.4900000000000002 1000 15380 1298.0699999999999 Soort zeker 815 6395 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 1298.0699999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 5 4.2999999999999998 0.56999999999999995 1000 860 114.72 Ordo zeker 816 42349 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 114.72 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis longissima 1 65.200000000000003 5.9900000000000002 200 13040 1197.0699999999999 Soort zeker 817 21130 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 1197.0699999999999 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 33.799999999999997 4.3799999999999999 200 6760 876.10000000000002 Soort zeker 818 4846 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 876.10000000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.29999999999999999 0.029999999999999999 200 60 6.5800000000000001 Soort zeker 819 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 6.5800000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 820 2883 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 0.02 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 7 3.7999999999999998 0.25 1400 760 50.390000000000001 Soort zeker 821 3863 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 50.390000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 4 515 50.060000000000002 800 103000 10011.6 Soort zeker 822 13050 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 10011.6 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 18 261.19999999999999 22.050000000000001 3600 52240 4409.0600000000004 Soort zeker 824 6395 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 4409.0600000000004 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 6 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 116.90000000000001 15.15 200 23380 3030.0500000000002 Soort zeker 825 4846 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 3030.0500000000002 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 6 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 1.3 0.14000000000000001 200 260 28.52 Soort zeker 826 2882 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 28.52 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 6 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.59999999999999998 0.070000000000000007 200 120 13.27 Soort zeker 827 8152 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 13.27 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 828 42349 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 0.029999999999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 1 0.11 200 200 21.940000000000001 Soort zeker 829 20132 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 21.940000000000001 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 5 6.4000000000000004 0.41999999999999998 1000 1280 84.859999999999999 Soort zeker 830 3863 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 84.859999999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 3 54.899999999999999 6.6500000000000004 600 10980 1329.6800000000001 Soort zeker 831 7813 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 1329.6800000000001 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 0.20000000000000001 0.02 400 40 4.7999999999999998 Genus zeker 832 42361 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 4.7999999999999998 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 1 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 11 133.90000000000001 11.300000000000001 2200 26780 2260.23 Soort zeker 833 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 2260.23 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 2 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 5.5999999999999996 0.68000000000000005 200 1120 135.63 Soort zeker 834 7813 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 135.63 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 2 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.5 0.059999999999999998 200 100 11.99 Genus zeker 835 42361 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 11.99 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 2 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 27 383.60000000000002 32.380000000000003 5400 76720 6475.1700000000001 Soort zeker 837 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 6475.1700000000001 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 3 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.5 0.029999999999999999 200 100 6.6299999999999999 Soort zeker 838 3863 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 6.6299999999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 3 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 95.5 11.57 200 19100 2313.0100000000002 Soort zeker 839 7813 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 2313.0100000000002 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 3 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 269.80000000000001 35.240000000000002 200 53960 7047.1800000000003 Soort zeker 840 4018 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 7047.1800000000003 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 3 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 116.5 5.7300000000000004 200 23300 1146.3599999999999 Soort zeker 841 12013 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 1146.3599999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 3 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 4 43 3.6299999999999999 800 8600 725.84000000000003 Soort zeker 842 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 725.84000000000003 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 4 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 6 4.5999999999999996 0.29999999999999999 1200 920 61 Soort zeker 843 3863 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 61 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 4 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 558 54.240000000000002 200 111600 10847.52 Soort zeker 844 13050 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 10847.52 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 4 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.40000000000000002 0.040000000000000001 200 80 8.8499999999999996 Soort zeker 845 8152 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 8.8499999999999996 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 4 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 8 106.3 8.9700000000000006 1600 21260 1794.3399999999999 Soort zeker 846 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 1794.3399999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 24.5 3.1800000000000002 200 4900 635.03999999999996 Soort zeker 847 4846 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 635.03999999999996 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 8 9.5999999999999996 1.05 1600 1920 210.62 Soort zeker 848 2882 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 210.62 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.5 0.029999999999999999 200 100 6.6299999999999999 Soort zeker 849 3863 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 6.6299999999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 3.7000000000000002 0.45000000000000001 200 740 89.609999999999999 Soort zeker 850 7813 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 89.609999999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta 2 0.80000000000000004 0.10000000000000001 400 160 19.18 Soort zeker 851 5951 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 19.18 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 5 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 8 86.200000000000003 7.2800000000000002 1600 17240 1455.0599999999999 Soort zeker 853 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 1455.0599999999999 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 3.8999999999999999 0.26000000000000001 600 780 51.710000000000001 Soort zeker 854 3863 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 51.710000000000001 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 2.3999999999999999 0.28999999999999998 200 480 58.130000000000003 Soort zeker 855 7813 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 58.130000000000003 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 857 42361 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 0.02 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 3.1000000000000001 0.37 200 620 74.340000000000003 Soort zeker 858 12058 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 74.340000000000003 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 12 140 11.82 2400 28000 2363.1999999999998 Soort zeker 860 6395 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 2363.1999999999998 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 104.09999999999999 13.49 200 20820 2698.27 Soort zeker 893 4846 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 2698.27 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 2 430 41.799999999999997 400 86000 8359.2000000000007 Soort zeker 895 13050 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 8359.2000000000007 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 52.700000000000003 6.3799999999999999 200 10540 1276.3900000000001 Soort zeker 896 7813 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 1276.3900000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 529.29999999999995 19.41 200 105860 3881.25 Soort zeker 897 12013 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 3881.25 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 153 1222.8 103.2 30600 244560.01000000001 20640.860000000001 Soort zeker 898 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 20640.860000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 900 2882 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 0.02 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.5999999999999996 0.80000000000000004 200 1320 159.84999999999999 Soort zeker 901 7813 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 159.84999999999999 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 9.6999999999999993 1.6299999999999999 200 1940 326.56 Soort zeker 902 4018 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 326.56 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 1326.5999999999999 39.039999999999999 200 265320.01000000001 7808.3100000000004 Soort zeker 903 12013 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 7808.3100000000004 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 116 814 68.700000000000003 23200 162800 13740.32 Soort zeker 905 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 13740.32 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 3 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 39.200000000000003 3.7000000000000002 200 7840 740.10000000000002 Genus zeker 907 42389 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 740.10000000000002 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 3 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.5 0.059999999999999998 200 100 11.99 Genus zeker 908 42361 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 11.99 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 3 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 8 23.100000000000001 2.77 1600 4620 553.94000000000005 Soort zeker 909 12058 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 553.94000000000005 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 3 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 87 721.5 60.890000000000001 17400 144300 12178.92 Soort zeker 910 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 12178.92 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.40000000000000002 0.029999999999999999 200 80 5.2999999999999998 Soort zeker 911 3863 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 5.2999999999999998 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 147.59999999999999 14.35 200 29520 2869.3400000000001 Soort zeker 912 13050 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 2869.3400000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 3 38.700000000000003 4.6900000000000004 600 7740 937.30999999999995 Soort zeker 913 7813 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 937.30999999999995 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 1709.8 19.41 200 341960.01000000001 3881.25 Soort zeker 915 12013 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 3881.25 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 73 597.29999999999995 50.409999999999997 14600 119460 10082.42 Soort zeker 916 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 10082.42 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.40000000000000002 0.040000000000000001 400 80 8.7799999999999994 Soort zeker 917 2882 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 8.7799999999999994 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 205.30000000000001 19.960000000000001 200 41060 3991.0300000000002 Soort zeker 918 13050 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 3991.0300000000002 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 110.3 13.359999999999999 400 22060 2671.4699999999998 Soort zeker 919 7813 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 2671.4699999999998 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 11.199999999999999 1.22 200 2240 244.78 Soort zeker 920 4018 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 244.78 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 3.7000000000000002 0.34999999999999998 200 740 70.450000000000003 Soort zeker 922 7622 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 70.450000000000003 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 79 668 56.380000000000003 15800 133600 11275.84 Soort zeker 923 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 11275.84 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0.69999999999999996 0.089999999999999997 400 140 18.68 Ordo zeker 924 42349 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 18.68 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 925 2882 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 0.02 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 11.6 1.3999999999999999 200 2320 280.94999999999999 Soort zeker 926 7813 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 280.94999999999999 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 1 0.5 0.059999999999999998 200 100 11.99 Genus zeker 927 42359 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 11.99 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 3 7027.6000000000004 276.55000000000001 600 1405520.03 55310.720000000001 Soort zeker 928 12013 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 55310.720000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 0.59999999999999998 0.050000000000000003 200 120 9.4299999999999997 Soort zeker 929 12485 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 9.4299999999999997 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 6 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 72 584.79999999999995 49.359999999999999 14400 116960 9871.4200000000001 Soort zeker 930 6395 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 9871.4200000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 1 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 364.89999999999998 35.469999999999999 200 72980 7093.6599999999999 Soort zeker 931 13050 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 7093.6599999999999 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 1 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 365 34.460000000000001 200 73000 6891.1999999999998 Genus zeker 932 42389 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 6891.1999999999998 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 1 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 2 117.09999999999999 14.18 400 23420 2836.1599999999999 Soort zeker 933 7813 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 2836.1599999999999 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 1 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 3 12.4 1.49 600 2480 297.35000000000002 Soort zeker 934 12058 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 297.35000000000002 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 1 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 49 362.30000000000001 30.579999999999998 9800 72460 6115.6199999999999 Soort zeker 935 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 6115.6199999999999 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0.59999999999999998 0.040000000000000001 200 120 7.96 Soort zeker 936 3863 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 7.96 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 173.5 16.859999999999999 200 34700 3372.8400000000001 Soort zeker 937 13050 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 3372.8400000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 2.6000000000000001 0.31 200 520 62.969999999999999 Soort zeker 938 7813 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 62.969999999999999 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 16513 553.57000000000005 400 3302600.0699999998 110714.06 Soort zeker 939 12013 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 110714.06 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 1.5 0.34999999999999998 200 300 70.450000000000003 Soort zeker 940 7622 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 70.450000000000003 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 2 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 61 563.60000000000002 47.57 12200 112720 9513.5699999999997 Soort zeker 941 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 9513.5699999999997 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone 1 0.29999999999999999 0.040000000000000001 200 60 8.0800000000000001 Genus zeker 942 42397 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 8.0800000000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.5 0.050000000000000003 400 100 10.970000000000001 Soort zeker 944 2882 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 10.970000000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis 2 1.5 0.16 400 300 32.909999999999997 Soort zeker 945 41259 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 32.909999999999997 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 1.1000000000000001 0.070000000000000007 200 220 14.59 Soort zeker 946 3863 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 14.59 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 2 1.3999999999999999 0.17000000000000001 400 280 33.57 Genus zeker 947 42361 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 33.57 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 3 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 79 692.70000000000005 58.460000000000001 15800 138540 11692.780000000001 Soort zeker 948 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 11692.780000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0 0 400 0.20000000000000001 0.02 Soort zeker 950 2882 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 0.02 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 514.89999999999998 50.049999999999997 200 102980 10009.66 Soort zeker 952 13050 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 10009.66 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 2.5 0.28000000000000003 600 500 55.299999999999997 Soort zeker 953 8152 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 55.299999999999997 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 11062.1 419.13999999999999 200 2212420.0499999998 83827.25 Soort zeker 954 12013 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 83827.25 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 109 939 79.25 21800 187800 15850.32 Soort zeker 955 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 15850.32 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 1 0.59999999999999998 0.070000000000000007 200 120 13.16 Soort zeker 957 20132 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 13.16 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 0 0 200 0.20000000000000001 0.01 Soort zeker 958 3863 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 0.01 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 71.799999999999997 8.6899999999999995 200 14360 1739 Soort zeker 959 7813 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 1739 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 2.5 0.33000000000000002 200 500 65.299999999999997 Soort zeker 960 4018 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 65.299999999999997 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium 3 1.8 0.22 600 360 43.159999999999997 Genus zeker 961 42359 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 43.159999999999997 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 131 1118.5999999999999 94.409999999999997 26200 223720.01000000001 18881.970000000001 Soort zeker 962 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 18881.970000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 5.5999999999999996 0.68000000000000005 200 1120 135.63 Soort zeker 963 7813 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 135.63 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 21.699999999999999 3.3500000000000001 200 4340 669.45000000000005 Soort zeker 965 4018 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 669.45000000000005 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 533.79999999999995 14.779999999999999 200 106760 2955.2399999999998 Soort zeker 966 12013 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 2955.2399999999998 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa 1 1.3 0.10000000000000001 200 260 20.440000000000001 Soort zeker 967 12485 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 20.440000000000001 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 128 1141.0999999999999 96.310000000000002 25600 228220.01000000001 19261.77 Soort zeker 968 6395 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 19261.77 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 4 1.3 0.089999999999999997 800 260 17.239999999999998 Soort zeker 862 3863 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 17.239999999999998 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 67 6.5099999999999998 200 13400 1302.48 Soort zeker 863 13050 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 1302.48 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 16.399999999999999 1.99 200 3280 397.20999999999998 Soort zeker 864 7813 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 397.20999999999998 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 2 6.9000000000000004 1.29 400 1380 258.06 Soort zeker 865 4018 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 258.06 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 5 2.6000000000000001 0.31 1000 520 62.350000000000001 Soort zeker 866 12058 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 62.350000000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 1 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 596.70000000000005 14.779999999999999 200 119340 2955.2399999999998 Soort zeker 867 12013 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 2955.2399999999998 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 2 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 74.700000000000003 7.2599999999999998 200 14940 1452.1700000000001 Soort zeker 868 13050 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 1452.1700000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 2 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.90000000000000002 0.10000000000000001 200 180 19.91 Soort zeker 869 8152 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 19.91 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 2 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 7 0.84999999999999998 200 1400 169.53999999999999 Soort zeker 870 7813 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 169.53999999999999 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 2 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 1.6000000000000001 0.19 400 320 38.369999999999997 Soort zeker 871 12058 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 38.369999999999997 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 872 42349 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 0.029999999999999999 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 2 0.22 200 400 43.880000000000003 Soort zeker 874 2882 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 43.880000000000003 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 4 3.1000000000000001 0.34000000000000002 800 620 68.569999999999993 Soort zeker 877 8152 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 68.569999999999993 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 1.3 0.16 400 260 31.170000000000002 Soort zeker 878 12058 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 31.170000000000002 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0.40000000000000002 0.040000000000000001 200 80 8.7799999999999994 Soort zeker 880 2882 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 8.7799999999999994 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 5.0999999999999996 0.34000000000000002 600 1020 67.629999999999995 Soort zeker 881 3863 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 67.629999999999995 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 170.09999999999999 16.530000000000001 200 34020 3306.7399999999998 Soort zeker 882 13050 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 3306.7399999999998 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 2 0.29999999999999999 0.029999999999999999 400 60 6.6399999999999997 Soort zeker 883 8152 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 6.6399999999999997 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.7000000000000002 0.81000000000000005 200 1340 162.27000000000001 Soort zeker 884 7813 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 162.27000000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 4.4000000000000004 0.53000000000000003 200 880 105.51000000000001 Soort zeker 885 12058 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 105.51000000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 21430.5 849.21000000000004 400 4286100.0999999996 169842.25 Soort zeker 886 12013 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 169842.25 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 5 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 4 4.7999999999999998 0.32000000000000001 800 960 63.649999999999999 Soort zeker 887 3863 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 63.649999999999999 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 5 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 6.7000000000000002 0.81000000000000005 200 1340 162.27000000000001 Soort zeker 888 7813 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 162.27000000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 5 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 8211.5 342.41000000000003 200 1642300.04 68482.690000000002 Soort zeker 889 12013 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 68482.690000000002 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 6 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 0.10000000000000001 0.01 200 20 2.4199999999999999 Soort zeker 892 7813 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 2.4199999999999999 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii 1 7.7999999999999998 1.01 200 1560 202.18000000000001 Soort zeker 969 4846 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 202.18000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 970 42405 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 1.1000000000000001 0.12 400 220 24.129999999999999 Soort zeker 971 2882 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 24.129999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 4 2.2999999999999998 0.25 800 460 50.460000000000001 Soort zeker 972 2883 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 50.460000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 12 12.4 0.81999999999999995 2400 2480 164.41999999999999 Soort zeker 973 3863 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 164.41999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 98.900000000000006 9.3399999999999999 200 19780 1867.23 Genus zeker 974 42389 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 1867.23 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 1 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0 0 200 0.20000000000000001 0.02 Soort zeker 975 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 5 3.2000000000000002 0.34999999999999998 1000 640 70.209999999999994 Soort zeker 977 2882 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 70.209999999999994 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 4 5 0.33000000000000002 800 1000 66.299999999999997 Soort zeker 978 3863 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 66.299999999999997 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 4 1159.5 112.7 800 231900.01000000001 22540.68 Soort zeker 979 13050 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 22540.68 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 0.90000000000000002 0.10000000000000001 600 180 19.91 Soort zeker 980 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 19.91 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.5 0.059999999999999998 200 100 11.99 Genus zeker 981 42361 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 11.99 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0.90000000000000002 0.10000000000000001 200 180 19.75 Genus zeker 982 42405 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 19.75 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 1.5 0.16 400 300 32.909999999999997 Soort zeker 983 2882 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 32.909999999999997 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 3 1.3999999999999999 0.14999999999999999 600 280 30.719999999999999 Soort zeker 984 2883 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 30.719999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 1.8999999999999999 0.13 600 380 25.190000000000001 Soort zeker 985 3863 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 25.190000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 3 3.5 0.39000000000000001 600 700 77.420000000000002 Soort zeker 986 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 77.420000000000002 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 3 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 987 42361 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 988 42405 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 2 0.80000000000000004 0.089999999999999997 400 160 17.550000000000001 Soort zeker 989 2883 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 17.550000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 1.3999999999999999 0.089999999999999997 400 280 18.559999999999999 Soort zeker 990 3863 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 18.559999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 6 10.199999999999999 1.1299999999999999 1200 2040 225.62 Soort zeker 991 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 225.62 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 993 42361 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 2 6.2000000000000002 0.73999999999999999 400 1240 148.68000000000001 Soort zeker 994 12058 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 148.68000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 5 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0.90000000000000002 0.10000000000000001 200 180 19.75 Genus zeker 995 42405 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 19.75 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 5 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 996 2882 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 5 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 3 3.6000000000000001 0.23999999999999999 600 720 47.740000000000002 Soort zeker 997 3863 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 47.740000000000002 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 5 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 0.80000000000000004 0.089999999999999997 200 160 17.699999999999999 Soort zeker 998 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 17.699999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 6 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 7 6.7999999999999998 0.91000000000000003 1400 1360 181.41999999999999 Ordo zeker 1000 42349 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 181.41999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 6 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 5.9000000000000004 0.65000000000000002 200 1180 130.50999999999999 Soort zeker 1002 8152 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 130.50999999999999 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 6 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 1 0 0 200 0.20000000000000001 0.02 Soort zeker 1003 12058 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 0.02 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 4 2008 10 15/10/08 0 55553 398140 51.564213000000002 3.9542630000000001 51.564278000000002 3.9531390000000002 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe 1 0.90000000000000002 0.11 200 180 21.579999999999998 Genus zeker 520 42369 0101000020E6100000D9E3C2B89E9F0F40E3B55C451DC84940 6 34 0 21.579999999999998 2008-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 137.59999999999999 21.190000000000001 200 27520 4238.0799999999999 Soort zeker 541 6040 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 4238.0799999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 653.10000000000002 61.649999999999999 200 130620 12330.530000000001 Soort zeker 681 1509 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 12330.530000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 2485.3000000000002 215.75 200 497060.01000000001 43150.279999999999 Soort zeker 685 9307 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 43150.279999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 989.60000000000002 93.420000000000002 200 197920 18683.650000000001 Soort zeker 706 1509 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 18683.650000000001 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 17 2.6200000000000001 200 3400 523.60000000000002 Soort zeker 710 6040 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 523.60000000000002 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Pholoidae Pholoe Pholoe minuta 1 0.5 0.070000000000000007 200 100 13.07 Soort zeker 14 4179 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 13.07 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Acanthocardia Acanthocardia 1 1.5 0.070000000000000007 200 300 14.76 Genus zeker 85 42317 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 14.76 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 28.100000000000001 4.3300000000000001 200 5620 865.48000000000002 Soort zeker 174 6040 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 865.48000000000002 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 1241.5999999999999 117.20999999999999 200 248320 23441.400000000001 Soort zeker 202 1509 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 23441.400000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Genus zeker 209 42369 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 14.390000000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 1.2 0.02 200 240 3.9100000000000001 Soort zeker 257 9307 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 3.9100000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Stenothoidae Stenothoe Stenothoe marina 1 0.29999999999999999 0.040000000000000001 200 60 7.1900000000000004 Soort zeker 389 1853 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 7.1900000000000004 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida 3 1.2 0.16 600 240 32.299999999999997 Genus zeker 420 42398 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 32.299999999999997 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 427 42362 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.02 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida 1 0.40000000000000002 0.050000000000000003 200 80 10.77 Genus zeker 432 42398 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 10.77 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 2 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus 6 0.40000000000000002 0.050000000000000003 1200 80 9.5899999999999999 Genus zeker 436 42362 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 9.5899999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 23.100000000000001 3.5600000000000001 200 4620 711.48000000000002 Soort zeker 450 6040 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 711.48000000000002 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 4 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida 3 4.5 0.60999999999999999 600 900 121.14 Genus zeker 451 42398 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 121.14 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii 2 0.59999999999999998 0.089999999999999997 400 120 17.960000000000001 Soort zeker 317 4171 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 17.960000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 22.399999999999999 3.4500000000000002 200 4480 689.91999999999996 Soort zeker 327 6040 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 689.91999999999996 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii 4 0.59999999999999998 0.089999999999999997 800 120 17.960000000000001 Soort zeker 328 4171 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 17.960000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida 2 2.8999999999999999 0.39000000000000001 400 580 78.069999999999993 Genus zeker 330 42398 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 78.069999999999993 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 3 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis 2 10 1.1100000000000001 400 2000 221.19999999999999 Soort zeker 334 7566 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 221.19999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 4 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida 3 2.2999999999999998 0.31 600 460 61.920000000000002 Genus zeker 340 42398 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 61.920000000000002 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii 1 14.5 2.1699999999999999 200 2900 434.13 Soort zeker 364 4171 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 434.13 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 6 0.80000000000000004 0.080000000000000002 1200 160 15.1 Soort zeker 371 1509 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 15.1 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia ORDO-Nudibranchia NUDIBRANCHIA 1 0.59999999999999998 0.040000000000000001 200 120 8.2799999999999994 Phylum zeker 377 42346 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 8.2799999999999994 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium 1 5.5999999999999996 0.67000000000000004 200 1120 134.28999999999999 Soort zeker 644 8613 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 134.28999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Genus zeker 766 42369 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 9.5899999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA 1 453.80000000000001 69.659999999999997 200 90760 13931.66 Family zeker 769 42338 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 13931.66 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Pholoidae Pholoe Pholoe minuta 1 0 0 200 0.20000000000000001 0.029999999999999999 Soort zeker 770 4179 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.029999999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 202.19999999999999 19.09 200 40440 3817.54 Soort zeker 774 1509 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 3817.54 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 5 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 23325.5 2024.9100000000001 200 4665100.0999999996 404982 Soort zeker 823 9307 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 404982 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 0.0050000000000000001 6 2008 10 15/10/08 0 55865 398302 51.565722999999998 3.9587150000000002 51.565789000000002 3.957592 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda PH-Unknown INFRAORDO-Caridea INFRAORDO-Caridea INFRAORDO-Caridea CARIDEA 1 325.69999999999999 42.539999999999999 200 65140 8507.2800000000007 Ordo zeker 856 42371 0101000020E610000033267C2ABDA80F40F831BAC74EC84940 6 34 0 8507.2800000000007 2008-10-15 186 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 1710.4000000000001 161.46000000000001 200 342080.01000000001 32292.349999999999 Soort zeker 876 1509 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 32292.349999999999 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 4 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata 1 8.5 1.3100000000000001 200 1700 261.80000000000001 Soort zeker 879 6040 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 261.80000000000001 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 6 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina 1 1.8999999999999999 0.17999999999999999 200 380 35.869999999999997 Soort zeker 891 1509 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 35.869999999999997 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 4 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis 1 15 1.6599999999999999 200 3000 331.80000000000001 Soort zeker 992 7566 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 331.80000000000001 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 5 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis 1 1.1000000000000001 0.12 200 220 24.329999999999998 Soort zeker 999 7566 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 24.329999999999998 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 5 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Harmothoe Harmothoe 1 0 0 200 0.20000000000000001 0.029999999999999999 Genus zeker 551 42401 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 0.029999999999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 3 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 1 0 0 200 0.20000000000000001 0.02 Family zeker 567 42343 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 0.02 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae FAM-Gammaridae Gammaridae 1 0 0 200 0.20000000000000001 0.02 Genus vermoedelijk 575 42356 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 0.02 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Harmothoe Harmothoe 1 0 0 200 0.20000000000000001 0.029999999999999999 Genus zeker 676 42401 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.029999999999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 3 0 0 600 0.20000000000000001 0.02 Family zeker 683 42343 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.02 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 1 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus gryllotalpa 1 0 0 200 0.20000000000000001 0.02 Soort zeker 11 24624 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.02 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 2 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma 1 1.1000000000000001 0 200 220 0.88 Genus zeker 22 42415 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 0.88 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 5 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx 1 8.4000000000000004 0.92000000000000004 200 1680 184.30000000000001 Soort zeker 41 9427 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 184.30000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 5 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 397989.78000000003 51.562835999999997 3.9521489999999999 51.562900999999997 3.9510260000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma 1 0.29999999999999999 0 200 60 0.88 Genus zeker 152 42415 0101000020E61000008D33548E4A9B0F407F853C2BF0C74940 6 34 0 0.88 2007-10-15 6 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera 1 2.7000000000000002 0.34999999999999998 200 540 69.980000000000004 Genus zeker 208 42391 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 69.980000000000004 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera 1 1.6000000000000001 0.20999999999999999 200 320 41.469999999999999 Genus zeker 438 42391 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 41.469999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus gryllotalpa 2 0.59999999999999998 0.070000000000000007 400 120 14.390000000000001 Soort zeker 464 24624 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 14.390000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera 1 2.6000000000000001 0.34000000000000002 200 520 67.390000000000001 Genus zeker 899 42391 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 67.390000000000001 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 2 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Melitoidea Melitidae Melita Melita 1 0 0 200 0.20000000000000001 0.02 Genus zeker 650 42365 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.02 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 2 0 0 400 0.20000000000000001 0.02 Family zeker 662 42343 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.02 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 1 0 0 200 0.20000000000000001 0.02 Family zeker 672 42343 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 0.02 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA 1 13.4 1.6599999999999999 200 2680 331.75 Ordo zeker 776 42370 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 331.75 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 4 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 1 0 0 200 0.20000000000000001 0.02 Family zeker 914 42343 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 0.02 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 5 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA 1 0 0 200 0.20000000000000001 0.02 Family zeker 921 42343 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 0.02 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera 1 1.6000000000000001 0.20999999999999999 200 320 41.469999999999999 Genus zeker 949 42391 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 41.469999999999999 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 4 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx 1 1.8 0.20000000000000001 200 360 39.490000000000002 Soort zeker 951 9427 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 39.490000000000002 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 6 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda Crangonidae 1 92.200000000000003 12.039999999999999 200 18440 2408.2600000000002 Ordo zeker 964 42374 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 2408.2600000000002 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 23 0.0050000000000000001 2 2008 10 20/10/08 0 55928 398140 51.564278000000002 3.9596689999999999 51.564343000000001 3.9585460000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Harmothoe Harmothoe 1 6.7999999999999998 1.05 200 1360 209.44 Genus zeker 976 42401 0101000020E6100000CDC9636FB1AA0F401212E6701FC84940 6 34 0 209.44 2008-10-20 187 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 4 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 172.30000000000001 15.82 200 34460 3163.4299999999998 Soort zeker 620 10754 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 3163.4299999999998 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1 0.0050000000000000001 4 2007 10 15/10/07 0 55403.440000000002 398139.78000000003 51.564182000000002 3.9521060000000001 51.564247000000002 3.9509829999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus 1 0.59999999999999998 0.070000000000000007 200 120 14.390000000000001 Genus zeker 37 42358 0101000020E610000003E4A832349B0F407F49A1561CC84940 6 34 0 14.390000000000001 2007-10-15 5 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Galeommatoidea Montacutidae Mysella Mysella bidentata 1 0.5 0.040000000000000001 200 100 7.3700000000000001 Soort zeker 62 21017 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 7.3700000000000001 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 6 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa 1 9.6999999999999993 1.26 200 1940 251.41999999999999 Soort zeker 83 14524 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 251.41999999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 5.0999999999999996 0.68999999999999995 200 1020 137.28999999999999 Soort zeker 92 25258 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 137.28999999999999 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa 1 12.6 1.6299999999999999 200 2520 326.58999999999997 Soort zeker 213 14524 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 326.58999999999997 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus 1 0.69999999999999996 0.080000000000000002 200 140 16.789999999999999 Genus zeker 215 42358 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 16.789999999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 6 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa 1 19.399999999999999 2.5099999999999998 200 3880 502.85000000000002 Soort zeker 281 14524 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 502.85000000000002 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa 1 2.1000000000000001 0.25 200 420 50.359999999999999 Soort zeker 288 12249 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 50.359999999999999 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis 2 0.40000000000000002 0.029999999999999999 400 80 6.79 Soort zeker 295 17709 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 6.79 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 342 31.399999999999999 200 68400 6279.1199999999999 Soort zeker 304 10754 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 6279.1199999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PH-PLATHYHELMINTHES PLATHYHELMINTHES 1 0 0 200 0.20000000000000001 0.029999999999999999 Phylum zeker 384 42434 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 0.029999999999999999 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 20.5 2.7599999999999998 200 4100 551.86000000000001 Soort zeker 399 25258 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 551.86000000000001 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 448 42358 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.02 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus 3 0 0 600 0.20000000000000001 0.02 Soort zeker 471 6466 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 0.02 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 313.89999999999998 28.82 200 62780 5763.1999999999998 Soort zeker 486 10754 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 5763.1999999999998 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 10.1 1.3600000000000001 200 2020 271.88999999999999 Soort zeker 319 25258 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 271.88999999999999 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 6 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus 3 0.5 0.059999999999999998 600 100 11.99 Genus zeker 375 42358 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 11.99 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 1 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 21.399999999999999 2.8799999999999999 200 4280 576.09000000000003 Soort zeker 894 25258 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 576.09000000000003 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 21 0.0050000000000000001 2 2008 10 15/10/08 0 55731 397685 51.560153999999997 3.9569580000000002 51.560218999999996 3.9558339999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis 1 1140.5 62.259999999999998 200 228100.01000000001 12451.9 Soort zeker 904 17709 0101000020E6100000F8A740DB23A50F4033B3295298C74940 6 34 0 12451.9 2008-10-15 183 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 3 78.799999999999997 10.609999999999999 600 15760 2121.3000000000002 Soort zeker 720 25258 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 2121.3000000000002 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus 2 0.5 0.059999999999999998 400 100 11.99 Soort zeker 744 6466 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 11.99 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 4 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus 1 0 0 200 0.20000000000000001 0.02 Soort zeker 756 6466 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 0.02 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 5 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus 1 0.40000000000000002 0.050000000000000003 200 80 9.5899999999999999 Soort zeker 763 6466 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 9.5899999999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 5 78.900000000000006 10.619999999999999 1000 15780 2123.9899999999998 Soort zeker 771 25258 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 2123.9899999999998 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 6 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus maculatus 1 2 0.23999999999999999 200 400 47.960000000000001 Soort zeker 777 6466 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 47.960000000000001 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 18 0.0050000000000000001 2 2008 10 15/10/08 0 55812 398249 51.565235000000001 3.9579659999999999 51.565300000000001 3.9568430000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Melitoidea Melitidae Abludomelita Abludomelita obtusata 1 0.59999999999999998 0.070000000000000007 200 120 14.390000000000001 Soort zeker 797 13605 0101000020E6100000008CAA6134A70F40D0BFFFDD3EC84940 6 34 0 14.390000000000001 2008-10-15 185 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 2 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Echinodermata CLAS-Ophiuroidea CLAS-Ophiuroidea Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea CLAS-Ophiuroidea OPHIUROIDEA 1 0.40000000000000002 0.029999999999999999 200 80 6.5199999999999996 Phylum zeker 737 42550 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 6.5199999999999996 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 158 15.359999999999999 200 31600 3071.52 Soort zeker 539 13050 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 3071.52 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 1.1000000000000001 0.12 200 220 24.329999999999998 Soort zeker 540 8152 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 24.329999999999998 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola 1 1023.7 96.640000000000001 200 204740 19327.459999999999 Genus zeker 542 42389 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 19327.459999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 3 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 1 4.2000000000000002 0.46000000000000002 200 840 92.900000000000006 Soort zeker 543 8152 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 92.900000000000006 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 2 0.5 0.050000000000000003 400 100 10.970000000000001 Soort zeker 545 2882 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 10.970000000000001 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 9 11 0.72999999999999998 1800 2200 145.86000000000001 Soort zeker 546 3863 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 145.86000000000001 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 343.80000000000001 33.420000000000002 200 68760 6683.4700000000003 Soort zeker 547 13050 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 6683.4700000000003 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata 4 16.699999999999999 1.8500000000000001 800 3340 369.39999999999998 Soort zeker 548 8152 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 369.39999999999998 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 5.4000000000000004 0.65000000000000002 200 1080 130.78999999999999 Soort zeker 549 7813 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 130.78999999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 7.7999999999999998 0.66000000000000003 200 1560 131.66 Soort zeker 550 6395 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 131.66 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 5 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 1.7 0.19 400 340 37.299999999999997 Soort zeker 552 20132 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 37.299999999999997 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 5 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 3401.3000000000002 475.25999999999999 400 680260.02000000002 95051.369999999995 Soort zeker 553 12013 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 95051.369999999995 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 234 1140.0999999999999 96.219999999999999 46800 228020 19244.880000000001 Soort zeker 216 6395 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 19244.880000000001 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 23 206.09999999999999 17.390000000000001 4600 41220 3478.96 Soort zeker 406 6395 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 3478.96 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Mollusca PH-Mollusca PH-Mollusca PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA PELECYPODA 1 850.29999999999995 47.189999999999998 200 170060 9438.3299999999999 Ordo zeker 537 42424 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 9438.3299999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca PH-Mollusca PH-Mollusca PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA PELECYPODA 1 0.29999999999999999 0.02 200 60 3.3300000000000001 Ordo zeker 90 42424 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 3.3300000000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 5 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Mollusca PH-Mollusca PH-Mollusca PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA PELECYPODA 1 6.4000000000000004 0.35999999999999999 200 1280 71.040000000000006 Ordo zeker 890 42424 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 71.040000000000006 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 527.70000000000005 51.289999999999999 200 105540 10258.49 Soort zeker 535 13050 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 10258.49 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 5 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0 0 200 0.20000000000000001 0.02 Genus zeker 307 42361 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 0.02 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 6 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus salinus 1 9 1.0800000000000001 200 1800 215.81999999999999 Soort zeker 308 2510 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 6 34 0 215.81999999999999 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 4.0999999999999996 0.5 200 820 99.299999999999997 Soort zeker 470 7813 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 99.299999999999997 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 18 6.5999999999999996 0.79000000000000004 3600 1320 158.27000000000001 Genus zeker 472 42361 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 158.27000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 4 2.2999999999999998 0.25 800 460 50.460000000000001 Soort zeker 481 2883 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 50.460000000000001 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 3 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 2.2999999999999998 0.14999999999999999 400 460 30.5 Soort zeker 482 3863 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 30.5 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 7.9000000000000004 1.0600000000000001 200 1580 212.66999999999999 Soort zeker 639 25258 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 212.66999999999999 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 1 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 1 2 0.13 200 400 26.52 Soort zeker 534 3863 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 26.52 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone 1 0.59999999999999998 0.080000000000000002 200 120 16.149999999999999 Genus zeker 440 42397 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 16.149999999999999 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 2 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 5 5.7999999999999998 0.77000000000000002 1000 1160 154.74000000000001 Ordo zeker 91 42349 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 154.74000000000001 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 2.7999999999999998 0.19 400 560 37.130000000000003 Soort zeker 875 3863 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 37.130000000000003 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 2 0 0 400 0.20000000000000001 0.029999999999999999 Ordo zeker 554 42349 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 0.029999999999999999 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 0.90000000000000002 0.10000000000000001 400 180 19.75 Soort zeker 555 20132 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 19.75 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 5 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon 1 141.69999999999999 18.510000000000002 200 28340 3701.1999999999998 Soort zeker 490 4018 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 3701.1999999999998 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 4 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger 1 2.2999999999999998 0.28000000000000003 200 460 55.710000000000001 Soort zeker 526 7813 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 6 34 0 55.710000000000001 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 22 0.0050000000000000001 5 2008 10 15/10/08 0 55712 397731 51.560561999999997 3.956671 51.560626999999997 3.9555470000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa 1 4.5999999999999996 0.62 200 920 123.83 Soort zeker 956 25258 0101000020E610000043AFE7688DA40F40E6ED9EC1A5C74940 6 34 0 123.83 2008-10-15 182 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 20 0.0050000000000000001 3 2008 10 20/10/08 0 56003 398140 51.564289000000002 3.9607510000000001 51.564354000000002 3.9596269999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor 1 53.899999999999999 4.9500000000000002 200 10780 989.60000000000002 Soort zeker 873 10754 0101000020E6100000FF2E0261E8AC0F40A019C1DF1FC84940 6 34 0 989.60000000000002 2008-10-20 188 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 2 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 309 1805.5 152.38 61800 361100.01000000001 30476.799999999999 Soort zeker 64 6395 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 30476.799999999999 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 3 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 1.8 0.23000000000000001 200 360 46.659999999999997 Genus zeker 65 42394 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 46.659999999999997 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 397564.78000000003 51.559055000000001 3.9555129999999998 51.55912 3.9543900000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 10.300000000000001 1.3300000000000001 200 2060 266.98000000000002 Genus zeker 379 42394 0101000020E610000032B7D2862EA20F403CB2A35374C74940 6 34 0 266.98000000000002 2007-10-15 10 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 1 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 5 3.8999999999999999 0.26000000000000001 1000 780 51.710000000000001 Soort zeker 423 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 51.710000000000001 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 20 21.100000000000001 1.3999999999999999 4000 4220 279.79000000000002 Soort zeker 444 3863 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 279.79000000000002 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 3 2007 10 15/10/07 0 55274.879999999997 397711.25 51.560310000000001 3.9503750000000002 51.560375000000001 3.949252 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega 1 157.69999999999999 15.33 200 31540 3065.6799999999998 Soort zeker 445 13050 0101000020E61000007C8EA556A8970F40B687B5679DC74940 6 34 0 3065.6799999999998 2007-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 1 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA 1 0 0 200 0.20000000000000001 0.029999999999999999 Ordo zeker 473 42349 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 0.029999999999999999 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 2 2008 10 15/10/08 0 55853 398140 51.564261999999999 3.9585880000000002 51.564326999999999 3.957465 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta 2 0.5 0.050000000000000003 400 100 10.970000000000001 Soort zeker 538 20132 0101000020E61000007D5FDE7D7AA80F40688FF5011FC84940 6 34 0 10.970000000000001 2008-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis 19 33 3.96 3800 6600 791.34000000000003 Soort zeker 709 12058 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 791.34000000000003 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 5 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus 1 0.5 0.059999999999999998 200 100 11.99 Genus zeker 708 42361 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 11.99 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys 1 1.3999999999999999 0.17999999999999999 200 280 36.289999999999999 Genus zeker 711 42394 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 36.289999999999999 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora 1 0 0 200 0.20000000000000001 0.02 Genus zeker 712 42405 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 0.02 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 1 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 1.1000000000000001 0.12 200 220 24.129999999999999 Soort zeker 474 2883 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 24.129999999999999 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 6 2008 10 15/10/08 0 55703 397990 51.562888999999998 3.9564680000000001 51.562953999999998 3.9553449999999999 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae 1 5.9000000000000004 0.5 200 1180 99.590000000000003 Soort zeker 573 6395 0101000020E61000003CDE96E522A40F40C9EB6AF8F1C74940 6 34 0 99.590000000000003 2008-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2008 10 15/10/08 0 55628 398565 51.568043000000003 3.9552239999999999 51.568108000000002 3.9540999999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 574 2882 0101000020E6100000A0883B7396A10F407E0748DA9AC84940 6 34 0 0.02 2008-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 2 0.80000000000000004 0.050000000000000003 400 160 10.609999999999999 Soort zeker 629 3863 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 10.609999999999999 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans 1 0 0 200 0.20000000000000001 0.02 Soort zeker 627 2882 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.02 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 5 2008 10 20/10/08 0 55982 398418 51.566783999999998 3.960369 51.566848999999998 3.9592459999999998 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii 1 0 0 200 0.20000000000000001 0.02 Soort zeker 628 2883 0101000020E610000057E1216F20AC0F403C87269D71C84940 6 34 0 0.02 2008-10-20 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 0.0050000000000000001 4 2007 10 15/10/07 0 55128.440000000002 398064.78000000003 51.563460999999997 3.9481630000000001 51.563526000000003 3.9470399999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni 4 3.2999999999999998 0.22 800 660 43.759999999999998 Soort zeker 483 3863 0101000020E6100000A3658AA020930F4042E399A704C84940 6 34 0 43.759999999999998 2007-10-15 2 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 19.699999999999999 200 \N 3940 Soort zeker 210 12013 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 3940 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 4 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 \N 0.12 200 \N 23.219999999999999 Soort zeker 211 7622 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 23.219999999999999 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 0.0050000000000000001 6 2008 10 15/10/08 0 55275 397711 51.560307000000002 3.950377 51.560372000000001 3.9492530000000001 Unknown PH-Unknown PH-Unknown PH-Mollusca PH-Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown PH-Unknown Onbekende soort / Species unknown \N 64.299999999999997 6.3399999999999999 \N 12860 1268.46 \N 718 42544 0101000020E61000006D5D6548A9970F4004C30A559DC74940 6 34 0 1268.46 2008-10-15 4 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 7 0.0050000000000000001 1 2007 10 15/10/07 0 55703.440000000002 397989.78000000003 51.562888999999998 3.956474 51.562953999999998 3.9553509999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 192.5 200 \N 38500 Soort zeker 194 12013 0101000020E6100000DDBE674126A40F40174A7CE8F1C74940 6 34 0 38500 2007-10-15 12 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 1 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 355.5 200 \N 71100 Soort zeker 221 12013 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 71100 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 2 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 1 \N 14.5 200 \N 2900 Soort zeker 228 7622 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 2900 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 \N 132.28 400 \N 26456.34 Soort zeker 246 12013 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 26456.34 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 2 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 0.080000000000000002 200 \N 16.34 Soort zeker 265 12013 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 16.34 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 4 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 267 200 \N 53400 Soort zeker 272 12013 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 53400 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 0.0050000000000000001 2 2007 10 15/10/07 0 55981.980000000003 398418.34000000003 51.566788000000003 3.960369 51.566853000000002 3.9592459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 203.94999999999999 200 \N 40790.800000000003 Soort zeker 290 12013 0101000020E610000090C2863B20AC0F403C48C0B671C84940 6 34 0 40790.800000000003 2007-10-15 15 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 2 0.0050000000000000001 5 2007 10 15/10/07 0 55553.440000000002 398139.78000000003 51.564208999999998 3.954269 51.564273999999997 3.9531459999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO Veneroida Tellinoidea Semelidae Abra Abra alba 1 \N 0.53000000000000003 200 \N 106.27 Soort zeker 79 12997 0101000020E610000058529D14A29F0F4057576E351DC84940 6 34 0 106.27 2007-10-15 7 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 13 0.0050000000000000001 6 2008 10 15/10/08 0 55766 397603 51.559421999999998 3.9574859999999998 51.559486999999997 3.9563619999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 2 \N 42.420000000000002 400 \N 8483.0300000000007 Soort zeker 673 12013 0101000020E610000037B3DF9438A60F40982B9D6080C74940 6 34 0 8483.0300000000007 2008-10-15 184 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 1 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 81.870000000000005 200 \N 16374.309999999999 Soort zeker 726 12013 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 16374.309999999999 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 0.0050000000000000001 3 2008 10 15/10/08 0 55437 398527 51.567669000000002 3.95248 51.567734000000002 3.9513569999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 0.070000000000000007 200 \N 14.17 Soort zeker 748 12013 0101000020E6100000CCEC482EF89B0F40E64E2A8E8EC84940 6 34 0 14.17 2008-10-15 181 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 8 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 397989.78000000003 51.562916000000001 3.958637 51.562981000000001 3.9575130000000001 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica 2 \N 1.5800000000000001 400 \N 315.99000000000001 Soort zeker 241 7622 0101000020E610000020CC871B94A80F40394B9BC6F2C74940 6 34 0 315.99000000000001 2007-10-15 14 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 1 \N 0.070000000000000007 200 \N 14.550000000000001 Soort zeker 269 9307 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 14.550000000000001 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 5 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 34.799999999999997 200 \N 6960 Soort zeker 109 12013 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 34 0 6960 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 4 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 188.90000000000001 200 \N 37780 Soort zeker 130 12013 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 37780 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 6 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 322.69999999999999 200 \N 64540 Soort zeker 136 12013 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 6 34 0 64540 2007-10-15 13 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 6 0.0050000000000000001 4 2007 10 15/10/07 0 55553.440000000002 397989.78000000003 51.562862000000003 3.9543119999999998 51.562927000000002 3.9531879999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 234.30000000000001 200 \N 46860 Soort zeker 182 12013 0101000020E610000072D4AB67B89F0F40805D070AF1C74940 6 34 0 46860 2007-10-15 8 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 3 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule 1 \N 0.080000000000000002 200 \N 16.34 Soort zeker 270 12013 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 34 0 16.34 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 0.0050000000000000001 2 2007 10 17/10/07 0 56011 397671 51.560077999999997 3.960998 51.560142999999997 3.9598749999999998 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria 2 \N 0.19 400 \N 37.350000000000001 Soort zeker 326 9307 0101000020E61000008DE3FF536AAD0F405C6902D195C74940 6 34 0 37.350000000000001 2007-10-17 16 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 3 2007 10 15/10/07 0 55703.440000000002 398139.78000000003 51.564236000000001 3.9564319999999999 51.564301 3.955308 Arthropoda Crustacea PH-Unknown Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda Crangonidae 1 0.29999999999999999 \N 200 60 \N Ordo zeker 100 42374 0101000020E6100000C60CF6F60FA40F40EE78E5131EC84940 6 13 0 \N 2007-10-15 11 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 0.0050000000000000001 1 2007 10 15/10/07 0 55628.440000000002 398564.78000000003 51.568043000000003 3.9552299999999998 51.568108000000002 3.9541059999999999 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Syllidae Streptosyllis Streptosyllis websteri 1 0 \N 200 0 \N Soort zeker 253 13045 0101000020E6100000223D27CF99A10F405E8D59CA9AC84940 6 13 0 \N 2007-10-15 9 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 11 0.0050000000000000001 4 2007 10 15/10/07 0 56128.43 398064.78000000003 51.563637 3.96258 51.563701999999999 3.9614569999999998 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 303 42543 0101000020E61000009AA1C8AAA7B00F4056F5A8720AC84940 33 5 0 \N 2007-10-15 17 1 Proefsupl. zandpl. Oostersch. Najaar 2008 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 3 0.0050000000000000001 1 2008 10 15/10/08 0 55707 398143 51.564266000000003 3.9564819999999998 51.564331000000003 3.9553590000000001 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 523 42543 0101000020E6100000113EA5652AA40F40BA90E70B1FC84940 33 5 0 \N 2008-10-15 53 1 Proefsupl. zandpl. Oostersch. Najaar 2007 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 0.0050000000000000001 5 2007 10 15/10/07 0 55853.440000000002 398139.78000000003 51.564261999999999 3.9585940000000002 51.564326999999999 3.957471 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N 132 42543 0101000020E6100000ABECB2D97DA80F402DAE06F21EC84940 33 5 0 \N 2007-10-15 13 1 \. -- -- TOC entry 2755 (class 0 OID 0) -- Dependencies: 171 -- Name: t1benthos_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t1benthos_locid_seq', 3, true); -- -- TOC entry 2756 (class 0 OID 0) -- Dependencies: 172 -- Name: t1benthos_locid_seq1; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t1benthos_locid_seq1', 1005, true); -- -- TOC entry 2722 (class 0 OID 80887) -- Dependencies: 175 -- Data for Name: t1sediment; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t1sediment (project_id, sampling_date, customer_code, monster, lab_experiment, depth_from, depth_to, latitude, longitude, group_id, lab_id, param, unit, value, locid, geom, idunit, idparameter, idmethod, idobservation_type, idlocation) FROM stdin; Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SD50MUM mu 190.49333329999999 463 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 30 42528 46 28 168 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSD phi 0.70699999999999996 94 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 31 42539 46 28 8 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SPSA cm2/cc 0.085999999999999993 42 0101000020E6100000E8C072840CA40F40C7F484251EC84940 27 42538 46 \N 11 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SD50MUM mu 181.50999999999999 4 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 30 42528 46 28 5 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SD50MUM mu 198.13999999999999 21 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 30 42528 46 28 7 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT16 %silt 3.1800000000000002 452 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42531 46 23 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT16 %silt 1.8300000000000001 469 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42531 46 23 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT16 %silt 0.37 10 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42531 46 23 5 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT4 %silt 0.676666667 455 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42534 46 23 174 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SVFINES% %sand 19.616666670000001 459 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 25 42540 46 22 174 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SVFINES% %sand 11.640000000000001 17 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 25 42540 46 22 5 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SCOARSE% %sand 0.01 18 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 25 42526 46 22 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SD50PHIM phi 2.6400000000000001 498 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 31 42529 46 28 177 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SD(0.9) d(0.9) 258.40666670000002 394 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 29 42525 46 26 152 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SD(0.9) d(0.9) 288.16333329999998 411 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 29 42525 46 26 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SD(0.9) d(0.9) 269.49333330000002 428 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 29 42525 46 26 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SD(0.9) d(0.9) 263.01666669999997 445 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 29 42525 46 26 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SD(0.9) d(0.9) 290.78666670000001 462 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 29 42525 46 26 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SD(0.9) d(0.9) 276.22000000000003 3 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 29 42525 46 26 5 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SD(0.9) d(0.9) 297.88999999999999 20 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 29 42525 46 26 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SD(0.9) d(0.9) 245.87666669999999 496 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 29 42525 46 26 177 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SD(0.9) d(0.9) 293.82999999999998 37 0101000020E6100000E8C072840CA40F40C7F484251EC84940 29 42525 46 26 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SD(0.9) d(0.9) 237.88666670000001 513 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 29 42525 46 26 178 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SD(0.9) d(0.9) 296.68666669999999 479 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 29 42525 46 26 167 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SD(0.9) d(0.9) 294.56 139 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 29 42525 46 26 9 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SD(0.1) d(0.1) 160.52333329999999 274 0101000020E610000050560C5707A00F4018EDF1423AC84940 28 42524 46 25 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SD(0.1) d(0.1) 136.8966667 291 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 28 42524 46 25 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SD(0.1) d(0.1) 88.799999999999997 308 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 28 42524 46 25 173 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SD(0.1) d(0.1) 156.25999999999999 325 0101000020E6100000441669E21DA00F408884EFFD0DC84940 28 42524 46 25 159 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SFINES% %sand 69.209999999999994 6 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 25 42527 46 22 5 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SVFINES% %sand 7.2699999999999996 34 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 25 42540 46 22 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SVFINES% %sand 19.54666667 510 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 25 42540 46 22 177 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SD(0.9) d(0.9) 302.19 71 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 29 42525 46 26 6 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SD(0.9) d(0.9) 299.97000000000003 88 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 29 42525 46 26 8 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SD(0.9) d(0.9) 287.25999999999999 105 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 29 42525 46 26 12 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SD(0.9) d(0.9) 266.87 122 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 29 42525 46 26 14 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SPSA cm2/cc 0.123 178 0101000020E610000076FA415DA4B00F404240BE840AC84940 27 42538 46 \N 17 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SD(0.1) d(0.1) 106.45 393 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 28 42524 46 25 152 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SD50MUM mu 152.62 174 0101000020E610000076FA415DA4B00F404240BE840AC84940 30 42528 46 28 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SD50MUM mu 156.44999999999999 191 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 30 42528 46 28 16 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT8 %silt 2.6966666670000001 543 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42537 46 23 175 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT8 %silt 0 152 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42537 46 23 9 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SCOARSE% %sand 0 494 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 25 42526 46 22 177 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SCOARSE% %sand 0.01 35 0101000020E6100000E8C072840CA40F40C7F484251EC84940 25 42526 46 22 11 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SD(0.9) d(0.9) 346.11000000000001 326 0101000020E6100000441669E21DA00F408884EFFD0DC84940 29 42525 46 26 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SD(0.9) d(0.9) 342.11333330000002 343 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 29 42525 46 26 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SD(0.9) d(0.9) 295.02999999999997 360 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 29 42525 46 26 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SD(0.9) d(0.9) 279.41666670000001 377 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 29 42525 46 26 169 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SD(0.1) d(0.1) 114.45999999999999 155 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 28 42524 46 25 15 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT50 %silt 2.46 184 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42535 46 23 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT16 %silt 0.79000000000000004 180 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42531 46 23 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT4 %silt 0 183 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42534 46 23 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT32 %silt 2.46 182 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42533 46 23 17 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT8 %silt 0 169 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42537 46 23 15 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT8 %silt 0 186 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42537 46 23 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT63 %silt 2.4700000000000002 185 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42536 46 23 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSILT2 %silt 0 181 0101000020E610000076FA415DA4B00F404240BE840AC84940 26 42532 46 23 17 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT16 %silt 0 231 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42531 46 23 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT4 %silt 0.57999999999999996 200 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42534 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT4 %silt 0 217 0101000020E610000085EE92382BA20F40062D246074C74940 26 42534 46 23 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT4 %silt 0 234 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42534 46 23 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT32 %silt 4.7400000000000002 199 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42533 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT32 %silt 2.3500000000000001 216 0101000020E610000085EE92382BA20F40062D246074C74940 26 42533 46 23 10 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SPSA cm2/cc 0.18099999999999999 195 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 27 42538 46 \N 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SPSA cm2/cc 0.104 212 0101000020E610000085EE92382BA20F40062D246074C74940 27 42538 46 \N 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SPSA cm2/cc 0.088999999999999996 229 0101000020E6100000925D6919A9970F4062BCE6559DC74940 27 42538 46 \N 4 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SD(0.1) d(0.1) 91.72666667 444 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 28 42524 46 25 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SD(0.1) d(0.1) 119.08 461 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 28 42524 46 25 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SD(0.1) d(0.1) 116.26000000000001 2 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 28 42524 46 25 5 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SD(0.1) d(0.1) 131.61000000000001 19 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 28 42524 46 25 7 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SPSA cm2/cc 0.20499999999999999 246 0101000020E610000044300E2E1D930F4033A5F5B704C84940 27 42538 46 \N 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SPSA cm2/cc 0.20000000000000001 263 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 27 42538 46 \N 3 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SD50MUM mu 182.11000000000001 208 0101000020E610000085EE92382BA20F40062D246074C74940 30 42528 46 28 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SD50MUM mu 180.97999999999999 225 0101000020E6100000925D6919A9970F4062BCE6559DC74940 30 42528 46 28 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT50 %silt 4.7599999999999998 201 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42535 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT50 %silt 2.3999999999999999 218 0101000020E610000085EE92382BA20F40062D246074C74940 26 42535 46 23 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT50 %silt 0 235 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42535 46 23 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT16 %silt 2.7000000000000002 197 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42531 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT16 %silt 0.46999999999999997 214 0101000020E610000085EE92382BA20F40062D246074C74940 26 42531 46 23 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT32 %silt 0 233 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42533 46 23 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT8 %silt 1.45 203 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42537 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT8 %silt 0 220 0101000020E610000085EE92382BA20F40062D246074C74940 26 42537 46 23 10 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT63 %silt 4.8200000000000003 202 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42536 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT63 %silt 2.3999999999999999 219 0101000020E610000085EE92382BA20F40062D246074C74940 26 42536 46 23 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT63 %silt 0 236 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42536 46 23 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSILT2 %silt 0 198 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 26 42532 46 23 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSILT2 %silt 0 215 0101000020E610000085EE92382BA20F40062D246074C74940 26 42532 46 23 10 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SCOARSE% %sand 0 154 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 25 42526 46 22 15 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SD50PHIM phi 2.3999999999999999 141 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 31 42529 46 28 9 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSD phi 0.69699999999999995 128 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 31 42539 46 28 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSD phi 0.71399999999999997 145 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 31 42539 46 28 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SD50PHIM phi 2.54 158 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 31 42529 46 28 15 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSD phi 0.65100000000000002 162 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 31 42539 46 28 15 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SD50PHIM phi 2.71 175 0101000020E610000076FA415DA4B00F404240BE840AC84940 31 42529 46 28 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SD50PHIM phi 2.6800000000000002 192 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 31 42529 46 28 16 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SSD phi 0.61399999999999999 179 0101000020E610000076FA415DA4B00F404240BE840AC84940 31 42539 46 28 17 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SD50PHIM phi 2.46 209 0101000020E610000085EE92382BA20F40062D246074C74940 31 42529 46 28 10 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT16 %silt 0 163 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42531 46 23 15 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT2 %silt 0 232 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42532 46 23 4 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT32 %silt 6.0899999999999999 267 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42533 46 23 3 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSILT8 %silt 0 237 0101000020E6100000925D6919A9970F4062BCE6559DC74940 26 42537 46 23 4 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT8 %silt 1.6699999999999999 254 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42537 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT8 %silt 1.6200000000000001 271 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42537 46 23 3 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT63 %silt 6.7599999999999998 253 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42536 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT63 %silt 6.7400000000000002 270 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42536 46 23 3 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT2 %silt 0.02 249 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42532 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT2 %silt 0.02 266 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42532 46 23 3 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT50 %silt 0 303 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42535 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT50 %silt 7.8333333329999997 320 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42535 46 23 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT16 %silt 0 282 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42531 46 23 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT16 %silt 0 299 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42531 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT16 %silt 4.2633333330000003 316 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42531 46 23 173 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT32 %silt 7.5433333329999996 318 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42533 46 23 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT8 %silt 0 288 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42537 46 23 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT8 %silt 0 305 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42537 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT8 %silt 2.286666667 322 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42537 46 23 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT63 %silt 0 287 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42536 46 23 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT63 %silt 0 304 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42536 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT63 %silt 7.8366666670000003 321 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42536 46 23 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT2 %silt 0 283 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42532 46 23 158 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SD50PHIM phi 2.4700000000000002 226 0101000020E6100000925D6919A9970F4062BCE6559DC74940 31 42529 46 28 4 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SSD phi 0.77800000000000002 196 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 31 42539 46 28 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SSD phi 0.68300000000000005 213 0101000020E610000085EE92382BA20F40062D246074C74940 31 42539 46 28 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SSD phi 0.64900000000000002 230 0101000020E6100000925D6919A9970F4062BCE6559DC74940 31 42539 46 28 4 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SD50PHIM phi 2.7400000000000002 243 0101000020E610000044300E2E1D930F4033A5F5B704C84940 31 42529 46 28 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SD50PHIM phi 2.6899999999999999 260 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 31 42529 46 28 3 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SD50PHIM phi 2.1099999999999999 277 0101000020E610000050560C5707A00F4018EDF1423AC84940 31 42529 46 28 158 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSD phi 0.78500000000000003 247 0101000020E610000044300E2E1D930F4033A5F5B704C84940 31 42539 46 28 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSD phi 0.88500000000000001 264 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 31 42539 46 28 3 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SD50PHIM phi 2.2799999999999998 294 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 31 42529 46 28 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SD50PHIM phi 2.5699999999999998 311 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 31 42529 46 28 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSD phi 0.58266666700000003 281 0101000020E610000050560C5707A00F4018EDF1423AC84940 31 42539 46 28 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSD phi 0.64933333299999996 298 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 31 42539 46 28 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSD phi 0.81366666700000001 315 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 31 42539 46 28 173 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SD50PHIM phi 2.1000000000000001 328 0101000020E6100000441669E21DA00F408884EFFD0DC84940 31 42529 46 28 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SD50PHIM phi 2.1899999999999999 345 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 31 42529 46 28 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SD50PHIM phi 2.3999999999999999 362 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 31 42529 46 28 161 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSD phi 0.63433333300000005 332 0101000020E6100000441669E21DA00F408884EFFD0DC84940 31 42539 46 28 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSD phi 0.71799999999999997 349 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 31 42539 46 28 165 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SD50PHIM phi 2.48 379 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 31 42529 46 28 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSD phi 0.68666666700000001 400 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 31 42539 46 28 152 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SD50PHIM phi 2.4700000000000002 413 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 31 42529 46 28 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SD50PHIM phi 2.576666667 430 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 31 42529 46 28 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SD50PHIM phi 2.6133333329999999 447 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 31 42529 46 28 174 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSD phi 0.78100000000000003 417 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 31 42539 46 28 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSD phi 0.797666667 434 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 31 42539 46 28 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSD phi 0.80033333299999998 451 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 31 42539 46 28 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SD50PHIM phi 2.3900000000000001 464 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 31 42529 46 28 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SD50PHIM phi 2.46 5 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 31 42529 46 28 5 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSD phi 0.68866666700000001 468 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 31 42539 46 28 168 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SD(0.1) d(0.1) 139.9533333 342 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 28 42524 46 25 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SD(0.1) d(0.1) 120.87 359 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 28 42524 46 25 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SD(0.1) d(0.1) 114.7 376 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 28 42524 46 25 169 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT63 %silt 0 151 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42536 46 23 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT63 %silt 0 168 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42536 46 23 15 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT2 %silt 0 147 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42532 46 23 9 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SFINES% %sand 69.379999999999995 176 0101000020E610000076FA415DA4B00F404240BE840AC84940 25 42527 46 22 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SFINES% %sand 61.579999999999998 193 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 25 42527 46 22 16 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SD(0.1) d(0.1) 105.77666670000001 410 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 28 42524 46 25 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SD(0.1) d(0.1) 94.260000000000005 427 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 28 42524 46 25 170 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SVFINES% %sand 23.719999999999999 204 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 25 42540 46 22 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SVFINES% %sand 11.48 221 0101000020E610000085EE92382BA20F40062D246074C74940 25 42540 46 22 10 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SCOARSE% %sand 0 205 0101000020E610000085EE92382BA20F40062D246074C74940 25 42526 46 22 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SCOARSE% %sand 0 222 0101000020E6100000925D6919A9970F4062BCE6559DC74940 25 42526 46 22 4 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SFINES% %sand 69.049999999999997 210 0101000020E610000085EE92382BA20F40062D246074C74940 25 42527 46 22 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SFINES% %sand 72.019999999999996 227 0101000020E6100000925D6919A9970F4062BCE6559DC74940 25 42527 46 22 4 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SVFINES% %sand 12.32 238 0101000020E6100000925D6919A9970F4062BCE6559DC74940 25 42540 46 22 4 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SVFINES% %sand 25.57 255 0101000020E610000044300E2E1D930F4033A5F5B704C84940 25 42540 46 22 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SVFINES% %sand 25.18 272 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 25 42540 46 22 3 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SD(0.1) d(0.1) 99.189999999999998 495 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 28 42524 46 25 177 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SD(0.1) d(0.1) 121.56 36 0101000020E6100000E8C072840CA40F40C7F484251EC84940 28 42524 46 25 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SD(0.1) d(0.1) 99.230000000000004 512 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 28 42524 46 25 178 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT2 %silt 0 300 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42532 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT2 %silt 0.11 317 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42532 46 23 173 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT16 %silt 0 333 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42531 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT16 %silt 0 350 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42531 46 23 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT4 %silt 0 336 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42534 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT4 %silt 0 353 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42534 46 23 165 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SD(0.1) d(0.1) 102.11 172 0101000020E610000076FA415DA4B00F404240BE840AC84940 28 42524 46 25 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SD(0.1) d(0.1) 91.180000000000007 189 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 28 42524 46 25 16 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT50 %silt 0 388 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42535 46 23 169 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SD(0.1) d(0.1) 121.47 478 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 28 42524 46 25 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SD(0.1) d(0.1) 124.63 70 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 28 42524 46 25 6 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SD(0.1) d(0.1) 124.52 87 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 28 42524 46 25 8 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SD(0.1) d(0.1) 119.92 104 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 28 42524 46 25 12 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SD(0.1) d(0.1) 107.78 121 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 28 42524 46 25 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SD(0.1) d(0.1) 121.15000000000001 138 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 28 42524 46 25 9 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SPSA cm2/cc 0.069000000000000006 280 0101000020E610000050560C5707A00F4018EDF1423AC84940 27 42538 46 \N 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SPSA cm2/cc 0.078 297 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 27 42538 46 \N 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SPSA cm2/cc 0.22466666699999999 314 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 27 42538 46 \N 173 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SD50MUM mu 149.91 242 0101000020E610000044300E2E1D930F4033A5F5B704C84940 30 42528 46 28 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SD50MUM mu 154.47 259 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 30 42528 46 28 3 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SD50MUM mu 231.58333329999999 276 0101000020E610000050560C5707A00F4018EDF1423AC84940 30 42528 46 28 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SD50MUM mu 205.72333330000001 293 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 30 42528 46 28 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SD50MUM mu 168.49333329999999 310 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 30 42528 46 28 173 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT16 %silt 3.29 248 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42531 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT16 %silt 3.1899999999999999 265 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42531 46 23 3 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT4 %silt 0.67000000000000004 251 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42534 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT4 %silt 0.65000000000000002 268 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42534 46 23 3 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT32 %silt 6.5300000000000002 250 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42533 46 23 2 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT50 %silt 3.8033333329999999 405 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42535 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT16 %silt 0 367 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42531 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT16 %silt 0 384 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42531 46 23 169 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SD50PHIM phi 2.4300000000000002 107 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 31 42529 46 28 12 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SD50PHIM phi 2.5099999999999998 124 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 31 42529 46 28 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SD50MUM mu 188.97 140 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 30 42528 46 28 9 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SD50MUM mu 154.72666670000001 531 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 30 42528 46 28 175 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT50 %silt 4.4699999999999998 133 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42535 46 23 14 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT2 %silt 0 164 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42532 46 23 15 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SMEDIUM% %sand 14.279999999999999 126 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 25 42530 46 22 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SMEDIUM% %sand 21.48 143 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 25 42530 46 22 9 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SPSA cm2/cc 0.16 127 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 27 42538 46 \N 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SPSA cm2/cc 0.085999999999999993 144 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 27 42538 46 \N 9 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SVFINES% %sand 12.949999999999999 136 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 25 42540 46 22 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SCOARSE% %sand 0.01 137 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 25 42526 46 22 9 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SD(0.9) d(0.9) 259.86000000000001 258 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 29 42525 46 26 3 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SD(0.9) d(0.9) 334.0466667 275 0101000020E610000050560C5707A00F4018EDF1423AC84940 29 42525 46 26 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SD(0.9) d(0.9) 308.67000000000002 292 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 29 42525 46 26 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SD(0.9) d(0.9) 270.71333329999999 309 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 29 42525 46 26 173 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SCOARSE% %sand 0 239 0101000020E610000044300E2E1D930F4033A5F5B704C84940 25 42526 46 22 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SCOARSE% %sand 0 256 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 25 42526 46 22 3 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SCOARSE% %sand 0.070000000000000007 273 0101000020E610000050560C5707A00F4018EDF1423AC84940 25 42526 46 22 158 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SFINES% %sand 59.869999999999997 244 0101000020E610000044300E2E1D930F4033A5F5B704C84940 25 42527 46 22 2 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SFINES% %sand 59.216666670000002 278 0101000020E610000050560C5707A00F4018EDF1423AC84940 25 42527 46 22 158 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SVFINES% %sand 1.0733333329999999 289 0101000020E610000050560C5707A00F4018EDF1423AC84940 25 42540 46 22 158 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SD50MUM mu 172.05000000000001 157 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 30 42528 46 28 15 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SD(0.9) d(0.9) 258.38999999999999 156 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 29 42525 46 26 15 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SVFINES% %sand 5.5199999999999996 306 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 25 42540 46 22 166 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SCOARSE% %sand 0.003333333 290 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 25 42526 46 22 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SCOARSE% %sand 0 307 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 25 42526 46 22 173 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT16 %silt 1.8799999999999999 401 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42531 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT4 %silt 0 370 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42534 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT4 %silt 0 387 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42534 46 23 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT4 %silt 0.48999999999999999 404 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42534 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT32 %silt 0 369 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42533 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT32 %silt 0 386 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42533 46 23 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT32 %silt 3.7633333329999998 403 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42533 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT8 %silt 0 373 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42537 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT8 %silt 0 390 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42537 46 23 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT8 %silt 1.2066666669999999 407 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42537 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT63 %silt 0 372 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42536 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT63 %silt 0 389 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42536 46 23 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT63 %silt 3.8033333329999999 406 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42536 46 23 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT2 %silt 0 368 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42532 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSILT2 %silt 0 385 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 26 42532 46 23 169 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT8 %silt 1.79 441 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42537 46 23 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT63 %silt 3.8966666669999999 423 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42536 46 23 155 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SSD phi 0.71533333300000002 383 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 31 42539 46 28 169 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT63 %silt 6.1566666669999996 440 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42536 46 23 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT2 %silt 0 419 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42532 46 23 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT2 %silt 0.02 436 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42532 46 23 170 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT4 %silt 0 13 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42534 46 23 5 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT32 %silt 5.9000000000000004 454 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42533 46 23 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT32 %silt 3.6433333330000002 471 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42533 46 23 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT32 %silt 2.3300000000000001 12 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42533 46 23 5 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT2 %silt 0.02 453 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42532 46 23 174 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT2 %silt 0 470 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42532 46 23 168 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SPSA cm2/cc 0.069000000000000006 331 0101000020E6100000441669E21DA00F408884EFFD0DC84940 27 42538 46 \N 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SPSA cm2/cc 0.073999999999999996 348 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 27 42538 46 \N 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SPSA cm2/cc 0.085999999999999993 365 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 27 42538 46 \N 161 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SD50MUM mu 232.85666670000001 327 0101000020E6100000441669E21DA00F408884EFFD0DC84940 30 42528 46 28 159 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT2 %silt 0 11 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42532 46 23 5 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT50 %silt 4.3933333330000002 507 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42535 46 23 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT16 %silt 0 27 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42531 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT16 %silt 2.7166666670000001 503 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42531 46 23 177 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT16 %silt 2.1499999999999999 129 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42531 46 23 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT16 %silt 0 146 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42531 46 23 9 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT4 %silt 0.48999999999999999 132 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42534 46 23 14 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT32 %silt 4.29 131 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42533 46 23 14 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT8 %silt 1.3200000000000001 135 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42537 46 23 14 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT63 %silt 4.4699999999999998 134 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42536 46 23 14 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SSILT2 %silt 0 130 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 26 42532 46 23 14 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT4 %silt 0 149 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42534 46 23 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT4 %silt 0 166 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42534 46 23 15 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT32 %silt 0 148 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42533 46 23 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT32 %silt 0 165 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42533 46 23 15 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SSILT50 %silt 6.7000000000000002 252 0101000020E610000044300E2E1D930F4033A5F5B704C84940 26 42535 46 23 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SSILT50 %silt 6.3300000000000001 269 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 26 42535 46 23 3 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT50 %silt 7.8366666670000003 541 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42535 46 23 175 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT16 %silt 1.9099999999999999 486 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42531 46 23 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT16 %silt 0 78 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42531 46 23 6 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT16 %silt 4.9933333329999998 537 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42531 46 23 175 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT4 %silt 0.38666666700000002 472 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42534 46 23 168 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT4 %silt 0.59999999999999998 64 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42534 46 23 13 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT4 %silt 1.143333333 540 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42534 46 23 175 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT32 %silt 5.4000000000000004 63 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42533 46 23 13 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT32 %silt 7.7966666670000002 539 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42533 46 23 175 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT2 %silt 0 79 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42532 46 23 6 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT2 %silt 0.203333333 538 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42532 46 23 175 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT2 %silt 0 113 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42532 46 23 12 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT50 %silt 0 524 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42535 46 23 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT50 %silt 0 48 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42535 46 23 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT16 %silt 0 520 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42531 46 23 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT16 %silt 0 44 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42531 46 23 11 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SD50MUM mu 219.22999999999999 344 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 30 42528 46 28 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SD50MUM mu 189.0433333 361 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 30 42528 46 28 161 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT4 %silt 0 285 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42534 46 23 158 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT4 %silt 0 523 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42534 46 23 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT4 %silt 0 47 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42534 46 23 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT32 %silt 0 522 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42533 46 23 178 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SMEDIUM% %sand 7.8099999999999996 245 0101000020E610000044300E2E1D930F4033A5F5B704C84940 25 42530 46 22 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SMEDIUM% %sand 11.98 262 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 25 42530 46 22 3 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT50 %silt 0 286 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42535 46 23 158 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT32 %silt 0 46 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42533 46 23 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT8 %silt 0 526 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42537 46 23 178 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT63 %silt 0.01 525 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42536 46 23 178 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSILT2 %silt 0 521 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 26 42532 46 23 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT2 %silt 0 45 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42532 46 23 11 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SMEDIUM% %sand 9.8900000000000006 194 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 25 42530 46 22 16 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SMEDIUM% %sand 17.079999999999998 211 0101000020E610000085EE92382BA20F40062D246074C74940 25 42530 46 22 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SMEDIUM% %sand 15.67 228 0101000020E6100000925D6919A9970F4062BCE6559DC74940 25 42530 46 22 4 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SMEDIUM% %sand 39.643333329999997 279 0101000020E610000050560C5707A00F4018EDF1423AC84940 25 42530 46 22 158 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SMEDIUM% %sand 27.41333333 296 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 25 42530 46 22 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SMEDIUM% %sand 14.73 313 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 25 42530 46 22 173 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT50 %silt 0 337 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42535 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT50 %silt 0 354 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42535 46 23 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SMEDIUM% %sand 41.030000000000001 330 0101000020E6100000441669E21DA00F408884EFFD0DC84940 25 42530 46 22 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SMEDIUM% %sand 35.553333330000001 347 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 25 42530 46 22 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SMEDIUM% %sand 21.576666670000002 364 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 25 42530 46 22 161 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSILT50 %silt 0 371 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 26 42535 46 23 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SMEDIUM% %sand 17.29666667 381 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 25 42530 46 22 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SMEDIUM% %sand 12.119999999999999 398 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 25 42530 46 22 152 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT50 %silt 3.8966666669999999 422 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42535 46 23 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT50 %silt 6.153333333 439 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42535 46 23 170 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SMEDIUM% %sand 22.68 483 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 25 42530 46 22 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SMEDIUM% %sand 23.82 75 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 25 42530 46 22 6 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT4 %silt 0 81 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42534 46 23 6 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SFINES% %sand 66.670000000000002 91 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 25 42527 46 22 8 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SD(0.9) d(0.9) 277.41000000000003 207 0101000020E610000085EE92382BA20F40062D246074C74940 29 42525 46 26 10 Suppletie OS 2007-10-15 13 galgeplaat - 13 FALSE 0 5 51.558239 3.9541840000000001 4224 261832 SD(0.1) d(0.1) 116.54000000000001 206 0101000020E610000085EE92382BA20F40062D246074C74940 28 42524 46 25 10 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SD(0.1) d(0.1) 120.45999999999999 223 0101000020E6100000925D6919A9970F4062BCE6559DC74940 28 42524 46 25 4 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT4 %silt 0 302 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42534 46 23 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SSILT4 %silt 0.91333333299999997 319 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 26 42534 46 23 173 Suppletie OS 2008-10-15 2 galgeplaat - 02 FALSE 0 5 51.564278000000002 3.9531390000000002 4447 269776 SSILT32 %silt 0 284 0101000020E610000050560C5707A00F4018EDF1423AC84940 26 42533 46 23 158 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SFINES% %sand 68.989999999999995 23 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 25 42527 46 22 7 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SFINES% %sand 67.049999999999997 40 0101000020E6100000E8C072840CA40F40C7F484251EC84940 25 42527 46 22 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SFINES% %sand 64.433333329999996 516 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 25 42527 46 22 178 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SPSA cm2/cc 0.083000000000000004 76 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 27 42538 46 \N 6 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SMEDIUM% %sand 12.369999999999999 58 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 25 42530 46 22 13 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SVFINES% %sand 11.619999999999999 51 0101000020E6100000E8C072840CA40F40C7F484251EC84940 25 42540 46 22 11 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SCOARSE% %sand 0 52 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 25 42526 46 22 13 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SFINES% %sand 61.140000000000001 57 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 25 42527 46 22 13 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SFINES% %sand 66.073333329999997 482 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 25 42527 46 22 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SFINES% %sand 66.019999999999996 74 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 25 42527 46 22 6 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SMEDIUM% %sand 23.109999999999999 92 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 25 42530 46 22 8 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SMEDIUM% %sand 19.539999999999999 109 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 25 42530 46 22 12 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SD50MUM mu 185.34999999999999 106 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 30 42528 46 28 12 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SD50MUM mu 175.11000000000001 123 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 30 42528 46 28 14 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT16 %silt 0 112 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42531 46 23 12 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT4 %silt 0 115 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42534 46 23 12 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT32 %silt 0 114 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42533 46 23 12 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT8 %silt 0 118 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42537 46 23 12 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT63 %silt 0 83 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42536 46 23 6 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SVFINES% %sand 10.17 85 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 25 42540 46 22 6 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SVFINES% %sand 12.49 119 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 25 42540 46 22 12 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SCOARSE% %sand 0 86 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 25 42526 46 22 8 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SCOARSE% %sand 0 120 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 25 42526 46 22 14 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SFINES% %sand 66.920000000000002 499 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 25 42527 46 22 177 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SFINES% %sand 67.969999999999999 108 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 25 42527 46 22 12 Suppletie OS 2007-10-15 8 galgeplaat - 08 FALSE 0 5 51.562097999999999 3.9573070000000001 4224 261827 SFINES% %sand 68.299999999999997 125 0101000020E6100000E0DA899290A80F40D192C7D3F2C74940 25 42527 46 22 14 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SVFINES% %sand 28.059999999999999 527 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 25 42540 46 22 178 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SCOARSE% %sand 0 528 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 25 42526 46 22 175 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SSD phi 0.703333333 519 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 31 42539 46 28 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSD phi 0.70899999999999996 43 0101000020E6100000E8C072840CA40F40C7F484251EC84940 31 42539 46 28 11 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SSILT32 %silt 0 301 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 26 42533 46 23 166 Suppletie OS 2008-10-15 3 galgeplaat - 03 FALSE 0 5 51.564331000000003 3.9553590000000001 4447 269777 SFINES% %sand 67.060000000000002 295 0101000020E61000009D83674293A40F403B8F8AFF3BC84940 25 42527 46 22 166 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SFINES% %sand 61.200000000000003 312 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 25 42527 46 22 173 Suppletie OS 2008-10-15 4 galgeplaat - 04 FALSE 0 5 51.564326999999999 3.957465 4447 269778 SVFINES% %sand 16.233333330000001 323 0101000020E61000006284F068E3A80F40F99FFCDD3BC84940 25 42540 46 22 173 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SVFINES% %sand 1.72 340 0101000020E6100000441669E21DA00F408884EFFD0DC84940 25 42540 46 22 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SVFINES% %sand 5.0133333330000003 357 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 25 42540 46 22 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SCOARSE% %sand 0.17333333300000001 324 0101000020E6100000441669E21DA00F408884EFFD0DC84940 25 42526 46 22 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SCOARSE% %sand 0.22 341 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 25 42526 46 22 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SCOARSE% %sand 0.01 358 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 25 42526 46 22 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SPSA cm2/cc 0.090333333000000002 382 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 27 42538 46 \N 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SPSA cm2/cc 0.156 399 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 27 42538 46 \N 152 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SD50MUM mu 179.28999999999999 378 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 30 42528 46 28 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SD50MUM mu 170.49333329999999 395 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 30 42528 46 28 152 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SPSA cm2/cc 0.19400000000000001 450 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 27 42538 46 \N 174 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SPSA cm2/cc 0.104 8 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 27 42538 46 \N 5 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SD50MUM mu 180.14333329999999 412 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 30 42528 46 28 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SD50MUM mu 167.63666670000001 429 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 30 42528 46 28 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SD50MUM mu 163.5466667 446 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 30 42528 46 28 174 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SSILT2 %silt 0 402 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 26 42532 46 23 152 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SVFINES% %sand 7.2933333329999996 493 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 25 42540 46 22 167 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SCOARSE% %sand 0 460 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 25 42526 46 22 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SCOARSE% %sand 0 1 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 25 42526 46 22 5 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SSILT50 %silt 0 150 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 26 42535 46 23 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SSILT50 %silt 0 167 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 26 42535 46 23 15 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SMEDIUM% %sand 12.08 160 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 25 42530 46 22 15 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SVFINES% %sand 11.800000000000001 153 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 25 42540 46 22 9 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SMEDIUM% %sand 12.880000000000001 449 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 25 42530 46 22 174 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT50 %silt 6.0300000000000002 456 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42535 46 23 174 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT50 %silt 2.3900000000000001 14 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42535 46 23 5 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SMEDIUM% %sand 20.829999999999998 466 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 25 42530 46 22 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SMEDIUM% %sand 16.77 7 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 25 42530 46 22 5 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SPSA cm2/cc 0.14199999999999999 467 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 27 42538 46 \N 168 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT50 %silt 0 31 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42535 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SMEDIUM% %sand 9.1333333329999995 500 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 25 42530 46 22 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SMEDIUM% %sand 23.73 24 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 25 42530 46 22 7 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SMEDIUM% %sand 21.32 41 0101000020E6100000E8C072840CA40F40C7F484251EC84940 25 42530 46 22 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SMEDIUM% %sand 7.5033333329999996 517 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 25 42530 46 22 178 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT50 %silt 3.826666667 473 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42535 46 23 168 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT50 %silt 5.6100000000000003 65 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42535 46 23 13 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SD50PHIM phi 2.3399999999999999 22 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 31 42529 46 28 7 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SD50PHIM phi 2.3999999999999999 39 0101000020E6100000E8C072840CA40F40C7F484251EC84940 31 42529 46 28 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SD50PHIM phi 2.71 515 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 31 42529 46 28 178 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSD phi 0.69666666700000002 502 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 31 42539 46 28 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSD phi 0.65200000000000002 26 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 31 42539 46 28 7 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SD50MUM mu 188.90000000000001 38 0101000020E6100000E8C072840CA40F40C7F484251EC84940 30 42528 46 28 11 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SD50MUM mu 153.19666670000001 514 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 30 42528 46 28 178 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT4 %silt 0 30 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42534 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT4 %silt 0.77666666699999998 506 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42534 46 23 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT32 %silt 0 29 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42533 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT32 %silt 4.3933333330000002 505 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42533 46 23 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT8 %silt 0 33 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42537 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT8 %silt 1.72 509 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42537 46 23 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT63 %silt 0 32 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42536 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT63 %silt 4.3933333330000002 508 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42536 46 23 177 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT63 %silt 0 49 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42536 46 23 11 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SSILT2 %silt 0 28 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 26 42532 46 23 7 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SSILT2 %silt 0.029999999999999999 504 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 26 42532 46 23 177 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SCOARSE% %sand 0 511 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 25 42526 46 22 178 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SVFINES% %sand 10.220000000000001 102 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 25 42540 46 22 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SPSA cm2/cc 0.084000000000000005 93 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 27 42538 46 \N 8 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SCOARSE% %sand 0 103 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 25 42526 46 22 12 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SVFINES% %sand 8.3900000000000006 476 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 25 42540 46 22 168 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SVFINES% %sand 20.84 68 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 25 42540 46 22 13 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SVFINES% %sand 22.58666667 544 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 25 42540 46 22 175 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SCOARSE% %sand 0.01 477 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 25 42526 46 22 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SCOARSE% %sand 0 69 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 25 42526 46 22 6 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSD phi 0.70199999999999996 111 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 31 42539 46 28 12 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SD50MUM mu 194.52666669999999 480 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 30 42528 46 28 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SD50MUM mu 194.28 72 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 30 42528 46 28 6 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT50 %silt 0 99 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42535 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT16 %silt 0 95 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42531 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT4 %silt 0 98 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42534 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT32 %silt 0 97 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42533 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT8 %silt 0 101 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42537 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT63 %silt 0 100 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42536 46 23 8 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SSILT2 %silt 0 96 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 26 42532 46 23 8 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SPSA cm2/cc 0.143666667 484 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 27 42538 46 \N 167 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SD50PHIM phi 2.6299999999999999 56 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 31 42529 46 28 13 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SD50PHIM phi 2.3599999999999999 481 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 31 42529 46 28 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SD50PHIM phi 2.3599999999999999 73 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 31 42529 46 28 6 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSD phi 0.68899999999999995 485 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 31 42539 46 28 167 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSD phi 0.71199999999999997 77 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 31 42539 46 28 6 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SD50MUM mu 161.65000000000001 55 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 30 42528 46 28 13 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT32 %silt 0 80 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42533 46 23 6 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SD(0.9) d(0.9) 249.7633333 530 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 29 42525 46 26 175 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SD(0.1) d(0.1) 81.583333330000002 529 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 28 42524 46 25 175 Suppletie OS 2008-10-20 20 galgeplaat - 20 FALSE 0 5 51.564354000000002 3.9596269999999998 4447 269790 SPSA cm2/cc 0.105 518 0101000020E610000065DEAAEB50AD0F40F3AE7AC03CC84940 27 42538 46 \N 178 Suppletie OS 2007-10-15 3 galgeplaat - 03 FALSE 0 5 51.563420000000001 3.9551020000000001 4224 261822 SSILT8 %silt 0 50 0101000020E6100000E8C072840CA40F40C7F484251EC84940 26 42537 46 23 11 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SD(0.1) d(0.1) 91.400000000000006 53 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 28 42524 46 25 13 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SD(0.1) d(0.1) 84.299999999999997 240 0101000020E610000044300E2E1D930F4033A5F5B704C84940 28 42524 46 25 2 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SD(0.1) d(0.1) 80.840000000000003 257 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 28 42524 46 25 3 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT8 %silt 1.1966666669999999 475 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42537 46 23 168 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SD(0.9) d(0.9) 261.06 54 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 29 42525 46 26 13 Suppletie OS 2007-10-15 14 galgeplaat - 14 FALSE 0 5 51.559488999999999 3.9490530000000001 4224 261833 SD(0.9) d(0.9) 271.45999999999998 224 0101000020E6100000925D6919A9970F4062BCE6559DC74940 29 42525 46 26 4 Suppletie OS 2007-10-15 15 galgeplaat - 15 FALSE 0 5 51.562643999999999 3.9468329999999998 4224 261834 SD(0.9) d(0.9) 239.02000000000001 241 0101000020E610000044300E2E1D930F4033A5F5B704C84940 29 42525 46 26 2 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT8 %silt 1.52 67 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42537 46 23 13 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SSILT63 %silt 3.826666667 474 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 26 42536 46 23 168 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT63 %silt 5.6600000000000001 66 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42536 46 23 13 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSILT63 %silt 7.8833333330000004 542 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 26 42536 46 23 175 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT2 %silt 0.02 62 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42532 46 23 13 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SD50MUM mu 192.91999999999999 89 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 30 42528 46 28 8 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SD50MUM mu 160.78333330000001 497 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 30 42528 46 28 177 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SD50PHIM phi 2.5499999999999998 396 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 31 42529 46 28 152 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SSD phi 0.71633333300000002 366 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 31 42539 46 28 161 Suppletie OS 2007-10-15 9 galgeplaat - 09 FALSE 0 5 51.567225999999998 3.9539 4224 261828 SFINES% %sand 66.709999999999994 142 0101000020E6100000363CBD5296A10F406FB88FDC9AC84940 25 42527 46 22 9 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SFINES% %sand 71.870000000000005 159 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 25 42527 46 22 15 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SMEDIUM% %sand 4.5999999999999996 177 0101000020E610000076FA415DA4B00F404240BE840AC84940 25 42530 46 22 17 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SVFINES% %sand 16.050000000000001 170 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 25 42540 46 22 15 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SVFINES% %sand 23.550000000000001 187 0101000020E610000076FA415DA4B00F404240BE840AC84940 25 42540 46 22 17 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SCOARSE% %sand 0 171 0101000020E610000076FA415DA4B00F404240BE840AC84940 25 42526 46 22 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SCOARSE% %sand 0 188 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 25 42526 46 22 16 Suppletie OS 2007-10-15 16 galgeplaat - 16 FALSE 0 5 51.565842000000004 3.948852 4224 261835 SFINES% %sand 56.140000000000001 261 0101000020E61000001BF4A5B73F970F40045ABA826DC84940 25 42527 46 22 3 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT8 %silt 0 356 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42537 46 23 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT63 %silt 0 338 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42536 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT63 %silt 0 355 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42536 46 23 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT2 %silt 0 334 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42532 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT2 %silt 0 351 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42532 46 23 165 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSD phi 0.80300000000000005 60 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 31 42539 46 28 13 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT50 %silt 3.9500000000000002 490 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42535 46 23 167 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SSILT16 %silt 2.7999999999999998 61 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 26 42531 46 23 13 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT4 %silt 0.41333333300000002 489 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42534 46 23 167 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT32 %silt 3.7200000000000002 488 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42533 46 23 167 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT63 %silt 3.9500000000000002 491 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42536 46 23 167 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT2 %silt 0 487 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42532 46 23 167 Suppletie OS 2007-10-15 4 galgeplaat - 04 FALSE 0 5 51.563445999999999 3.957265 4224 261823 SPSA cm2/cc 0.185 59 0101000020E6100000F1D7648D7AA80F40F0879FFF1EC84940 27 42538 46 \N 13 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SFINES% %sand 57.079999999999998 329 0101000020E6100000441669E21DA00F408884EFFD0DC84940 25 42527 46 22 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SFINES% %sand 59.219999999999999 346 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 25 42527 46 22 165 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SFINES% %sand 66.493333329999999 363 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 25 42527 46 22 161 Suppletie OS 2008-10-15 9 galgeplaat - 09 FALSE 0 5 51.568108000000002 3.9541000999999998 4447 269781 SVFINES% %sand 11.91666667 374 0101000020E6100000F4E1B43BFFA10F40494C50C3B7C84940 25 42540 46 22 161 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SVFINES% %sand 15.35 391 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 25 42540 46 22 169 Suppletie OS 2007-10-15 10 galgeplaat - 10 FALSE 0 5 51.565967000000001 3.9590459999999998 4224 261829 SPSA cm2/cc 0.092999999999999999 161 0101000020E61000007EE02A4F20AC0F40C0CE4D9B71C84940 27 42538 46 \N 15 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SVFINES% %sand 15.043333329999999 408 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 25 42540 46 22 152 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SCOARSE% %sand 0 375 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 25 42526 46 22 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SCOARSE% %sand 0 392 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 25 42526 46 22 152 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SPSA cm2/cc 0.15333333299999999 416 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 27 42538 46 \N 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SPSA cm2/cc 0.19366666699999999 433 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 27 42538 46 \N 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT16 %silt 2.0133333329999998 418 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42531 46 23 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT16 %silt 3.213333333 435 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42531 46 23 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT4 %silt 0.46999999999999997 421 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42534 46 23 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT4 %silt 0.69666666700000002 438 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42534 46 23 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT32 %silt 3.7999999999999998 420 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42533 46 23 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SSILT32 %silt 5.9000000000000004 437 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 26 42533 46 23 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SSILT8 %silt 1.2266666669999999 424 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 26 42537 46 23 155 Suppletie OS 2008-10-15 13 galgeplaat - 13 FALSE 0 5 51.559486999999997 3.9563619999999999 4447 269782 SFINES% %sand 67.353333329999998 380 0101000020E6100000E318C91EA1A60F40C1C41F459DC74940 25 42527 46 22 169 Suppletie OS 2008-10-15 14 galgeplaat - 14 FALSE 0 5 51.560372000000001 3.9492530000000001 4447 269783 SFINES% %sand 69.033333330000005 397 0101000020E6100000030AF5F411980F400CCC0A45BAC74940 25 42527 46 22 152 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SVFINES% %sand 14.303333329999999 425 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 25 42540 46 22 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SVFINES% %sand 17.553333330000001 442 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 25 42540 46 22 170 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SCOARSE% %sand 0.01 409 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 25 42526 46 22 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SCOARSE% %sand 0 426 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 25 42526 46 22 170 Suppletie OS 2008-10-15 21 galgeplaat - 21 FALSE 0 5 51.560218999999996 3.9558339999999999 4447 269787 SFINES% %sand 66.950000000000003 465 0101000020E6100000293DD34B8CA50F4085CC9541B5C74940 25 42527 46 22 168 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSD phi 0.68100000000000005 9 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 31 42539 46 28 5 Suppletie OS 2007-10-15 6 galgeplaat - 06 FALSE 0 5 51.562044999999998 3.952982 4224 261825 SD50PHIM phi 2.3700000000000001 90 0101000020E6100000D369DD06B59F0F40AEF02E17F1C74940 31 42529 46 28 8 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SPSA cm2/cc 0.086999999999999994 110 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 27 42538 46 \N 12 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT32 %silt 0 335 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42533 46 23 159 Suppletie OS 2008-10-15 7 galgeplaat - 07 FALSE 0 5 51.562953999999998 3.9553449999999999 4447 269780 SSILT32 %silt 0 352 0101000020E61000004D2D5BEB8BA40F4081936DE00EC84940 26 42533 46 23 165 Suppletie OS 2008-10-15 6 galgeplaat - 06 FALSE 0 5 51.562927000000002 3.953182 4447 269779 SSILT8 %silt 0 339 0101000020E6100000441669E21DA00F408884EFFD0DC84940 26 42537 46 23 159 Suppletie OS 2007-10-15 11 galgeplaat - 11 FALSE 0 5 51.562821 3.9612509999999999 4224 261830 SD(0.9) d(0.9) 222.40000000000001 173 0101000020E610000076FA415DA4B00F404240BE840AC84940 29 42525 46 26 17 Suppletie OS 2007-10-15 12 galgeplaat - 12 FALSE 0 5 51.559258999999997 3.9596749999999998 4224 261831 SD(0.9) d(0.9) 249.46000000000001 190 0101000020E6100000764F1E166AAD0F40307F85CC95C74940 29 42525 46 26 16 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT8 %silt 1.7 458 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42537 46 23 174 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT8 %silt 0 16 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42537 46 23 5 Suppletie OS 2008-10-15 22 galgeplaat - 22 FALSE 0 5 51.560626999999997 3.9555470000000001 4447 269788 SSILT8 %silt 1.26 492 0101000020E6100000CA5356D3F5A40F40962023A0C2C74940 26 42537 46 23 167 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SSILT63 %silt 6.0433333329999996 457 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 26 42536 46 23 174 Suppletie OS 2007-10-15 1 galgeplaat - 01 FALSE 0 5 51.563367 3.950777 4224 261820 SSILT63 %silt 2.3900000000000001 15 0101000020E6100000DB4FC6F8309B0F40A452EC681CC84940 26 42536 46 23 5 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT8 %silt 0 84 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42537 46 23 6 Suppletie OS 2007-10-15 5 galgeplaat - 05 FALSE 0 5 51.562018999999999 3.9508190000000001 4224 261824 SSILT50 %silt 0 82 0101000020E6100000CA52EBFD469B0F40855D143DF0C74940 26 42535 46 23 6 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT50 %silt 0 116 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42535 46 23 12 Suppletie OS 2007-10-15 7 galgeplaat - 07 FALSE 0 5 51.562072000000001 3.9551449999999999 4224 261826 SSILT63 %silt 0 117 0101000020E6100000DC80CF0F23A40F40A8FFACF9F1C74940 26 42536 46 23 12 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SMEDIUM% %sand 19.166666670000001 415 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 25 42530 46 22 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SMEDIUM% %sand 14.36333333 432 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 25 42530 46 22 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SCOARSE% %sand 0 443 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 25 42526 46 22 174 Suppletie OS 2008-10-15 17 galgeplaat - 17 FALSE 0 5 51.567734000000002 3.9513569999999998 4447 269784 SFINES% %sand 62.619999999999997 414 0101000020E6100000BC900E0F619C0F40E469F981ABC84940 25 42527 46 22 155 Suppletie OS 2008-10-15 18 galgeplaat - 18 FALSE 0 5 51.565300100000002 3.9568430000000001 4447 269785 SFINES% %sand 61.923333329999998 431 0101000020E61000009240834D9DA70F4078F6F0C05BC84940 25 42527 46 22 170 Suppletie OS 2008-10-15 19 galgeplaat - 19 FALSE 0 5 51.565789000000002 3.957592 4447 269786 SFINES% %sand 61.463333329999998 448 0101000020E6100000344A97FE25A90F40E1B721C66BC84940 25 42527 46 22 174 Suppletie OS 2008-10-20 10 galgeplaat - 10 FALSE 0 5 51.566848999999998 3.9592459999999998 4447 269789 SPSA cm2/cc 0.18666666700000001 501 0101000020E6100000EF8CB62A89AC0F4099620E828EC84940 27 42538 46 \N 177 Suppletie OS 2007-10-15 2 galgeplaat - 02 FALSE 0 5 51.563392999999998 3.9529390000000002 4224 261821 SPSA cm2/cc 0.081000000000000003 25 0101000020E6100000DFA9807B9E9F0F40CDE506431DC84940 27 42538 46 \N 7 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SD50PHIM phi 2.6899999999999999 532 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 31 42529 46 28 175 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SSD phi 0.819333333 536 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 31 42539 46 28 175 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SMEDIUM% %sand 9.9499999999999993 534 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 25 42530 46 22 175 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SFINES% %sand 59.590000000000003 533 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 25 42527 46 22 175 Suppletie OS 2008-10-20 23 galgeplaat - 23 FALSE 0 5 51.564343000000001 3.9585460000000001 4447 269791 SPSA cm2/cc 0.254 535 0101000020E610000064B14D2A1AAB0F40FF5C34643CC84940 27 42538 46 \N 175 \. -- -- TOC entry 2757 (class 0 OID 0) -- Dependencies: 176 -- Name: t1sediment_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t1sediment_locid_seq', 544, true); -- -- TOC entry 2726 (class 0 OID 80926) -- Dependencies: 179 -- Data for Name: t2benthos; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t2benthos (project, campagne, regio, gebied, deelgebied, strat_boven_m, strat_onder_m, monster, wgs84_n, wgs84_e, mon_opp, jaar, seizoen, datum, aantal_monsters, gem_diepte_m, phylum, subphylum, superclassis, classis, subclassis, superordo, ordo, subordo, superfamilia, family, genus, soortnaam, mv, lengte, aantal, natgewicht_mg, asvrdrooggewicht_mg, dichtheid, massa_mg_m2, biomassa_mg_m2, locid, geom, idparameter, idunit, idobservation_type, idmethod, value, date, idlocation, quality) FROM stdin; Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 914.39999999999998 88.8797 266.66669999999999 60960.001400000001 5925.3121000000001 549 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 5925.3121000000001 2009-04-01 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.7 0.2288 66.666700000000006 113.33329999999999 15.2547 929 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 42397 6 34 0 15.2547 2009-07-14 54 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2008 9 2008-09-17 1 0 - - - - - - - - - - - Niets gevonden / Nothing found - \N \N \N \N \N \N \N 406 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42543 33 5 0 \N 2008-09-17 38 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2008 9 2008-09-17 1 0 - - - - - - - - - - - Niets gevonden / Nothing found - \N \N \N \N \N \N \N 294 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42543 33 5 0 \N 2008-09-17 34 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2008 9 2008-09-17 1 0 - - - - - - - - - - - Niets gevonden / Nothing found - \N \N \N \N \N \N \N 365 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42543 33 5 0 \N 2008-09-17 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 1 1 0.11990000000000001 66.666700000000006 66.666700000000006 7.9932999999999996 113 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42552 6 34 0 7.9932999999999996 2008-06-25 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.8999999999999999 0.25569999999999998 66.666700000000006 126.66670000000001 17.049299999999999 411 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42397 6 34 0 17.049299999999999 2009-07-14 38 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.29999999999999999 0.032899999999999999 66.666700000000006 20 2.194 538 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 2.194 2008-10-15 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 \N 0.051400000000000001 66.666700000000006 \N 3.4251999999999998 913 0101000020E61000003FC7478B33A60F40D427B9C326C84940 7622 6 34 0 3.4251999999999998 2008-06-25 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 2 3 \N 0.12570000000000001 200 \N 8.3817000000000004 148 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42415 6 34 0 8.3817000000000004 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 2 \N 0.031099999999999999 133.33330000000001 \N 2.0724999999999998 149 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7622 6 34 0 2.0724999999999998 2009-07-14 45 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 10 2008-10-15 1 0 - - - - - - - - - - - Niets gevonden / Nothing found \N \N \N \N \N \N \N \N 295 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42543 33 5 0 \N 2008-10-15 34 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 367.69999999999999 35.740400000000001 266.66669999999999 24513.333900000001 2382.6959999999999 55 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 13050 6 34 0 2382.6959999999999 2009-04-01 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda ORDO-Amphipoda ORDO-Amphipoda ORDO-Amphipoda ORDO-Amphipoda Corophiidae - \N 1 0.001 \N 66.666700000000006 0.066699999999999995 \N 477 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42354 6 13 0 \N 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes decussatus - 7 1 65.900000000000006 \N 66.666700000000006 4393.3334000000004 \N 519 0101000020E61000002B51F696729E0F405B61FA5E43C84940 39412 6 13 0 \N 2008-06-25 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 3 3.6000000000000001 0.48459999999999998 200 240 32.304000000000002 1022 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42397 6 34 0 32.304000000000002 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 13.9 1.3511 66.666700000000006 926.66669999999999 90.072000000000003 1155 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 13050 6 34 0 90.072000000000003 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 66.666700000000006 20 2.6680000000000001 1199 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42349 6 34 0 2.6680000000000001 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 9 20 2.6920000000000002 600 1333.3334 179.4667 1202 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42397 6 34 0 179.4667 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 10 6.2000000000000002 0.68010000000000004 666.66669999999999 413.33330000000001 45.342700000000001 1203 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 2882 6 34 0 45.342700000000001 2009-07-14 44 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 11 5.5999999999999996 0.61429999999999996 733.33330000000001 373.33330000000001 40.954700000000003 394 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 2882 6 34 0 40.954700000000003 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 \N 342.41340000000002 66.666700000000006 \N 22827.563399999999 118 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 12013 6 34 0 22827.563399999999 2008-06-25 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 2 \N 0.70450000000000002 133.33330000000001 \N 46.964300000000001 150 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7622 6 34 0 46.964300000000001 2009-07-14 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 7.2000000000000002 0.87190000000000001 66.666700000000006 480 58.128 448 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 7813 6 34 0 58.128 2009-04-01 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 17.300000000000001 2.2421000000000002 66.666700000000006 1153.3334 149.47200000000001 381 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 4997 6 34 0 149.47200000000001 2009-10-05 42 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 7 3.2999999999999998 0.3957 466.66669999999999 220 26.378 894 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42361 6 34 0 26.378 2008-09-17 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 0.59999999999999998 0.080799999999999997 66.666700000000006 40 5.3840000000000003 1167 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42397 6 34 0 5.3840000000000003 2009-10-05 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 1.3999999999999999 0.18840000000000001 66.666700000000006 93.333299999999994 12.5627 1201 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42399 6 34 0 12.5627 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 924 0101000020E61000003FC7478B33A60F40D427B9C326C84940 2882 6 34 0 2.9253 2009-07-14 55 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 3.2000000000000002 0.61529999999999996 66.666700000000006 213.33330000000001 41.022599999999997 250 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 41.022599999999997 2009-04-01 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 395 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 41259 6 34 0 2.9253 2008-06-25 38 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - -1 1 353.10000000000002 43.709899999999998 66.666700000000006 23540.000499999998 2913.9931000000001 533 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7543 6 34 0 2913.9931000000001 2008-09-17 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 63.100000000000001 8.1777999999999995 66.666700000000006 4206.6668 545.18399999999997 353 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 4846 6 34 0 545.18399999999997 2008-06-25 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 0.69999999999999996 0.083900000000000002 66.666700000000006 46.666699999999999 5.5952999999999999 1010 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42367 6 34 0 5.5952999999999999 2009-07-14 33 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 5 1 \N 1.2499 66.666700000000006 \N 83.325599999999994 321 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12013 6 34 0 83.325599999999994 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 29 1 \N 307.91289999999998 66.666700000000006 \N 20527.5275 322 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12013 6 34 0 20527.5275 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 \N 342.41340000000002 66.666700000000006 \N 22827.563399999999 404 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 12013 6 34 0 22827.563399999999 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 5 1 \N 1.2499 66.666700000000006 \N 83.325599999999994 520 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 83.325599999999994 2008-06-25 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 25 1 \N 193.42080000000001 66.666700000000006 \N 12894.7183 575 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 12894.7183 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 2 \N 1.595 133.33330000000001 \N 106.3314 871 0101000020E610000089B5F81400A30F404E62105839C84940 7622 6 34 0 106.3314 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 34 1 \N 506.7978 66.666700000000006 \N 33786.521399999998 81 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 33786.521399999998 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 33 1 \N 461.55119999999999 66.666700000000006 \N 30770.0818 576 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 30770.0818 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 \N 0.35220000000000001 66.666700000000006 \N 23.482199999999999 577 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7622 6 34 0 23.482199999999999 2009-07-14 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 15 1 \N 50.289099999999998 66.666700000000006 \N 3352.6043 664 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 3352.6043 2008-06-25 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 \N 0.0155 66.666700000000006 \N 1.0362 687 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 1.0362 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 34 \N 3.7854000000000001 2266.6667000000002 \N 252.3613 688 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 252.3613 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 22 \N 7.7491000000000003 1466.6667 \N 516.60760000000005 689 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 516.60760000000005 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 5 10 \N 15.0314 666.66669999999999 \N 1002.0942 691 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 1002.0942 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 \N 0.25230000000000002 66.666700000000006 \N 16.819099999999999 868 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 16.819099999999999 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 2 \N 0.22270000000000001 133.33330000000001 \N 14.844799999999999 869 0101000020E610000089B5F81400A30F404E62105839C84940 7622 6 34 0 14.844799999999999 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 \N 0.35220000000000001 66.666700000000006 \N 23.482199999999999 870 0101000020E610000089B5F81400A30F404E62105839C84940 7622 6 34 0 23.482199999999999 2009-07-14 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 15 1 \N 50.289099999999998 66.666700000000006 \N 3352.6043 914 0101000020E61000003FC7478B33A60F40D427B9C326C84940 7622 6 34 0 3352.6043 2008-06-25 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 3 \N 0.046600000000000003 200 \N 3.1086999999999998 953 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 7622 6 34 0 3.1086999999999998 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 13 \N 1.4474 866.66669999999999 \N 96.491100000000003 954 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 7622 6 34 0 96.491100000000003 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 10 \N 3.5223 666.66669999999999 \N 234.82169999999999 955 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 7622 6 34 0 234.82169999999999 2009-07-14 46 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 3 \N 0.33400000000000002 100 \N 11.133599999999999 1146 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 11.133599999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 12 \N 4.2267999999999999 400 \N 140.893 1148 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 140.893 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 16 \N 12.7598 1066.6667 \N 850.65160000000003 690 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 850.65160000000003 2009-07-14 56 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Vernerupis Venerupis senegalensis - 14 1 \N 17.388200000000001 33.333300000000001 \N 579.60530000000006 1143 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 3792 6 34 0 579.60530000000006 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 2 2 \N 0.083799999999999999 133.33330000000001 \N 5.5877999999999997 376 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42415 6 34 0 5.5877999999999997 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 2 1 \N 0.0419 66.666700000000006 \N 2.7938999999999998 574 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42415 6 34 0 2.7938999999999998 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 1 1 \N 0.0044000000000000003 66.666700000000006 \N 0.29399999999999998 952 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42415 6 34 0 0.29399999999999998 2009-07-14 46 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 1 1 \N 0.0044000000000000003 33.333300000000001 \N 0.14699999999999999 1144 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42415 6 34 0 0.14699999999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 2 \N 1.595 66.666700000000006 \N 53.165700000000001 1150 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 53.165700000000001 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 2 2 \N 0.083799999999999999 133.33330000000001 \N 5.5877999999999997 79 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42415 6 34 0 5.5877999999999997 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 24 1 \N 170.2021 66.666700000000006 \N 11346.808000000001 80 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 11346.808000000001 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.552784670000001 3.9745618 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 75 104.2 6.9085000000000001 5000.0001000000002 6946.6668 460.56400000000002 635 0101000020E61000007872970EE7CB0F40A9B0E7A5C1C64940 3863 6 34 0 460.56400000000002 2009-07-14 95 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 44.899999999999999 5.819 66.666700000000006 2993.3334 387.93599999999998 1200 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 4997 6 34 0 387.93599999999998 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 6.5999999999999996 0.60589999999999999 66.666700000000006 440 40.392000000000003 1021 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42395 6 34 0 40.392000000000003 2009-07-14 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 35 1 12365.200000000001 504.96170000000001 66.666700000000006 824346.6851 33664.111799999999 95 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 33664.111799999999 2009-10-05 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 0.5 0.054899999999999997 200 33.333300000000001 3.6566999999999998 409 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 2882 6 34 0 3.6566999999999998 2009-04-01 38 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 16 17.199999999999999 2.0623 1066.6667 1146.6667 137.4853 239 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42361 6 34 0 137.4853 2008-10-15 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 15 1 38.899999999999999 4.9513999999999996 66.666700000000006 2593.3334 330.09309999999999 532 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 330.09309999999999 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 10.699999999999999 2.1193 66.666700000000006 713.33330000000001 141.28450000000001 530 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 141.28450000000001 2008-09-17 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 10 22.300000000000001 2.6738 666.66669999999999 1486.6667 178.25129999999999 927 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42367 6 34 0 178.25129999999999 2009-10-05 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 160.40000000000001 20.787800000000001 66.666700000000006 10693.3336 1385.8561 1176 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 4846 6 34 0 1385.8561 2009-07-14 37 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.40000000000000002 0.048000000000000001 66.666600000000003 26.666699999999999 3.1974 432 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42361 6 34 0 3.1974 2008-06-25 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 228.69999999999999 29.639500000000002 66.666700000000006 15246.666999999999 1975.9681 1030 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 4846 6 34 0 1975.9681 2009-10-05 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 5 9.6999999999999993 1.3056000000000001 333.33330000000001 646.66669999999999 87.041300000000007 1153 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42397 6 34 0 87.041300000000007 2009-07-14 39 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 31 1 2663.6999999999998 112.206 66.666700000000006 177580.00399999999 7480.3999000000003 222 0101000020E610000070ECD973999A0F400305DEC9A7C74940 9307 6 34 0 7480.3999000000003 2008-09-17 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 5 3.7999999999999998 0.25190000000000001 333.33330000000001 253.33330000000001 16.795999999999999 1193 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 3863 6 34 0 16.795999999999999 2009-10-05 37 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 32 22.399999999999999 2.4573 2133.3334 1493.3334 163.81870000000001 52 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 163.81870000000001 2009-04-01 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 35.299999999999997 4.0997000000000003 66.666700000000006 2353.3334 273.31 218 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 273.31 2008-09-17 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 12 1 236.69999999999999 18.071999999999999 66.666700000000006 15780.000400000001 1204.7974999999999 96 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7622 6 34 0 1204.7974999999999 2009-10-05 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 2 2.7000000000000002 0.32369999999999999 133.33330000000001 180 21.582000000000001 498 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 12249 6 34 0 21.582000000000001 2009-07-14 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 13 139.5 16.8935 866.66669999999999 9300.0002000000004 1126.23 569 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 1126.23 2009-07-14 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 3 3.2000000000000002 0.38369999999999999 200 213.33330000000001 25.578700000000001 474 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42552 6 34 0 25.578700000000001 2008-06-25 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 103.09999999999999 13.361800000000001 66.666700000000006 6873.3334999999997 890.78399999999999 84 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4846 6 34 0 890.78399999999999 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0089999999999999993 85 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42397 6 34 0 0.0089999999999999993 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 23 21.600000000000001 2.3694999999999999 1533.3334 1440 157.96799999999999 87 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 157.96799999999999 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 9 7.5999999999999996 0.50390000000000001 600 506.66669999999999 33.591999999999999 89 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 33.591999999999999 2009-10-05 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 5.9000000000000004 0.6472 66.666700000000006 393.33330000000001 43.148699999999998 101 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 20132 6 34 0 43.148699999999998 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 4.5999999999999996 0.50460000000000005 600 306.66669999999999 33.641300000000001 102 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 2882 6 34 0 33.641300000000001 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.90000000000000002 0.098699999999999996 66.666700000000006 60 6.5819999999999999 103 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 41259 6 34 0 6.5819999999999999 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.29999999999999999 0.019900000000000001 66.666700000000006 20 1.3260000000000001 104 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 3863 6 34 0 1.3260000000000001 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 387.30000000000001 37.645600000000002 266.66669999999999 25820.000599999999 2509.7040000000002 105 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 13050 6 34 0 2509.7040000000002 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0074000000000000003 106 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 8152 6 34 0 0.0074000000000000003 2008-06-25 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 3 4.0999999999999996 0.49159999999999998 200 273.33330000000001 32.7727 492 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42552 6 34 0 32.7727 2009-04-01 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 5 98.299999999999997 11.9041 333.33330000000001 6553.3334999999997 793.6087 107 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7813 6 34 0 793.6087 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.20000000000000001 0.024 66.666700000000006 13.333299999999999 1.5987 114 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42361 6 34 0 1.5987 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 569 4362.1000000000004 368.16120000000001 37933.334199999998 290806.67320000002 24544.082699999999 119 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 24544.082699999999 2008-06-25 45 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 38.399999999999999 3.2410000000000001 266.66669999999999 2560.0001000000002 216.06399999999999 120 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 216.06399999999999 2008-09-17 45 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 0.59999999999999998 0.065799999999999997 133.33330000000001 40 4.3879999999999999 121 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 20132 6 34 0 4.3879999999999999 2008-10-15 45 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 13 88 7.4272 866.66669999999999 5866.6668 495.14670000000001 123 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 495.14670000000001 2008-10-15 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 5.7000000000000002 0.76719999999999999 66.666700000000006 380 51.148000000000003 124 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42397 6 34 0 51.148000000000003 2009-04-01 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 14.4 1.5797000000000001 133.33330000000001 960 105.312 125 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 20132 6 34 0 105.312 2009-04-01 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 26 22.399999999999999 2.4573 1733.3334 1493.3334 163.81870000000001 126 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 2882 6 34 0 163.81870000000001 2009-04-01 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 30.600000000000001 2.5825999999999998 266.66669999999999 2040 172.17599999999999 132 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 172.17599999999999 2009-04-01 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 1.8 0.24229999999999999 133.33330000000001 120 16.152000000000001 134 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42397 6 34 0 16.152000000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Magelonida Spioniformia SUBORDO-Spioniformia Magelonidae Magelona Magelona - \N 1 1 0.14369999999999999 66.666700000000006 66.666700000000006 9.5800000000000001 135 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42393 6 34 0 9.5800000000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 11 13.4 1.47 733.33330000000001 893.33339999999998 97.998699999999999 136 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 2882 6 34 0 97.998699999999999 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 5.0999999999999996 0.56410000000000005 133.33330000000001 340 37.603999999999999 143 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 8152 6 34 0 37.603999999999999 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 4 38.200000000000003 4.6260000000000003 266.66669999999999 2546.6667000000002 308.40129999999999 144 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7813 6 34 0 308.40129999999999 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 8.5999999999999996 0.7258 66.666700000000006 573.33330000000001 48.389299999999999 151 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 48.389299999999999 2009-07-14 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 7 2.6000000000000001 0.31169999999999998 466.66669999999999 173.33330000000001 20.782699999999998 516 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42552 6 34 0 20.782699999999998 2008-06-25 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0088999999999999999 152 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42349 6 34 0 0.0088999999999999999 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 2 282.39999999999998 36.598999999999997 133.33330000000001 18826.667099999999 2439.9360999999999 153 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4997 6 34 0 2439.9360999999999 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.59999999999999998 0.039800000000000002 66.666700000000006 40 2.6520000000000001 156 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 3863 6 34 0 2.6520000000000001 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 6 86 10.4146 400 5733.3334999999997 694.30669999999998 158 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7813 6 34 0 694.30669999999998 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 15 147.80000000000001 12.474299999999999 1000 9853.3335999999999 831.62130000000002 166 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 6395 6 34 0 831.62130000000002 2009-10-05 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 11 0.59999999999999998 0.080000000000000002 733.33320000000003 39.999899999999997 5.3361000000000001 167 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42349 6 34 0 5.3361000000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 0.69999999999999996 0.064299999999999996 66.666600000000003 46.666800000000002 4.2839999999999998 169 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42395 6 34 0 4.2839999999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 5.9000000000000004 0.54159999999999997 66.666600000000003 393.33330000000001 36.107999999999997 170 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42395 6 34 0 36.107999999999997 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 4 1323.5 171.5256 266.66669999999999 88233.335399999996 11435.0406 171 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4846 6 34 0 11435.0406 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 22 56.399999999999999 7.5914000000000001 1466.6667 3760.0001999999999 506.09609999999998 172 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42399 6 34 0 506.09609999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 3 6.0999999999999996 0.82110000000000005 200.0001 406.66680000000002 54.737400000000001 174 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42397 6 34 0 54.737400000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 193 57.5 6.3078000000000003 12866.666999999999 3833.3334 420.51659999999998 175 0101000020E610000070ECD973999A0F400305DEC9A7C74940 2882 6 34 0 420.51659999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 433 302.10000000000002 20.029199999999999 28866.6672 20140.000499999998 1335.2819999999999 177 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 1335.2819999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 49 21.800000000000001 2.1190000000000002 3266.6667000000002 1453.3335 141.26400000000001 178 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 141.26400000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 12 4.4000000000000004 0.48659999999999998 800.00009999999997 293.33339999999998 32.442599999999999 181 0101000020E610000070ECD973999A0F400305DEC9A7C74940 8152 6 34 0 32.442599999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 0.59999999999999998 0.066400000000000001 133.33320000000001 39.999899999999997 4.4241000000000001 182 0101000020E610000070ECD973999A0F400305DEC9A7C74940 8152 6 34 0 4.4241000000000001 2008-06-25 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 6 3.7000000000000002 0.44359999999999999 400 246.66669999999999 29.575299999999999 534 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42552 6 34 0 29.575299999999999 2008-09-17 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 46 91 11.020099999999999 3066.6666 6066.6669000000002 734.67330000000004 183 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 734.67330000000004 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 85 27.600000000000001 3.3092000000000001 5666.6666999999998 1839.9999 220.61609999999999 197 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42361 6 34 0 220.61609999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta - \N 5 133 15.9467 333.33330000000001 8866.6668000000009 1063.1133 198 0101000020E610000070ECD973999A0F400305DEC9A7C74940 5951 6 34 0 1063.1133 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 3 0.35970000000000002 66.666600000000003 200.0001 23.979900000000001 200 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12058 6 34 0 23.979900000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 9 48.799999999999997 4.1186999999999996 600 3253.3335000000002 274.5813 207 0101000020E610000070ECD973999A0F400305DEC9A7C74940 6395 6 34 0 274.5813 2008-06-25 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 108.2 14.0227 66.666700000000006 7213.3334999999997 934.84799999999996 211 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4846 6 34 0 934.84799999999996 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 6 55.5 7.4702999999999999 400 3700.0001000000002 498.01999999999998 212 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42399 6 34 0 498.01999999999998 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 24 15.9 1.0542 1600 1060 70.278000000000006 213 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 70.278000000000006 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 418.60000000000002 40.687899999999999 266.66669999999999 27906.667300000001 2712.5279999999998 214 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 2712.5279999999998 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 6 5.7000000000000002 0.63039999999999996 400 380 42.027999999999999 215 0101000020E610000070ECD973999A0F400305DEC9A7C74940 8152 6 34 0 42.027999999999999 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.1000000000000001 0.13320000000000001 66.666700000000006 73.333299999999994 8.8806999999999992 216 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 8.8806999999999992 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 42 26.800000000000001 3.2132999999999998 2800.0001000000002 1786.6667 214.22130000000001 219 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42361 6 34 0 214.22130000000001 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta - \N 6 114.59999999999999 13.740500000000001 400 7640.0002000000004 916.03599999999994 220 0101000020E610000070ECD973999A0F400305DEC9A7C74940 5951 6 34 0 916.03599999999994 2008-09-17 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 18 1.5192000000000001 200 1200 101.28 224 0101000020E610000070ECD973999A0F400305DEC9A7C74940 6395 6 34 0 101.28 2008-09-17 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 2 28.899999999999999 2.653 133.33330000000001 1926.6667 176.86799999999999 225 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42395 6 34 0 176.86799999999999 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 100.2 12.985900000000001 66.666700000000006 6680.0001000000002 865.72799999999995 227 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4846 6 34 0 865.72799999999995 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 17.300000000000001 2.3285999999999998 66.666700000000006 1153.3334 155.23869999999999 228 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42399 6 34 0 155.23869999999999 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 32 19.899999999999999 2.3860000000000001 2133.3334 1326.6667 159.06729999999999 543 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42552 6 34 0 159.06729999999999 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 231 0101000020E610000070ECD973999A0F400305DEC9A7C74940 2882 6 34 0 0.0073000000000000001 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 16 15.6 1.0343 1066.6667 1040 68.951999999999998 232 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 68.951999999999998 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 18 2236.6999999999998 217.40719999999999 1200 149113.33670000001 14493.8161 233 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 14493.8161 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.1000000000000001 0.13320000000000001 66.666700000000006 73.333299999999994 8.8806999999999992 235 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 8.8806999999999992 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 17 17.300000000000001 2.0743 1133.3334 1153.3334 138.28469999999999 241 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12058 6 34 0 138.28469999999999 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 35.399999999999999 2.9878 333.33330000000001 2360.0001000000002 199.184 243 0101000020E610000070ECD973999A0F400305DEC9A7C74940 6395 6 34 0 199.184 2008-10-15 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 249.5 32.3352 66.666700000000006 16633.333699999999 2155.6801 244 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4846 6 34 0 2155.6801 2009-04-01 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 5.5999999999999996 0.75380000000000003 66.666700000000006 373.33330000000001 50.250700000000002 245 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42399 6 34 0 50.250700000000002 2009-04-01 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 4.0999999999999996 0.44979999999999998 400 273.33330000000001 29.9847 246 0101000020E610000070ECD973999A0F400305DEC9A7C74940 2882 6 34 0 29.9847 2009-04-01 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 6 7.4000000000000004 0.49059999999999998 400 493.33330000000001 32.707999999999998 247 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 32.707999999999998 2009-04-01 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 118.8 11.5474 66.666700000000006 7920.0002000000004 769.82399999999996 248 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 769.82399999999996 2009-04-01 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 56.200000000000003 6.8057999999999996 133.33330000000001 3746.6668 453.72129999999999 249 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 453.72129999999999 2009-04-01 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 119.09999999999999 15.4354 66.666700000000006 7940.0002000000004 1029.0239999999999 252 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4846 6 34 0 1029.0239999999999 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 0.29999999999999999 0.032899999999999999 66.666700000000006 20 2.194 253 0101000020E610000070ECD973999A0F400305DEC9A7C74940 20132 6 34 0 2.194 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 28 13.6 1.4919 1866.6667 906.66669999999999 99.461299999999994 255 0101000020E610000070ECD973999A0F400305DEC9A7C74940 2882 6 34 0 99.461299999999994 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 256 0101000020E610000070ECD973999A0F400305DEC9A7C74940 41259 6 34 0 2.9253 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0044000000000000003 257 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 0.0044000000000000003 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 37.200000000000003 3.6158000000000001 133.33330000000001 2480.0001000000002 241.05600000000001 258 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 241.05600000000001 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0074000000000000003 260 0101000020E610000070ECD973999A0F400305DEC9A7C74940 8152 6 34 0 0.0074000000000000003 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 4 97.400000000000006 11.7951 266.66669999999999 6493.3334999999997 786.34270000000004 261 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 786.34270000000004 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 7 19 2.2780999999999998 466.66669999999999 1266.6667 151.8733 263 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12058 6 34 0 151.8733 2009-07-14 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 3.7000000000000002 0.498 66.666700000000006 246.66669999999999 33.201300000000003 265 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42397 6 34 0 33.201300000000003 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.80000000000000004 0.087800000000000003 66.666700000000006 53.333300000000001 5.8506999999999998 266 0101000020E610000070ECD973999A0F400305DEC9A7C74940 41259 6 34 0 5.8506999999999998 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0044000000000000003 267 0101000020E610000070ECD973999A0F400305DEC9A7C74940 3863 6 34 0 0.0044000000000000003 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 334 32.464799999999997 133.33330000000001 22266.6672 2164.3200000000002 268 0101000020E610000070ECD973999A0F400305DEC9A7C74940 13050 6 34 0 2164.3200000000002 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.90000000000000002 0.099500000000000005 66.666700000000006 60 6.6360000000000001 269 0101000020E610000070ECD973999A0F400305DEC9A7C74940 8152 6 34 0 6.6360000000000001 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 2.3999999999999999 0.29060000000000002 133.33330000000001 160 19.376000000000001 270 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7813 6 34 0 19.376000000000001 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.40000000000000002 0.048000000000000001 66.666700000000006 26.666699999999999 3.1972999999999998 273 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42361 6 34 0 3.1972999999999998 2009-10-05 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.6000000000000001 0.21540000000000001 66.666700000000006 106.66670000000001 14.3573 275 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42397 6 34 0 14.3573 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 3.3999999999999999 0.373 600 226.66669999999999 24.865300000000001 276 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 2882 6 34 0 24.865300000000001 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 6 334.19999999999999 32.484200000000001 400 22280.000499999998 2165.616 277 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 13050 6 34 0 2165.616 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 283.10000000000002 34.2834 133.33330000000001 18873.3338 2285.5607 278 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 7813 6 34 0 2285.5607 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 1.5 0.1799 200 100 11.99 288 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42361 6 34 0 11.99 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 3.5 0.41970000000000002 66.666700000000006 233.33330000000001 27.976700000000001 290 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 12058 6 34 0 27.976700000000001 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 728 4793.8999999999996 404.60520000000002 48533.3344 319593.34049999999 26973.6774 293 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 6395 6 34 0 26973.6774 2008-06-25 34 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 25 2.1099999999999999 200 1666.6667 140.66669999999999 296 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 6395 6 34 0 140.66669999999999 2009-04-01 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 2.7999999999999998 0.37690000000000001 133.33330000000001 186.66669999999999 25.125299999999999 297 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42397 6 34 0 25.125299999999999 2009-07-14 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 13 4.7000000000000002 0.51559999999999995 866.66669999999999 313.33330000000001 34.372700000000002 298 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 2882 6 34 0 34.372700000000002 2009-07-14 34 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.2 0.1615 66.666700000000006 80 10.768000000000001 303 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42397 6 34 0 10.768000000000001 2009-10-05 34 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 8 12.300000000000001 1.3492999999999999 533.33330000000001 820 89.953999999999994 304 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 2882 6 34 0 89.953999999999994 2009-10-05 34 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 5 9.5 1.1391 333.33330000000001 633.33330000000001 75.936700000000002 305 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42367 6 34 0 75.936700000000002 2009-10-05 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 114.7 14.8651 66.666700000000006 7646.6668 991.00800000000004 306 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4846 6 34 0 991.00800000000004 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 3.8999999999999999 0.42780000000000001 400 260 28.521999999999998 307 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 2882 6 34 0 28.521999999999998 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.59999999999999998 0.065799999999999997 66.666700000000006 40 4.3879999999999999 308 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 41259 6 34 0 4.3879999999999999 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.29999999999999999 0.019900000000000001 66.666700000000006 20 1.3260000000000001 310 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 3863 6 34 0 1.3260000000000001 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 50.700000000000003 4.9279999999999999 133.33330000000001 3380.0001000000002 328.536 311 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 13050 6 34 0 328.536 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 4.0999999999999996 0.4965 200 273.33330000000001 33.100700000000003 313 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7813 6 34 0 33.100700000000003 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.5 0.059999999999999998 133.33330000000001 33.333300000000001 3.9967000000000001 319 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42361 6 34 0 3.9967000000000001 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 3 4.4000000000000004 0.52759999999999996 200 293.33330000000001 35.170699999999997 320 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12058 6 34 0 35.170699999999997 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 176 1312 110.7328 11733.3336 87466.668600000005 7382.1867000000002 323 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 6395 6 34 0 7382.1867000000002 2008-06-25 50 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 14 95.900000000000006 8.0939999999999994 933.33339999999998 6393.3334999999997 539.59730000000002 324 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 6395 6 34 0 539.59730000000002 2008-09-17 50 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 6 48 4.0511999999999997 400 3200.0001000000002 270.07999999999998 325 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 6395 6 34 0 270.07999999999998 2008-10-15 50 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 29 20.399999999999999 2.2378999999999998 1933.3334 1360 149.19200000000001 326 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 2882 6 34 0 149.19200000000001 2009-04-01 50 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 5.2000000000000002 0.62970000000000004 66.666700000000006 346.66669999999999 41.981299999999997 327 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7813 6 34 0 41.981299999999997 2009-04-01 50 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 40.200000000000003 3.3929 333.33330000000001 2680.0001000000002 226.19200000000001 328 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 6395 6 34 0 226.19200000000001 2009-04-01 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 8 14.300000000000001 1.9248000000000001 533.33330000000001 953.33339999999998 128.31870000000001 329 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42397 6 34 0 128.31870000000001 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 87 36 3.9491999999999998 5800.0001000000002 2400.0001000000002 263.27999999999997 330 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 2882 6 34 0 263.27999999999997 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.5 0.033099999999999997 66.666700000000006 33.333300000000001 2.21 331 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 3863 6 34 0 2.21 2009-07-14 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 2 2.3999999999999999 0.2878 133.33330000000001 160 19.184000000000001 348 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42367 6 34 0 19.184000000000001 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 1 5.5999999999999996 0.6714 66.666700000000006 373.33330000000001 44.762700000000002 349 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 13614 6 34 0 44.762700000000002 2009-10-05 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 2.2000000000000002 0.29609999999999997 66.666700000000006 146.66669999999999 19.741299999999999 354 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42399 6 34 0 19.741299999999999 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 11 74.799999999999997 9.0582999999999991 733.33330000000001 4986.6668 603.8854 356 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7813 6 34 0 603.8854 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 350 2577.1999999999998 217.51570000000001 23333.333900000001 171813.33720000001 14501.0453 364 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 6395 6 34 0 14501.0453 2008-06-25 42 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 16.300000000000001 1.3756999999999999 200 1086.6667 91.714699999999993 366 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 6395 6 34 0 91.714699999999993 2008-10-15 42 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 15 5.5 0.60340000000000005 1000 366.66669999999999 40.223300000000002 367 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 2882 6 34 0 40.223300000000002 2009-04-01 42 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 5.7000000000000002 0.48110000000000003 66.666700000000006 380 32.072000000000003 368 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 6395 6 34 0 32.072000000000003 2009-04-01 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 9 10.699999999999999 1.4401999999999999 600 713.33330000000001 96.014700000000005 370 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42397 6 34 0 96.014700000000005 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 36 13.1 1.4371 2400.0001000000002 873.33339999999998 95.804699999999997 371 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 2882 6 34 0 95.804699999999997 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 0.29999999999999999 0.036299999999999999 66.666700000000006 20 2.4220000000000002 373 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7813 6 34 0 2.4220000000000002 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 0.69999999999999996 0.083900000000000002 66.666700000000006 46.666699999999999 5.5952999999999999 374 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42367 6 34 0 5.5952999999999999 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 31.899999999999999 2.6924000000000001 333.33330000000001 2126.6667000000002 179.4907 379 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 6395 6 34 0 179.4907 2009-07-14 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0088999999999999999 380 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42349 6 34 0 0.0088999999999999999 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 3 7.2999999999999998 0.98260000000000003 200 486.66669999999999 65.505300000000005 383 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42397 6 34 0 65.505300000000005 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 8 11.699999999999999 1.2835000000000001 533.33330000000001 780 85.566000000000003 384 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 2882 6 34 0 85.566000000000003 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 2.7000000000000002 0.32700000000000001 66.666700000000006 180 21.797999999999998 388 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7813 6 34 0 21.797999999999998 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 10 38.299999999999997 4.5922000000000001 666.66669999999999 2553.3334 306.1447 389 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 13614 6 34 0 306.1447 2009-10-05 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0088999999999999999 392 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42349 6 34 0 0.0088999999999999999 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 59.799999999999997 5.8125999999999998 66.666700000000006 3986.6668 387.50400000000002 396 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 13050 6 34 0 387.50400000000002 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 7.2000000000000002 0.87190000000000001 200 480 58.128 397 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 7813 6 34 0 58.128 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 375 2894.5 244.29580000000001 25000.000599999999 192966.671 16286.386699999999 405 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 6395 6 34 0 16286.386699999999 2008-06-25 38 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 9 55.200000000000003 4.6589 600 3680.0001000000002 310.59199999999998 408 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 6395 6 34 0 310.59199999999998 2008-10-15 38 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 6.5999999999999996 0.7913 66.666700000000006 440 52.756 410 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 12058 6 34 0 52.756 2009-04-01 38 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 28 9 0.98729999999999996 1866.6667 600 65.819999999999993 413 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 2882 6 34 0 65.819999999999993 2009-07-14 38 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 1 1.8999999999999999 0.2278 66.666700000000006 126.66670000000001 15.1873 415 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 13614 6 34 0 15.1873 2009-07-14 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 17 11.699999999999999 1.2835000000000001 1133.3334 780 85.566000000000003 416 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 2882 6 34 0 85.566000000000003 2009-10-05 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 3 3.2999999999999998 0.3957 200 220 26.378 418 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42367 6 34 0 26.378 2009-10-05 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 3 17.899999999999999 2.1461999999999999 200 1193.3334 143.08070000000001 419 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 13614 6 34 0 143.08070000000001 2009-10-05 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 2.6000000000000001 0.3468 133.33320000000001 173.33340000000001 23.122800000000002 424 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42349 6 34 0 23.122800000000002 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 0.001 0.0001 66.666600000000003 0.066600000000000006 0.0071999999999999998 426 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 20132 6 34 0 0.0071999999999999998 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 3.2999999999999998 0.36199999999999999 399.99990000000003 219.9999 24.1341 427 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 2882 6 34 0 24.1341 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 30 28.199999999999999 1.8696999999999999 2000.0001 1880.0001 124.64400000000001 428 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 3863 6 34 0 124.64400000000001 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - \N 1 464.89999999999998 43.886600000000001 66.666600000000003 30993.333900000001 2925.7707 429 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42389 6 34 0 2925.7707 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 1.3 0.15740000000000001 133.33320000000001 86.666700000000006 10.495200000000001 430 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 7813 6 34 0 10.495200000000001 2008-06-25 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0.5 0.066699999999999995 133.33330000000001 33.333300000000001 4.4466999999999999 434 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42349 6 34 0 4.4466999999999999 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 7.4000000000000004 0.95899999999999996 66.666700000000006 493.33330000000001 63.936 435 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 4846 6 34 0 63.936 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 1.2 0.13159999999999999 133.33330000000001 80 8.7759999999999998 436 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 2882 6 34 0 8.7759999999999998 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 1.8999999999999999 0.126 266.66669999999999 126.66670000000001 8.3979999999999997 437 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 3863 6 34 0 8.3979999999999997 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 34.799999999999997 3.3826000000000001 66.666700000000006 2320.0001000000002 225.50399999999999 438 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 13050 6 34 0 225.50399999999999 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 9.4000000000000004 1.1383000000000001 200 626.66669999999999 75.889300000000006 440 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 7813 6 34 0 75.889300000000006 2008-10-15 27 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 34.799999999999997 2.9371 333.33330000000001 2320.0001000000002 195.80799999999999 441 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 6395 6 34 0 195.80799999999999 2008-10-15 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 48.899999999999999 6.3373999999999997 66.666700000000006 3260.0001000000002 422.49599999999998 443 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 4846 6 34 0 422.49599999999998 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 2.3999999999999999 0.26329999999999998 66.666700000000006 160 17.552 444 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 2882 6 34 0 17.552 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 14 9.3000000000000007 0.61660000000000004 933.33339999999998 620 41.106000000000002 445 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 3863 6 34 0 41.106000000000002 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 952.79999999999995 92.612200000000001 266.66669999999999 63520.001400000001 6174.1441000000004 446 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 13050 6 34 0 6174.1441000000004 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 4 11.5 1.3789 266.66669999999999 766.66669999999999 91.923299999999998 449 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 12058 6 34 0 91.923299999999998 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 3 0.25319999999999998 66.666700000000006 200 16.879999999999999 450 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 6395 6 34 0 16.879999999999999 2009-04-01 27 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 91.5 11.8584 66.666700000000006 6100.0001000000002 790.55999999999995 451 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 4846 6 34 0 790.55999999999995 2009-07-14 27 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 30.5 3.6936 133.33330000000001 2033.3334 246.23670000000001 454 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 7813 6 34 0 246.23670000000001 2009-07-14 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0.001 0.0001 133.33330000000001 0.066699999999999995 0.0088999999999999999 455 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42349 6 34 0 0.0088999999999999999 2009-10-05 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 3 272 35.251199999999997 200 18133.333699999999 2350.0801000000001 456 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 4846 6 34 0 2350.0801000000001 2009-10-05 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 0.69999999999999996 0.076799999999999993 133.33330000000001 46.666699999999999 5.1193 457 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 20132 6 34 0 5.1193 2009-10-05 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.40000000000000002 0.026499999999999999 66.666700000000006 26.666699999999999 1.768 460 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 3863 6 34 0 1.768 2009-10-05 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 14 2431 236.29320000000001 933.33339999999998 162066.6703 15752.8802 461 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 13050 6 34 0 15752.8802 2009-10-05 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.8 0.218 66.666700000000006 120 14.532 462 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 7813 6 34 0 14.532 2009-10-05 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 509 3475.8000000000002 293.35750000000002 33933.3341 231720.00520000001 19557.168000000001 479 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 19557.168000000001 2008-06-25 35 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 17 1.4348000000000001 200 1133.3334 95.653300000000002 480 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 95.653300000000002 2008-09-17 35 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 1.7 0.20380000000000001 66.666700000000006 113.33329999999999 13.588699999999999 482 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 12058 6 34 0 13.588699999999999 2008-10-15 35 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 9.0999999999999996 0.76800000000000002 200 606.66669999999999 51.2027 483 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 51.2027 2008-10-15 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0.59999999999999998 0.080000000000000002 133.33330000000001 40 5.3360000000000003 484 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42349 6 34 0 5.3360000000000003 2009-04-01 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 30.100000000000001 3.3290999999999999 200 2006.6667 221.93729999999999 489 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 8152 6 34 0 221.93729999999999 2009-04-01 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 7 48.299999999999997 4.0765000000000002 466.66669999999999 3220.0001000000002 271.76799999999997 493 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 271.76799999999997 2009-04-01 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 25 7.7000000000000002 0.84470000000000001 1666.6667 513.33330000000001 56.3127 495 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 2882 6 34 0 56.3127 2009-07-14 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 2 26.399999999999999 2.2282000000000002 133.33330000000001 1760 148.54400000000001 501 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 148.54400000000001 2009-07-14 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 66.666700000000006 20 2.6680000000000001 502 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42349 6 34 0 2.6680000000000001 2009-10-05 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.5 0.2019 66.666700000000006 100 13.460000000000001 503 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42397 6 34 0 13.460000000000001 2009-10-05 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 2.7999999999999998 0.30719999999999997 266.66669999999999 186.66669999999999 20.4773 504 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 2882 6 34 0 20.4773 2009-10-05 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 3 4.0999999999999996 0.49159999999999998 200 273.33330000000001 32.7727 505 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42367 6 34 0 32.7727 2009-10-05 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 3 8.8000000000000007 1.0550999999999999 200 586.66669999999999 70.341300000000004 506 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 13614 6 34 0 70.341300000000004 2009-10-05 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 2.2999999999999998 0.19409999999999999 66.666700000000006 153.33330000000001 12.9413 507 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 6395 6 34 0 12.9413 2009-10-05 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 58.899999999999999 7.6334 66.666700000000006 3926.6668 508.89600000000002 508 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4846 6 34 0 508.89600000000002 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 12 6.2999999999999998 0.69110000000000005 800 420 46.073999999999998 509 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 46.073999999999998 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 120 11.664 133.33330000000001 8000.0002000000004 777.60000000000002 511 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 777.60000000000002 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080999999999999996 512 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 0.0080999999999999996 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.59999999999999998 0.071900000000000006 66.666700000000006 40 4.7960000000000003 517 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42361 6 34 0 4.7960000000000003 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 1.8999999999999999 0.2278 133.33330000000001 126.66670000000001 15.1873 518 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12058 6 34 0 15.1873 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 838 4795.3000000000002 404.72329999999999 55866.6679 319686.67379999999 26981.554700000001 523 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 26981.554700000001 2008-06-25 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 8.4000000000000004 1.1306 66.666700000000006 560 75.376000000000005 525 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42399 6 34 0 75.376000000000005 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.5 0.054899999999999997 66.666700000000006 33.333300000000001 3.6566999999999998 526 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 3.6566999999999998 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 9 562.60000000000002 54.684699999999999 600 37506.667500000003 3645.6480000000001 527 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 3645.6480000000001 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0074000000000000003 528 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8152 6 34 0 0.0074000000000000003 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 10.800000000000001 1.3079000000000001 66.666700000000006 720 87.191999999999993 529 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 87.191999999999993 2008-09-17 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 686 4819.6999999999998 406.78269999999998 45733.3344 321313.34049999999 27118.845399999998 535 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 27118.845399999998 2008-09-17 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Cumacea ORDO-Cumacea ORDO-Cumacea Bodotriidae Cumopsis Cumopsis goodsiri - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 556 0101000020E61000002B51F696729E0F405B61FA5E43C84940 11839 6 34 0 0.0080000000000000002 2009-04-01 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 2 0.40000000000000002 0.053400000000000003 133.33330000000001 26.666699999999999 3.5573000000000001 536 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42349 6 34 0 3.5573000000000001 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 12 4.7999999999999998 0.46660000000000001 800 320 31.103999999999999 539 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 31.103999999999999 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 1.3 0.14380000000000001 66.666700000000006 86.666700000000006 9.5853000000000002 540 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8152 6 34 0 9.5853000000000002 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 170.30000000000001 20.6233 200 11353.3336 1374.8887 541 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 1374.8887 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1593 11385.299999999999 960.91930000000002 106200.0024 759020.01699999999 64061.288099999998 547 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 64061.288099999998 2008-10-15 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 32.5 3.9358 133.33330000000001 2166.6667000000002 262.38330000000002 554 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 262.38330000000002 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 0.5 0.059999999999999998 66.666700000000006 33.333300000000001 3.9967000000000001 555 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12058 6 34 0 3.9967000000000001 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 78 485.69999999999999 40.993099999999998 5200.0001000000002 32380.000700000001 2732.8719999999998 559 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 2732.8719999999998 2009-04-01 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 28.300000000000001 3.6677 66.666700000000006 1886.6667 244.512 562 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4846 6 34 0 244.512 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 8 14.6 1.9652000000000001 533.33330000000001 973.33339999999998 131.01070000000001 563 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42399 6 34 0 131.01070000000001 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 17 11.300000000000001 1.2396 1133.3334 753.33339999999998 82.640699999999995 565 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 82.640699999999995 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.6000000000000001 0.1061 133.33330000000001 106.66670000000001 7.0720000000000001 566 0101000020E61000002B51F696729E0F405B61FA5E43C84940 3863 6 34 0 7.0720000000000001 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 7 1664.2 161.7602 466.66669999999999 110946.6691 10784.016100000001 567 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 10784.016100000001 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 1.6000000000000001 0.17699999999999999 133.33330000000001 106.66670000000001 11.7973 568 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8152 6 34 0 11.7973 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 9.8000000000000007 0.82709999999999995 66.666700000000006 653.33330000000001 55.141300000000001 578 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 55.141300000000001 2009-07-14 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 0.5 0.066699999999999995 200 33.333300000000001 4.4466999999999999 579 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42349 6 34 0 4.4466999999999999 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 0.69999999999999996 0.094200000000000006 66.666700000000006 46.666699999999999 6.2812999999999999 580 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42397 6 34 0 6.2812999999999999 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 2 2.7999999999999998 0.30719999999999997 133.33330000000001 186.66669999999999 20.4773 581 0101000020E61000002B51F696729E0F405B61FA5E43C84940 20132 6 34 0 20.4773 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 582 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 0.0073000000000000001 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 12 16.800000000000001 1.1137999999999999 800 1120 74.256 584 0101000020E61000002B51F696729E0F405B61FA5E43C84940 3863 6 34 0 74.256 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 318.80000000000001 30.987400000000001 66.666700000000006 21253.3338 2065.8240000000001 585 0101000020E61000002B51F696729E0F405B61FA5E43C84940 13050 6 34 0 2065.8240000000001 2009-10-05 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 3 4.7999999999999998 0.57550000000000001 200 320 38.368000000000002 828 0101000020E610000089B5F81400A30F404E62105839C84940 42552 6 34 0 38.368000000000002 2008-06-25 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.40000000000000002 0.044200000000000003 66.666700000000006 26.666699999999999 2.9493 586 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8152 6 34 0 2.9493 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 123.40000000000001 14.9437 133.33330000000001 8226.6669000000002 996.24940000000004 587 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7813 6 34 0 996.24940000000004 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 1.8 0.21579999999999999 133.33330000000001 120 14.388 589 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42361 6 34 0 14.388 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 11.199999999999999 1.3429 133.33330000000001 746.66669999999999 89.525300000000001 590 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12058 6 34 0 89.525300000000001 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 5.2999999999999998 0.44729999999999998 66.666700000000006 353.33330000000001 29.821300000000001 593 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6395 6 34 0 29.821300000000001 2009-10-05 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.565784000000001 3.9545110000000001 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 9 8.1999999999999993 0.89949999999999997 600 546.66660000000002 59.9694 595 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 20132 6 34 0 59.9694 2008-06-25 47 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562638999999997 3.959362 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 20 6.5 0.71309999999999996 1333.3335 433.33319999999998 47.536799999999999 596 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 2882 6 34 0 47.536799999999999 2008-06-25 59 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562638999999997 3.959362 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 11 6.0999999999999996 0.40439999999999998 733.33320000000003 406.66680000000002 26.9619 597 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 3863 6 34 0 26.9619 2008-06-25 59 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562638999999997 3.959362 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 21.100000000000001 2.0508999999999999 66.666600000000003 1406.6667 136.72800000000001 598 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 13050 6 34 0 136.72800000000001 2008-06-25 59 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562638999999997 3.959362 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 1.1000000000000001 0.1217 133.33320000000001 73.333200000000005 8.1107999999999993 599 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 8152 6 34 0 8.1107999999999993 2008-06-25 59 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 2.2000000000000002 0.24129999999999999 200 146.66669999999999 16.089300000000001 656 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 2882 6 34 0 16.089300000000001 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 13 397.89999999999998 38.675899999999999 866.66669999999999 26526.667300000001 2578.3919999999998 657 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 13050 6 34 0 2578.3919999999998 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 3.1000000000000001 0.37169999999999997 66.666700000000006 206.66669999999999 24.779299999999999 662 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42361 6 34 0 24.779299999999999 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 27 230.40000000000001 19.445799999999998 1800 15360.0003 1296.384 666 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 1296.384 2008-06-25 56 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 667 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42361 6 34 0 0.0080000000000000002 2008-09-17 56 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 6 50.899999999999999 4.2960000000000003 400 3393.3334 286.39729999999997 668 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 286.39729999999997 2008-09-17 56 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 11 109.3 9.2248999999999999 733.33330000000001 7286.6668 614.99469999999997 669 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 614.99469999999997 2008-10-15 56 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 99 97.900000000000006 10.739599999999999 6600.0001000000002 6526.6668 715.97540000000004 670 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 2882 6 34 0 715.97540000000004 2009-04-01 56 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 28.5 2.4054000000000002 266.66669999999999 1900 160.36000000000001 673 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 160.36000000000001 2009-04-01 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 1.7 0.2288 66.666700000000006 113.33329999999999 15.2547 675 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42399 6 34 0 15.2547 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 16 31.199999999999999 4.1994999999999996 1066.6667 2080 279.96800000000002 676 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42397 6 34 0 279.96800000000002 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 50 39.600000000000001 4.3441000000000001 3333.3334 2640.0001000000002 289.608 677 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 2882 6 34 0 289.608 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 4.2999999999999998 0.47560000000000002 200 286.66669999999999 31.705300000000001 681 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 8152 6 34 0 31.705300000000001 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 21 53.100000000000001 6.4303999999999997 1400 3540.0001000000002 428.69400000000002 683 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7813 6 34 0 428.69400000000002 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 22 111.7 9.4275000000000002 1466.6667 7446.6668 628.49869999999999 692 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 628.49869999999999 2009-07-14 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0088999999999999999 693 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42349 6 34 0 0.0088999999999999999 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 134 17.366399999999999 66.666700000000006 8933.3335000000006 1157.7601 694 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 4997 6 34 0 1157.7601 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 5 0.67300000000000004 66.666700000000006 333.33330000000001 44.866700000000002 695 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42399 6 34 0 44.866700000000002 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 2 0.21940000000000001 200 133.33330000000001 14.6267 696 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 2882 6 34 0 14.6267 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 15.800000000000001 1.9134 200 1053.3334 127.5587 698 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7813 6 34 0 127.5587 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 11 75.099999999999994 6.3384 733.33330000000001 5006.6668 422.56270000000001 711 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 6395 6 34 0 422.56270000000001 2009-10-05 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis longissima - \N 1 4.0999999999999996 0.37640000000000001 66.666600000000003 273.33330000000001 25.091999999999999 712 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 21130 6 34 0 25.091999999999999 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 22.800000000000001 2.9548999999999999 66.666600000000003 1520.0001 196.99199999999999 713 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4846 6 34 0 196.99199999999999 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 3.1000000000000001 0.34010000000000001 600 206.66669999999999 22.671299999999999 715 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 2882 6 34 0 22.671299999999999 2008-06-25 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 850 0101000020E610000089B5F81400A30F404E62105839C84940 42552 6 34 0 0.0080000000000000002 2009-04-01 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 3.1000000000000001 0.20549999999999999 266.66669999999999 206.66669999999999 13.7019 718 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 3863 6 34 0 13.7019 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 3 290 28.187999999999999 200.0001 19333.3338 1879.2 720 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 1879.2 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 6 273.69999999999999 26.6036 399.99990000000003 18246.6672 1773.576 721 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 1773.576 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 0.501 0.055399999999999998 200.0001 33.399900000000002 3.6939000000000002 724 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 8152 6 34 0 3.6939000000000002 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 34 117.40000000000001 14.2171 2266.6668 7826.6666999999998 947.80949999999996 725 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 947.80949999999996 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 15 42.799999999999997 5.1317000000000004 999.99990000000003 2853.3332999999998 342.1146 733 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12058 6 34 0 342.1146 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 630 3904.5999999999999 329.54820000000001 42000.000899999999 260306.67240000001 21969.882600000001 748 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 21969.882600000001 2008-06-25 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 59.299999999999997 7.6852999999999998 66.666700000000006 3953.3334 512.35199999999998 750 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4846 6 34 0 512.35199999999998 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.7 0.11269999999999999 133.33330000000001 113.33329999999999 7.5140000000000002 751 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 3863 6 34 0 7.5140000000000002 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 727.79999999999995 70.742199999999997 133.33330000000001 48520.001100000001 4716.1440000000002 752 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 4716.1440000000002 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0074000000000000003 753 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 8152 6 34 0 0.0074000000000000003 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 11.199999999999999 1.3563000000000001 66.666700000000006 746.66669999999999 90.421300000000002 754 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 90.421300000000002 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 115 1085.3 91.599299999999999 7666.6668 72353.335000000006 6106.6212999999998 766 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 6106.6212999999998 2008-09-17 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 770 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 2882 6 34 0 0.0073000000000000001 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 345.89999999999998 33.621499999999997 266.66669999999999 23060.000499999998 2241.4319999999998 771 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 2241.4319999999998 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 24.899999999999999 3.0154000000000001 200 1660 201.02600000000001 772 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 201.02600000000001 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 54 506.39999999999998 42.740200000000002 3600.0001000000002 33760.000800000002 2849.3440000000001 779 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 2849.3440000000001 2008-10-15 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 162.90000000000001 21.111799999999999 66.666700000000006 10860.0002 1407.4561000000001 780 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4846 6 34 0 1407.4561000000001 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 12 5.7999999999999998 0.63629999999999998 800 386.66669999999999 42.417299999999997 781 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 2882 6 34 0 42.417299999999997 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 3 4.5999999999999996 0.30499999999999999 200 306.66669999999999 20.332000000000001 782 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 3863 6 34 0 20.332000000000001 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 31.300000000000001 3.7904 133.33330000000001 2086.6667000000002 252.6953 783 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 252.6953 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 26 231.09999999999999 19.504799999999999 1733.3334 15406.666999999999 1300.3226999999999 788 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 1300.3226999999999 2009-04-01 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 1.3999999999999999 0.15359999999999999 400 93.333299999999994 10.2387 791 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 2882 6 34 0 10.2387 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 3 4.9000000000000004 0.32490000000000002 200 326.66669999999999 21.658000000000001 792 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 3863 6 34 0 21.658000000000001 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 6 823.20000000000005 80.015000000000001 400 54880.001199999999 5334.3361000000004 793 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 5334.3361000000004 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 0.90000000000000002 0.099500000000000005 200 60 6.6360000000000001 794 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 8152 6 34 0 6.6360000000000001 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 132.40000000000001 16.0336 200 8826.6669000000002 1068.9094 795 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 1068.9094 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 12 61.100000000000001 5.1567999999999996 800 4073.3334 343.78930000000003 807 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 343.78930000000003 2009-07-14 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 141 18.273599999999998 66.666700000000006 9400.0002000000004 1218.2401 808 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4997 6 34 0 1218.2401 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 1.5 0.2019 66.666700000000006 100 13.460000000000001 809 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42399 6 34 0 13.460000000000001 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 1.7 0.1865 200 113.33329999999999 12.432700000000001 810 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 2882 6 34 0 12.432700000000001 2009-10-05 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 18 10.4 1.1409 1200 693.33330000000001 76.058700000000002 1062 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 2882 6 34 0 76.058700000000002 2009-07-14 31 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 3 4.0999999999999996 0.27179999999999999 200 273.33330000000001 18.122 811 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 3863 6 34 0 18.122 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.69999999999999996 0.077399999999999997 66.666700000000006 46.666699999999999 5.1612999999999998 812 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 8152 6 34 0 5.1612999999999998 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 6 29.699999999999999 3.5966999999999998 400 1980 239.77799999999999 813 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 239.77799999999999 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 1.3 0.10970000000000001 66.666700000000006 86.666700000000006 7.3147000000000002 817 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 7.3147000000000002 2009-10-05 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 12.800000000000001 1.175 66.666700000000006 853.33339999999998 78.335999999999999 818 0101000020E610000089B5F81400A30F404E62105839C84940 42395 6 34 0 78.335999999999999 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 2 120.7 15.6427 133.33330000000001 8046.6668 1042.8480999999999 819 0101000020E610000089B5F81400A30F404E62105839C84940 4846 6 34 0 1042.8480999999999 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 2 7.0999999999999996 0.95569999999999999 133.33330000000001 473.33330000000001 63.710700000000003 820 0101000020E610000089B5F81400A30F404E62105839C84940 42399 6 34 0 63.710700000000003 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 16 9.0999999999999996 0.99829999999999997 1066.6667 606.66669999999999 66.551299999999998 821 0101000020E610000089B5F81400A30F404E62105839C84940 2882 6 34 0 66.551299999999998 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 7 339.5 32.999400000000001 466.66669999999999 22633.3338 2199.96 822 0101000020E610000089B5F81400A30F404E62105839C84940 13050 6 34 0 2199.96 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 2.2999999999999998 0.27850000000000003 200 153.33330000000001 18.5687 823 0101000020E610000089B5F81400A30F404E62105839C84940 7813 6 34 0 18.5687 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 0.90000000000000002 0.1079 133.33330000000001 60 7.194 829 0101000020E610000089B5F81400A30F404E62105839C84940 42361 6 34 0 7.194 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 3 6 0.71940000000000004 200 400 47.960000000000001 831 0101000020E610000089B5F81400A30F404E62105839C84940 12058 6 34 0 47.960000000000001 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 300 2608 220.11519999999999 20000.000400000001 173866.67060000001 14674.3467 838 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 14674.3467 2008-06-25 48 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 66 541.20000000000005 45.677300000000002 4400.0001000000002 36080.000800000002 3045.152 839 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 3045.152 2008-09-17 48 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 142 1108.5999999999999 93.565799999999996 9466.6669000000002 73906.668300000005 6237.7227000000003 841 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 6237.7227000000003 2008-10-15 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 6.9000000000000004 0.75690000000000002 66.666700000000006 460 50.462000000000003 842 0101000020E610000089B5F81400A30F404E62105839C84940 20132 6 34 0 50.462000000000003 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 60 36.700000000000003 4.0259999999999998 4000.0001000000002 2446.6667000000002 268.39929999999998 843 0101000020E610000089B5F81400A30F404E62105839C84940 2882 6 34 0 268.39929999999998 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 13.199999999999999 1.5985 133.33330000000001 880 106.568 849 0101000020E610000089B5F81400A30F404E62105839C84940 7813 6 34 0 106.568 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 59 437.39999999999998 36.916600000000003 3933.3334 29160.000700000001 2461.1039999999998 852 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 2461.1039999999998 2009-04-01 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 2 7.0999999999999996 0.92020000000000002 133.33330000000001 473.33330000000001 61.344000000000001 854 0101000020E610000089B5F81400A30F404E62105839C84940 4846 6 34 0 61.344000000000001 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 9 18 2.4228000000000001 600 1200 161.52000000000001 856 0101000020E610000089B5F81400A30F404E62105839C84940 42397 6 34 0 161.52000000000001 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 15 8.9000000000000004 0.97629999999999995 1000 593.33330000000001 65.088700000000003 857 0101000020E610000089B5F81400A30F404E62105839C84940 2882 6 34 0 65.088700000000003 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 9 41.5 4.5899000000000001 600 2766.6667000000002 305.99329999999998 864 0101000020E610000089B5F81400A30F404E62105839C84940 8152 6 34 0 305.99329999999998 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 16 26.5 3.2092000000000001 1066.6667 1766.6667 213.94329999999999 865 0101000020E610000089B5F81400A30F404E62105839C84940 7813 6 34 0 213.94329999999999 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.59999999999999998 0.071900000000000006 66.666700000000006 40 4.7960000000000003 866 0101000020E610000089B5F81400A30F404E62105839C84940 42361 6 34 0 4.7960000000000003 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 4.0999999999999996 0.49159999999999998 66.666700000000006 273.33330000000001 32.7727 867 0101000020E610000089B5F81400A30F404E62105839C84940 12058 6 34 0 32.7727 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 32 236.09999999999999 19.9268 2133.3334 15740.000400000001 1328.4559999999999 873 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 1328.4559999999999 2009-07-14 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 13 11.4 1.2505999999999999 866.66669999999999 760 83.372 874 0101000020E610000089B5F81400A30F404E62105839C84940 2882 6 34 0 83.372 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.59999999999999998 0.039800000000000002 66.666700000000006 40 2.6520000000000001 875 0101000020E610000089B5F81400A30F404E62105839C84940 3863 6 34 0 2.6520000000000001 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 59.700000000000003 7.2297000000000002 66.666700000000006 3980.0001000000002 481.97800000000001 876 0101000020E610000089B5F81400A30F404E62105839C84940 7813 6 34 0 481.97800000000001 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 259 3143.5 265.31139999999999 17266.667099999999 209566.67139999999 17687.4267 883 0101000020E610000089B5F81400A30F404E62105839C84940 6395 6 34 0 17687.4267 2009-10-05 48 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 66.666700000000006 20 2.6680000000000001 884 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42349 6 34 0 2.6680000000000001 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 67.299999999999997 8.7220999999999993 66.666700000000006 4486.6668 581.47199999999998 885 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4846 6 34 0 581.47199999999998 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 346.60000000000002 33.689500000000002 133.33330000000001 23106.6672 2245.9679999999998 886 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 13050 6 34 0 2245.9679999999998 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.5 0.1817 66.666700000000006 100 12.109999999999999 889 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7813 6 34 0 12.109999999999999 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 5 24.300000000000001 2.9136000000000002 333.33330000000001 1620 194.238 895 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12058 6 34 0 194.238 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 241 2020.9000000000001 170.56399999999999 16066.666999999999 134726.6697 11370.930700000001 898 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6395 6 34 0 11370.930700000001 2008-09-17 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 102.90000000000001 13.335800000000001 66.666700000000006 6860.0002000000004 889.05600000000004 900 0101000020E61000003FC7478B33A60F40D427B9C326C84940 4846 6 34 0 889.05600000000004 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.6000000000000001 0.17549999999999999 266.66669999999999 106.66670000000001 11.7013 902 0101000020E61000003FC7478B33A60F40D427B9C326C84940 2882 6 34 0 11.7013 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 4 268.5 26.098199999999999 266.66669999999999 17900.000400000001 1739.8800000000001 903 0101000020E61000003FC7478B33A60F40D427B9C326C84940 13050 6 34 0 1739.8800000000001 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 4 31.399999999999999 3.8025000000000002 266.66669999999999 2093.3334 253.5027 904 0101000020E61000003FC7478B33A60F40D427B9C326C84940 7813 6 34 0 253.5027 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 9 13.9 1.6666000000000001 600 926.66669999999999 111.1073 909 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42361 6 34 0 111.1073 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus locusta - \N 4 137.5 16.4863 266.66669999999999 9166.6669000000002 1099.0834 910 0101000020E61000003FC7478B33A60F40D427B9C326C84940 5951 6 34 0 1099.0834 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 553 4690.8999999999996 395.91199999999998 36866.667500000003 312726.67369999998 26394.130700000002 917 0101000020E61000003FC7478B33A60F40D427B9C326C84940 6395 6 34 0 26394.130700000002 2008-06-25 55 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 68 527.60000000000002 44.529400000000003 4533.3334000000004 35173.3341 2968.6293000000001 919 0101000020E61000003FC7478B33A60F40D427B9C326C84940 6395 6 34 0 2968.6293000000001 2008-09-17 55 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 43 351.60000000000002 29.675000000000001 2866.6667000000002 23440.000499999998 1978.336 920 0101000020E61000003FC7478B33A60F40D427B9C326C84940 6395 6 34 0 1978.336 2008-10-15 55 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 921 0101000020E61000003FC7478B33A60F40D427B9C326C84940 2882 6 34 0 2.9253 2009-04-01 55 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 7.9000000000000004 0.66679999999999995 66.666700000000006 526.66669999999999 44.450699999999998 923 0101000020E61000003FC7478B33A60F40D427B9C326C84940 6395 6 34 0 44.450699999999998 2009-04-01 55 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0088999999999999999 925 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42349 6 34 0 0.0088999999999999999 2009-10-05 55 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 30.800000000000001 2.5994999999999999 266.66669999999999 2053.3334 173.3013 928 0101000020E61000003FC7478B33A60F40D427B9C326C84940 6395 6 34 0 173.3013 2009-10-05 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 3 2.8999999999999999 0.31809999999999999 200 193.33330000000001 21.2087 930 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 2882 6 34 0 21.2087 2009-07-14 54 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 16.5 1.8249 66.666700000000006 1100 121.66 931 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 8152 6 34 0 121.66 2009-07-14 54 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 2 4.5999999999999996 0.55149999999999999 133.33330000000001 306.66669999999999 36.769300000000001 933 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 42367 6 34 0 36.769300000000001 2009-07-14 54 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 2 0.90000000000000002 0.098699999999999996 133.33330000000001 60 6.5819999999999999 935 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 2882 6 34 0 6.5819999999999999 2009-10-05 54 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 6 14.4 1.7265999999999999 400 960 115.104 936 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 42367 6 34 0 115.104 2009-10-05 54 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 12 17.800000000000001 2.3959000000000001 800 1186.6667 159.7253 939 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42397 6 34 0 159.7253 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 29 21.399999999999999 2.3475999999999999 1933.3334 1426.6667 156.50530000000001 940 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 2882 6 34 0 156.50530000000001 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 2 0.22120000000000001 200 133.33330000000001 14.746700000000001 945 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 8152 6 34 0 14.746700000000001 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 7 25.5 3.0880999999999998 466.66669999999999 1700 205.87 946 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 7813 6 34 0 205.87 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 1.1000000000000001 0.13189999999999999 66.666700000000006 73.333299999999994 8.7927 949 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42367 6 34 0 8.7927 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 7 35.200000000000003 2.9708999999999999 466.66669999999999 2346.6667000000002 198.05869999999999 956 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 6395 6 34 0 198.05869999999999 2009-07-14 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 2 9.4000000000000004 1.2652000000000001 133.33330000000001 626.66669999999999 84.349299999999999 958 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42399 6 34 0 84.349299999999999 2009-10-05 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 2.7000000000000002 0.17899999999999999 266.66669999999999 180 11.933999999999999 960 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 3863 6 34 0 11.933999999999999 2009-10-05 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 5 28.899999999999999 3.4998 333.33330000000001 1926.6667 233.3193 963 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 7813 6 34 0 233.3193 2009-10-05 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 2 15.5 1.3082 133.33330000000001 1033.3334 87.213300000000004 965 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 6395 6 34 0 87.213300000000004 2009-10-05 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 5 15 2.0190000000000001 333.33330000000001 1000 134.59999999999999 967 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42399 6 34 0 134.59999999999999 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 6 18.800000000000001 2.5305 400 1253.3334 168.6987 968 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42397 6 34 0 168.6987 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.2 0.13159999999999999 266.66669999999999 80 8.7759999999999998 969 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 2882 6 34 0 8.7759999999999998 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 2.3999999999999999 0.15909999999999999 133.33330000000001 160 10.608000000000001 970 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 3863 6 34 0 10.608000000000001 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 4.7000000000000002 0.51980000000000004 66.666700000000006 313.33330000000001 34.654699999999998 972 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 8152 6 34 0 34.654699999999998 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 10 55.5 6.7210999999999999 666.66669999999999 3700.0001000000002 448.06999999999999 973 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7813 6 34 0 448.06999999999999 2009-07-14 49 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.561141380000002 3.9616720000000001 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 280.60000000000002 36.3658 66.666700000000006 18706.667099999999 2424.3841000000002 604 0101000020E6100000D0D4EB1681B10F4023C4117BD3C74940 4846 6 34 0 2424.3841000000002 2008-10-15 64 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 29 136.59999999999999 11.529 1933.3334 9106.6669000000002 768.60270000000003 981 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 6395 6 34 0 768.60270000000003 2009-07-14 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 306.39999999999998 39.709400000000002 66.666700000000006 20426.667099999999 2647.2961 982 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 4997 6 34 0 2647.2961 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.2 0.1615 66.666700000000006 80 10.768000000000001 983 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42397 6 34 0 10.768000000000001 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.80000000000000004 0.052999999999999999 66.666700000000006 53.333300000000001 3.536 984 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 3863 6 34 0 3.536 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.5 0.055300000000000002 66.666700000000006 33.333300000000001 3.6867000000000001 986 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 8152 6 34 0 3.6867000000000001 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 12 111 13.4421 800 7400.0002000000004 896.13999999999999 987 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7813 6 34 0 896.13999999999999 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 7 49.799999999999997 4.2031000000000001 466.66669999999999 3320.0001000000002 280.20800000000003 991 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 6395 6 34 0 280.20800000000003 2009-10-05 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 9 11.5 1.5479000000000001 600 766.66669999999999 103.19329999999999 992 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42397 6 34 0 103.19329999999999 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 48 23.399999999999999 2.5670000000000002 3200.0001000000002 1560 171.13200000000001 993 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 2882 6 34 0 171.13200000000001 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 0.5 0.060600000000000001 66.666700000000006 33.333300000000001 4.0366999999999997 997 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 7813 6 34 0 4.0366999999999997 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 1.3 0.15590000000000001 66.666700000000006 86.666700000000006 10.391299999999999 998 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42367 6 34 0 10.391299999999999 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 5 8.0999999999999996 0.97119999999999995 333.33330000000001 540 64.745999999999995 999 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 13614 6 34 0 64.745999999999995 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 5 29.100000000000001 2.456 333.33330000000001 1940 163.73599999999999 1000 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 6395 6 34 0 163.73599999999999 2009-07-14 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 3.3999999999999999 0.45760000000000001 66.666700000000006 226.66669999999999 30.5093 1001 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42399 6 34 0 30.5093 2009-10-05 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 3 7.0999999999999996 0.95569999999999999 200 473.33330000000001 63.710700000000003 1002 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42397 6 34 0 63.710700000000003 2009-10-05 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 26 28.600000000000001 3.1374 1733.3334 1906.6667 209.16130000000001 1003 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 2882 6 34 0 209.16130000000001 2009-10-05 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 3 12.699999999999999 1.5226999999999999 200 846.66669999999999 101.5153 1005 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 13614 6 34 0 101.5153 2009-10-05 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 21 1.7724 266.66669999999999 1400 118.16 1006 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 6395 6 34 0 118.16 2009-10-05 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 2.3999999999999999 0.2203 66.666700000000006 160 14.688000000000001 1007 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42395 6 34 0 14.688000000000001 2009-07-14 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 1.8 0.24229999999999999 133.33330000000001 120 16.152000000000001 1008 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42397 6 34 0 16.152000000000001 2009-07-14 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 7.7000000000000002 0.84470000000000001 600 513.33330000000001 56.3127 1009 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 2882 6 34 0 56.3127 2009-07-14 33 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 4 7.0999999999999996 0.95569999999999999 266.66669999999999 473.33330000000001 63.710700000000003 1014 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42397 6 34 0 63.710700000000003 2009-10-05 33 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 14 7.2000000000000002 0.78979999999999995 933.33339999999998 480 52.655999999999999 1015 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 2882 6 34 0 52.655999999999999 2009-10-05 33 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.59999999999999998 0.039800000000000002 66.666700000000006 40 2.6520000000000001 1017 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 3863 6 34 0 2.6520000000000001 2009-10-05 33 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 5 7.9000000000000004 0.94720000000000004 333.33330000000001 526.66669999999999 63.147300000000001 1018 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42367 6 34 0 63.147300000000001 2009-10-05 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.90000000000000002 0.1201 66.666700000000006 60 8.0039999999999996 1020 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42349 6 34 0 8.0039999999999996 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 85 32.700000000000003 3.5872000000000002 5666.6668 2180 239.14599999999999 1023 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 2882 6 34 0 239.14599999999999 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 3.2000000000000002 0.35389999999999999 200 213.33330000000001 23.5947 1024 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 8152 6 34 0 23.5947 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 71 8.5981000000000005 133.33330000000001 4733.3334000000004 573.20669999999996 1025 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 7813 6 34 0 573.20669999999996 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 14 79.099999999999994 6.6760000000000002 933.33339999999998 5273.3334999999997 445.0693 1028 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 6395 6 34 0 445.0693 2009-07-14 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0089999999999999993 1031 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42399 6 34 0 0.0089999999999999993 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 21 20.100000000000001 2.2050000000000001 1400 1340 146.99799999999999 1033 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 2882 6 34 0 146.99799999999999 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 3.7000000000000002 0.24529999999999999 266.66669999999999 246.66669999999999 16.353999999999999 1035 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 3863 6 34 0 16.353999999999999 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 170.09999999999999 16.5337 66.666700000000006 11340.0003 1102.248 1036 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 13050 6 34 0 1102.248 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 9.1999999999999993 1.1141000000000001 133.33330000000001 613.33330000000001 74.274699999999996 1039 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 7813 6 34 0 74.274699999999996 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 2 27.800000000000001 2.3462999999999998 133.33330000000001 1853.3334 156.4213 1041 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 6395 6 34 0 156.4213 2009-10-05 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.5 0.1646 266.66669999999999 100 10.970000000000001 1042 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 2882 6 34 0 10.970000000000001 2009-07-14 7 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 1.302 0.14280000000000001 300 43.399999999999999 4.7610000000000001 1045 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 2882 6 34 0 4.7610000000000001 2009-10-05 7 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 5 11.199999999999999 1.3429 166.66669999999999 373.33330000000001 44.762700000000002 1046 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 42367 6 34 0 44.762700000000002 2009-10-05 7 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 4 1.3999999999999999 0.15359999999999999 266.66669999999999 93.333299999999994 10.2387 1048 0101000020E6100000319413ED2AA40F4032772D211FC84940 2882 6 34 0 10.2387 2009-07-14 53 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 2 3 0.35970000000000002 133.33330000000001 200 23.98 1049 0101000020E6100000319413ED2AA40F4032772D211FC84940 42367 6 34 0 23.98 2009-07-14 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 12 10 1.097 400 333.33330000000001 36.566699999999997 1050 0101000020E6100000319413ED2AA40F4032772D211FC84940 2882 6 34 0 36.566699999999997 2009-10-05 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Scolelepis Scolelepis bonnieri - \N 1 42.100000000000001 4.6184000000000003 33.333300000000001 1403.3334 153.94569999999999 1051 0101000020E6100000319413ED2AA40F4032772D211FC84940 41257 6 34 0 153.94569999999999 2009-10-05 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.001 0.0001 33.333300000000001 0.033300000000000003 0.0040000000000000001 1056 0101000020E6100000319413ED2AA40F4032772D211FC84940 42361 6 34 0 0.0040000000000000001 2009-10-05 53 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 5 8.0999999999999996 0.97119999999999995 333.33330000000001 540 64.745999999999995 1086 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42367 6 34 0 64.745999999999995 2009-10-05 32 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 0.59999999999999998 0.071900000000000006 33.333300000000001 20 2.3980000000000001 1057 0101000020E6100000319413ED2AA40F4032772D211FC84940 42367 6 34 0 2.3980000000000001 2009-10-05 53 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 6 8.9000000000000004 1.1979 400 593.33330000000001 79.862700000000004 1073 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42397 6 34 0 79.862700000000004 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 33 23.100000000000001 2.5341 2200 1540 168.93799999999999 1074 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 2882 6 34 0 168.93799999999999 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 3 2.5 0.29980000000000001 200 166.66669999999999 19.9833 1077 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42367 6 34 0 19.9833 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 2 2.6000000000000001 0.31169999999999998 133.33330000000001 173.33330000000001 20.782699999999998 1078 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 13614 6 34 0 20.782699999999998 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 2 11.4 0.96220000000000006 133.33330000000001 760 64.144000000000005 1081 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 6395 6 34 0 64.144000000000005 2009-07-14 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 3 0.40379999999999999 133.33330000000001 200 26.920000000000002 1082 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42397 6 34 0 26.920000000000002 2009-10-05 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 11 4 0.43880000000000002 733.33330000000001 266.66669999999999 29.253299999999999 1083 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 2882 6 34 0 29.253299999999999 2009-10-05 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 9 51.200000000000003 6.1388999999999996 600 3413.3334 409.25869999999998 1087 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 13614 6 34 0 409.25869999999998 2009-10-05 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Cumacea ORDO-Cumacea ORDO-Cumacea Bodotriidae Cumopsis Cumopsis goodsiri - \N 1 0.29999999999999999 0.035999999999999997 66.666700000000006 20 2.3980000000000001 1088 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 11839 6 34 0 2.3980000000000001 2009-10-05 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 11.6 0.97899999999999998 66.666700000000006 773.33339999999998 65.269300000000001 1089 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 6395 6 34 0 65.269300000000001 2009-10-05 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 5.2999999999999998 0.71340000000000003 66.666700000000006 353.33330000000001 47.558700000000002 1091 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42397 6 34 0 47.558700000000002 2009-07-14 41 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 1 0.40000000000000002 0.048000000000000001 66.666700000000006 26.666699999999999 3.1972999999999998 1094 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42367 6 34 0 3.1972999999999998 2009-07-14 41 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 17 13.1 1.4371 1133.3334 873.33339999999998 95.804699999999997 1092 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 2882 6 34 0 95.804699999999997 2009-07-14 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 8 11.300000000000001 1.5209999999999999 266.66669999999999 376.66669999999999 50.699300000000001 1097 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42397 6 34 0 50.699300000000001 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 40 59.600000000000001 6.5381 1333.3334 1986.6667 217.93729999999999 1098 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 2882 6 34 0 217.93729999999999 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 1.1000000000000001 0.13320000000000001 66.666700000000006 36.666699999999999 4.4402999999999997 1101 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 7813 6 34 0 4.4402999999999997 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 7 25 2.9975000000000001 233.33330000000001 833.33339999999998 99.916700000000006 1102 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 13614 6 34 0 99.916700000000006 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Cumacea ORDO-Cumacea ORDO-Cumacea Bodotriidae Cumopsis Cumopsis goodsiri - \N 1 0.80000000000000004 0.095899999999999999 33.333300000000001 26.666699999999999 3.1972999999999998 1103 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 11839 6 34 0 3.1972999999999998 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 9.5 0.80179999999999996 33.333300000000001 316.66669999999999 26.726700000000001 1105 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 6395 6 34 0 26.726700000000001 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 15.4 1.2998000000000001 33.333300000000001 513.33330000000001 43.325299999999999 1106 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 6395 6 34 0 43.325299999999999 2009-10-05 41 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 39 29.199999999999999 3.2031999999999998 2600.0001000000002 1946.6667 213.54929999999999 1110 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 2882 6 34 0 213.54929999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 14 16.399999999999999 1.986 933.33339999999998 1093.3334 132.40270000000001 1116 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7813 6 34 0 132.40270000000001 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 2 2.6000000000000001 0.31169999999999998 133.33330000000001 173.33330000000001 20.782699999999998 1117 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 13614 6 34 0 20.782699999999998 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 29 157.5 13.292999999999999 1933.3334 10500.0002 886.20000000000005 1128 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 6395 6 34 0 886.20000000000005 2009-07-14 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.40000000000000002 0.053400000000000003 33.333300000000001 13.333299999999999 1.7786999999999999 1129 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42349 6 34 0 1.7786999999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 2.6000000000000001 0.34999999999999998 33.333300000000001 86.666700000000006 11.6653 1131 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42399 6 34 0 11.6653 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 12 17.800000000000001 2.3959000000000001 400 593.33330000000001 79.862700000000004 1132 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42397 6 34 0 79.862700000000004 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 74 61 6.6917 2466.6667000000002 2033.3334 223.05670000000001 1133 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 2882 6 34 0 223.05670000000001 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 1 0.001 0.0001 33.333300000000001 0.033300000000000003 0.0037000000000000002 1138 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 8152 6 34 0 0.0037000000000000002 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 4 59.700000000000003 7.2297000000000002 133.33330000000001 1990 240.989 1139 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7813 6 34 0 240.989 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 2 5.2999999999999998 0.63549999999999995 66.666700000000006 176.66669999999999 21.182300000000001 1140 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42367 6 34 0 21.182300000000001 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 3 6.7999999999999998 0.81530000000000002 100 226.66669999999999 27.177299999999999 1142 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 13614 6 34 0 27.177299999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 37 259.60000000000002 21.9102 1233.3334 8653.3335000000006 730.34130000000005 1151 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 6395 6 34 0 730.34130000000005 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 39 33.5 3.6749999999999998 2600.0001000000002 2233.3334 244.9967 1154 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 2882 6 34 0 244.9967 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 6 55 6.6604999999999999 400 3666.6667000000002 444.0333 1158 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7813 6 34 0 444.0333 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 3 4.5999999999999996 0.55149999999999999 200 306.66669999999999 36.769300000000001 1160 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42367 6 34 0 36.769300000000001 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 1 3.6000000000000001 0.43159999999999998 66.666700000000006 240 28.776 1161 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 13614 6 34 0 28.776 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 9 43.200000000000003 3.6461000000000001 600 2880.0001000000002 243.072 1166 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 6395 6 34 0 243.072 2009-07-14 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 6 5.0999999999999996 0.5595 400 340 37.298000000000002 1168 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 2882 6 34 0 37.298000000000002 2009-10-05 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 12 61.100000000000001 7.3992000000000004 800 4073.3334 493.28070000000002 1170 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7813 6 34 0 493.28070000000002 2009-10-05 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 2 7.4000000000000004 0.88729999999999998 133.33330000000001 493.33330000000001 59.150700000000001 1171 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 13614 6 34 0 59.150700000000001 2009-10-05 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 24.5 2.0678000000000001 266.66669999999999 1633.3334 137.85329999999999 1174 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 6395 6 34 0 137.85329999999999 2009-10-05 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 10 13.199999999999999 1.7766999999999999 666.66669999999999 880 118.44799999999999 1177 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42399 6 34 0 118.44799999999999 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 66 28.300000000000001 3.1044999999999998 4400.0001000000002 1886.6667 206.96729999999999 1179 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 2882 6 34 0 206.96729999999999 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0.69999999999999996 0.046399999999999997 133.33330000000001 46.666699999999999 3.0939999999999999 1180 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 3863 6 34 0 3.0939999999999999 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 6 4.7999999999999998 0.53090000000000004 400 320 35.392000000000003 1182 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 8152 6 34 0 35.392000000000003 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 11 23.300000000000001 2.8216000000000001 733.33330000000001 1553.3334 188.1087 1183 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 7813 6 34 0 188.1087 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 20 158.90000000000001 13.411199999999999 1333.3334 10593.3336 894.07730000000004 1187 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 6395 6 34 0 894.07730000000004 2009-07-14 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 3.1000000000000001 0.4173 66.666700000000006 206.66669999999999 27.817299999999999 1189 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42399 6 34 0 27.817299999999999 2009-10-05 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 17 18.600000000000001 2.0404 1133.3334 1240 136.02799999999999 1192 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 2882 6 34 0 136.02799999999999 2009-10-05 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 4 0.80000000000000004 0.088499999999999995 266.66669999999999 53.333300000000001 5.8986999999999998 1196 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 8152 6 34 0 5.8986999999999998 2009-10-05 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 11 113.2 13.708500000000001 733.33330000000001 7546.6668 913.90139999999997 1197 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 7813 6 34 0 913.90139999999997 2009-10-05 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 0.001 0.0001 133.33330000000001 0.066699999999999995 0.0074000000000000003 1208 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 8152 6 34 0 0.0074000000000000003 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 23 76.299999999999997 9.2399000000000004 1533.3334 5086.6668 615.99540000000002 1209 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7813 6 34 0 615.99540000000002 2009-07-14 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 0.29999999999999999 0.040000000000000001 66.666700000000006 20 2.6680000000000001 1216 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42349 6 34 0 2.6680000000000001 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.5 0.054899999999999997 66.666700000000006 33.333300000000001 3.6566999999999998 1218 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 2882 6 34 0 3.6566999999999998 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 1.3999999999999999 0.092799999999999994 133.33330000000001 93.333299999999994 6.1879999999999997 1219 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 3863 6 34 0 6.1879999999999997 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 23 121.2 14.677300000000001 1533.3334 8080.0002000000004 978.48800000000006 1223 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7813 6 34 0 978.48800000000006 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 3 3.6000000000000001 0.43159999999999998 200 240 28.776 1224 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42367 6 34 0 28.776 2009-10-05 44 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 1.8999999999999999 0.2278 200.0001 126.6666 15.187200000000001 731 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42361 6 34 0 15.187200000000001 2008-06-25 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 1.3 0.1193 66.666700000000006 86.666700000000006 7.9560000000000004 1108 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42395 6 34 0 7.9560000000000004 2009-07-14 12 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 27 36.799999999999997 4.9090999999999996 1800 2453.3334 327.27480000000003 1 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42349 6 34 0 327.27480000000003 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 64.599999999999994 8.3721999999999994 66.666600000000003 4306.6668 558.14400000000001 2 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4846 6 34 0 558.14400000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 0.90000000000000002 0.1211 66.666600000000003 60 8.0760000000000005 3 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42399 6 34 0 8.0760000000000005 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 41 30.699999999999999 3.3677999999999999 2733.3332999999998 2046.6666 224.51939999999999 4 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 224.51939999999999 2008-06-25 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 3 0.80000000000000004 0.088499999999999995 200 53.333300000000001 5.8986999999999998 1038 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 8152 6 34 0 5.8986999999999998 2009-10-05 29 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 51.566200000000002 3.9483160000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 422 0101000020E61000003430F2B226960F40637FD93D79C84940 2882 6 34 0 0.0073000000000000001 2008-09-17 28 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 51.566200000000002 3.9483160000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 12 69.5 5.8658000000000001 800 4633.3334000000004 391.05329999999998 423 0101000020E61000003430F2B226960F40637FD93D79C84940 6395 6 34 0 391.05329999999998 2008-09-17 28 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 16 10.699999999999999 1.1738 1066.6667 713.33330000000001 78.252700000000004 548 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2882 6 34 0 78.252700000000004 2009-04-01 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.551436809999998 3.9766408000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 5 0.59950000000000003 200 333.33330000000001 39.966700000000003 640 0101000020E6100000A4833F0D29D00F405A613C7B95C64940 42361 6 34 0 39.966700000000003 2009-07-14 100 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.551167239999998 3.9770566000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 1 2.2999999999999998 0.27579999999999999 66.666700000000006 153.33330000000001 18.384699999999999 641 0101000020E610000046BAFA0C03D10F409A36EBA58CC64940 13614 6 34 0 18.384699999999999 2009-07-14 101 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 458 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 2882 6 34 0 0.0073000000000000001 2009-10-05 27 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 0.5 0.045900000000000003 66.666700000000006 33.333300000000001 3.0600000000000001 561 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42395 6 34 0 3.0600000000000001 2009-07-14 36 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 29.699999999999999 2.8868 66.666700000000006 1980 192.45599999999999 32 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 13050 6 34 0 192.45599999999999 2008-09-17 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.69999999999999996 0.046399999999999997 66.666600000000003 46.666800000000002 3.0939000000000001 8 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 3.0939000000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 72.299999999999997 7.0275999999999996 66.666600000000003 4820.0001000000002 468.50400000000002 9 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 13050 6 34 0 468.50400000000002 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 7 9.0999999999999996 1.0065 466.66680000000002 606.66660000000002 67.097399999999993 11 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 8152 6 34 0 67.097399999999993 2008-06-25 51 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 2 4.5999999999999996 0.55149999999999999 66.666700000000006 153.33330000000001 18.384699999999999 1059 0101000020E6100000319413ED2AA40F4032772D211FC84940 13614 6 34 0 18.384699999999999 2009-10-05 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 9.4000000000000004 0.79339999999999999 33.333300000000001 313.33330000000001 26.4453 1060 0101000020E6100000319413ED2AA40F4032772D211FC84940 6395 6 34 0 26.4453 2009-10-05 53 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 2.3999999999999999 0.32300000000000001 133.33330000000001 160 21.536000000000001 1061 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 42397 6 34 0 21.536000000000001 2009-07-14 31 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.1000000000000001 0.1426 66.666700000000006 73.333299999999994 9.5039999999999996 50 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42394 6 34 0 9.5039999999999996 2009-04-01 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 1 0.69999999999999996 0.076799999999999993 66.666700000000006 46.666699999999999 5.1193 86 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42405 6 34 0 5.1193 2009-10-05 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Platynereis Platynereis dumerilii - \N 1 170.30000000000001 25.4939 66.666700000000006 11353.3336 1699.5940000000001 98 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4171 6 34 0 1699.5940000000001 2008-06-25 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 11.1 1.4386000000000001 66.666700000000006 740 95.903999999999996 154 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42394 6 34 0 95.903999999999996 2009-10-05 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 2.5 0.38500000000000001 66.666600000000003 166.66679999999999 25.666799999999999 168 0101000020E610000070ECD973999A0F400305DEC9A7C74940 6040 6 34 0 25.666799999999999 2008-06-25 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe - \N 4 5.0999999999999996 0.61150000000000004 266.66669999999999 340 40.765999999999998 240 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42369 6 34 0 40.765999999999998 2008-10-15 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 9.5 1.4630000000000001 66.666700000000006 633.33330000000001 97.533299999999997 251 0101000020E610000070ECD973999A0F400305DEC9A7C74940 6040 6 34 0 97.533299999999997 2009-07-14 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 3 0.38879999999999998 66.666700000000006 200 25.920000000000002 264 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42394 6 34 0 25.920000000000002 2009-10-05 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 2.2999999999999998 0.27579999999999999 66.666700000000006 153.33330000000001 18.384699999999999 287 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 8613 6 34 0 18.384699999999999 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe - \N 1 0.5 0.059999999999999998 66.666700000000006 33.333300000000001 3.9967000000000001 289 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42369 6 34 0 3.9967000000000001 2008-06-25 34 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 4 2009-04-01 1 0 Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria PH-Cnidaria CNIDARIA - \N 3 22.699999999999999 3.1280999999999999 200 1513.3334 208.53729999999999 922 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42554 6 34 0 208.53729999999999 2009-04-01 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis - \N 1 2.6000000000000001 0.28760000000000002 66.666700000000006 173.33330000000001 19.1707 300 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 7566 6 34 0 19.1707 2009-07-14 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 2 6.5 0.77939999999999998 133.33330000000001 433.33330000000001 51.956699999999998 334 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 8613 6 34 0 51.956699999999998 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 0.80000000000000004 0.1037 66.666700000000006 53.333300000000001 6.9119999999999999 369 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42394 6 34 0 6.9119999999999999 2009-07-14 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 2 3.3999999999999999 0.52190000000000003 133.33330000000001 226.66669999999999 34.793300000000002 420 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42338 6 34 0 34.793300000000002 2009-10-05 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 33 4.2767999999999997 66.666600000000003 2199.9998999999998 285.12 425 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42394 6 34 0 285.12 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 0.5 0.059999999999999998 66.666600000000003 33.333300000000001 3.9965999999999999 431 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 8613 6 34 0 3.9965999999999999 2008-06-25 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 4.7000000000000002 0.7238 66.666700000000006 313.33330000000001 48.253300000000003 442 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 6040 6 34 0 48.253300000000003 2009-04-01 27 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis - \N 1 24.899999999999999 2.7538999999999998 66.666700000000006 1660 183.596 490 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 7566 6 34 0 183.596 2009-04-01 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 1.2 0.1439 66.666700000000006 80 9.5920000000000005 515 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8613 6 34 0 9.5920000000000005 2008-06-25 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 1 0.59999999999999998 0.080799999999999997 66.666700000000006 40 5.3840000000000003 537 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42398 6 34 0 5.3840000000000003 2008-10-15 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 23 3.5419999999999998 66.666700000000006 1533.3334 236.13329999999999 560 0101000020E61000002B51F696729E0F405B61FA5E43C84940 6040 6 34 0 236.13329999999999 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 1 0.59999999999999998 0.080799999999999997 66.666700000000006 40 5.3840000000000003 564 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42398 6 34 0 5.3840000000000003 2009-07-14 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 3.3999999999999999 0.40770000000000001 66.666700000000006 226.66669999999999 27.177299999999999 588 0101000020E61000002B51F696729E0F405B61FA5E43C84940 8613 6 34 0 27.177299999999999 2009-10-05 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.8999999999999999 0.2462 66.666700000000006 126.66670000000001 16.416 674 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42394 6 34 0 16.416 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Heteromastus Heteromastus filiformis - \N 1 2.5 0.27650000000000002 66.666700000000006 166.66669999999999 18.433299999999999 682 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7566 6 34 0 18.433299999999999 2009-07-14 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe - \N 1 3.7999999999999998 0.4556 66.666600000000003 253.33320000000001 30.374700000000001 732 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42369 6 34 0 30.374700000000001 2008-06-25 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe - \N 3 1.1000000000000001 0.13189999999999999 200 73.333299999999994 8.7927 757 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42369 6 34 0 8.7927 2008-09-17 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 4.9000000000000004 0.63500000000000001 66.666700000000006 326.66669999999999 42.335999999999999 768 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42394 6 34 0 42.335999999999999 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Isaeidae Microprotopus Microprotopus - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 773 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42362 6 34 0 0.0080000000000000002 2008-10-15 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Malmgreniella Malmgreniella lunulata - \N 1 19 2.9260000000000002 66.666700000000006 1266.6667 195.0667 789 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6040 6 34 0 195.0667 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.3 0.16850000000000001 66.666700000000006 86.666700000000006 11.231999999999999 790 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42394 6 34 0 11.231999999999999 2009-07-14 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eumida Eumida - \N 2 1.7 0.2288 133.33330000000001 113.33329999999999 15.2547 901 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42398 6 34 0 15.2547 2008-06-25 55 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 1 10.5 1.6117999999999999 66.666700000000006 700 107.45 937 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 42338 6 34 0 107.45 2009-10-05 54 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 3.8999999999999999 0.46760000000000002 66.666700000000006 260 31.173999999999999 948 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 8613 6 34 0 31.173999999999999 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 4 0.51839999999999997 66.666700000000006 266.66669999999999 34.560000000000002 966 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42394 6 34 0 34.560000000000002 2009-07-14 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 1 0.69999999999999996 0.083900000000000002 66.666700000000006 46.666699999999999 5.5952999999999999 989 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 8613 6 34 0 5.5952999999999999 2009-10-05 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 1 0.40000000000000002 0.061400000000000003 66.666700000000006 26.666699999999999 4.0933000000000002 1013 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 42338 6 34 0 4.0933000000000002 2009-07-14 33 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 8.5 1.1015999999999999 66.666700000000006 566.66669999999999 73.439999999999998 463 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42394 6 34 0 73.439999999999998 2008-06-25 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 2 4.5999999999999996 0.70609999999999995 133.33330000000001 306.66669999999999 47.073300000000003 1072 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 42338 6 34 0 47.073300000000003 2009-10-05 31 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 1 2.1000000000000001 0.32240000000000002 66.666700000000006 140 21.489999999999998 1090 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42338 6 34 0 21.489999999999998 2009-10-05 32 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea PH-Nemertea NEMERTEA - \N 4 8.5999999999999996 1.3201000000000001 133.33330000000001 286.66669999999999 44.003300000000003 1107 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42338 6 34 0 44.003300000000003 2009-10-05 41 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys - \N 1 1.8999999999999999 0.2462 66.666700000000006 126.66670000000001 16.416 1152 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42394 6 34 0 16.416 2009-07-14 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 1191 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42405 6 34 0 0.0073000000000000001 2009-10-05 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium arenarium - \N 2 3.1000000000000001 0.37169999999999997 133.33330000000001 206.66669999999999 24.779299999999999 1210 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 8613 6 34 0 24.779299999999999 2009-07-14 44 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 5 12.800000000000001 1.4041999999999999 333.33330000000001 853.33349999999996 93.610799999999998 6 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 9427 6 34 0 93.610799999999998 2008-06-25 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.548741100000001 3.9807988000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 650 0101000020E6100000FBA58F0AADD80F404C3CFB253DC64940 2883 6 34 0 0.0073000000000000001 2009-10-05 110 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 1 0.5 0.054899999999999997 66.666700000000006 33.333300000000001 3.6566999999999998 71 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 9427 6 34 0 3.6566999999999998 2009-07-14 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 2 7.0999999999999996 0.77890000000000004 133.33320000000001 473.33339999999998 51.924599999999998 176 0101000020E610000070ECD973999A0F400305DEC9A7C74940 9427 6 34 0 51.924599999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Aoridae Microdeutopus Microdeutopus gryllotalpa - \N 2 4.5 0.53959999999999997 133.33320000000001 300 35.969999999999999 199 0101000020E610000070ECD973999A0F400305DEC9A7C74940 24624 6 34 0 35.969999999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 4 2.7000000000000002 0.32369999999999999 266.66669999999999 180 21.582000000000001 286 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42359 6 34 0 21.582000000000001 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 1 2 0.21940000000000001 66.666700000000006 133.33330000000001 14.6267 309 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 9427 6 34 0 14.6267 2008-06-25 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone flava - \N 1 5.5 0.74029999999999996 66.666700000000006 366.66669999999999 49.353299999999997 412 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 2376 6 34 0 49.353299999999997 2009-07-14 38 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 2 2.2999999999999998 0.27579999999999999 133.33330000000001 153.33330000000001 18.384699999999999 414 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42359 6 34 0 18.384699999999999 2009-07-14 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.29999999999999999 0.032899999999999999 66.666700000000006 20 2.194 459 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 2883 6 34 0 2.194 2009-10-05 27 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0.5 0.059999999999999998 66.666700000000006 33.333300000000001 3.9967000000000001 496 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42359 6 34 0 3.9967000000000001 2009-07-14 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 1 4.2000000000000002 0.4607 66.666700000000006 280 30.716000000000001 510 0101000020E61000002B51F696729E0F405B61FA5E43C84940 9427 6 34 0 30.716000000000001 2008-06-25 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda ORDO-Amphipoda ORDO-Amphipoda ORDO-Amphipoda ORDO-Amphipoda Corophiidae - \N 3 0.5 0.059999999999999998 200 33.333300000000001 3.9967000000000001 544 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42354 6 34 0 3.9967000000000001 2008-10-15 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio shrubsolii - \N 1 0.5 0.054899999999999997 66.666700000000006 33.333300000000001 3.6566999999999998 583 0101000020E61000002B51F696729E0F405B61FA5E43C84940 2883 6 34 0 3.6566999999999998 2009-10-05 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562638999999997 3.959362 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 2.7000000000000002 0.34989999999999999 66.666600000000003 180 23.327999999999999 594 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 42391 6 34 0 23.327999999999999 2008-06-25 59 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 661 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42359 6 34 0 0.0080000000000000002 2008-06-25 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 686 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42359 6 34 0 0.0080000000000000002 2009-07-14 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spiophanes Spiophanes bombyx - \N 1 3.2999999999999998 0.36199999999999999 66.666600000000003 219.9999 24.1341 717 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 9427 6 34 0 24.1341 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - \N 1 0.29999999999999999 0.023599999999999999 66.666600000000003 20.0001 1.5720000000000001 745 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12485 6 34 0 1.5720000000000001 2008-06-25 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Aphroditiformia Aphroditacea Polynoidae Harmothoe Harmothoe - \N 1 4.5 0.69299999999999995 66.666700000000006 300 46.200000000000003 767 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42401 6 34 0 46.200000000000003 2008-10-15 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea SUBORDO-Gammaridea GAMMARIDEA - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 830 0101000020E610000089B5F81400A30F404E62105839C84940 42343 6 34 0 0.0080000000000000002 2008-06-25 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 0.90000000000000002 0.1166 66.666700000000006 60 7.7759999999999998 853 0101000020E610000089B5F81400A30F404E62105839C84940 42391 6 34 0 7.7759999999999998 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 1 0.11990000000000001 66.666700000000006 66.666700000000006 7.9932999999999996 932 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 42359 6 34 0 7.9932999999999996 2009-07-14 54 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 84.200000000000003 10.9123 66.666700000000006 5613.3334999999997 727.48800000000006 957 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42391 6 34 0 727.48800000000006 2009-10-05 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 1.5 0.1799 66.666700000000006 100 11.99 974 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42359 6 34 0 11.99 2009-07-14 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Scolelepis Scolelepis squamata - \N 1 29.699999999999999 3.2581000000000002 66.666700000000006 1980 217.20599999999999 1016 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 20134 6 34 0 217.20599999999999 2009-10-05 33 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Scolelepis Scolelepis squamata - \N 2 90.900000000000006 9.9717000000000002 66.666700000000006 3030.0001000000002 332.39100000000002 1052 0101000020E6100000319413ED2AA40F4032772D211FC84940 20134 6 34 0 332.39100000000002 2009-10-05 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Opheliida ORDO-Opheliida ORDO-Opheliida Opheliidae Ophelia Ophelia rathkei - \N 1 0.5 0.0591 33.333300000000001 16.666699999999999 1.97 1053 0101000020E6100000319413ED2AA40F4032772D211FC84940 719 6 34 0 1.97 2009-10-05 53 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 8.3000000000000007 1.0757000000000001 33.333300000000001 276.66669999999999 35.856000000000002 1096 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42391 6 34 0 35.856000000000002 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 92.900000000000006 12.0398 33.333300000000001 3096.6667000000002 401.32799999999997 1130 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42391 6 34 0 401.32799999999997 2009-10-05 12 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 15 1.944 66.666700000000006 1000 129.59999999999999 1217 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42391 6 34 0 129.59999999999999 2009-10-05 44 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 401 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42359 6 34 0 0.0080000000000000002 2008-06-25 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.549549810000002 3.9795514000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 2 1653.3 151.77289999999999 133.33330000000001 110220.0025 10118.195900000001 647 0101000020E610000014025E0B1FD60F408CBCEEA557C64940 10754 6 34 0 10118.195900000001 2009-10-05 107 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 10 14 1.6786000000000001 333.33330000000001 466.66669999999999 55.953299999999999 1058 0101000020E6100000319413ED2AA40F4032772D211FC84940 12249 6 34 0 55.953299999999999 2009-10-05 53 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.561410950000003 3.9612561999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 200.90000000000001 18.442599999999999 66.666700000000006 13393.3336 1229.508 603 0101000020E61000002D9E3017A7B00F40E3EE6250DCC74940 10754 6 34 0 1229.508 2008-10-15 63 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.557097810000002 3.9679090000000001 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio benedicti - \N 13 11.5 1.2616000000000001 866.66669999999999 766.66669999999999 84.103300000000004 619 0101000020E61000005308E41247BE0F40C64F25FB4EC74940 15110 6 34 0 84.103300000000004 2009-04-01 79 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.554132520000003 3.9724827999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 2 714.79999999999995 65.618600000000001 133.33330000000001 47653.3344 4374.5758999999998 630 0101000020E61000004C61EF0FA5C70F4069867DD0EDC64940 10754 6 34 0 4374.5758999999998 2009-07-14 90 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae FAM-Phyllodocidae Phyllodocidae - \N 1 11.5 1.5479000000000001 66.666700000000006 766.66669999999999 103.19329999999999 51 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42443 6 34 0 103.19329999999999 2009-04-01 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes kroyeranus - \N 5 5.4000000000000004 \N 333.33330000000001 360 0 17 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42553 6 34 0 0 2008-06-25 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio benedicti - \N 3 1.3 0.1426 200 86.666700000000006 9.5073000000000008 88 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 15110 6 34 0 9.5073000000000008 2009-10-05 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 1 22.699999999999999 2.9419 66.666700000000006 1513.3334 196.12799999999999 99 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 14524 6 34 0 196.12799999999999 2008-06-25 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 4 0.53839999999999999 66.666700000000006 266.66669999999999 35.893300000000004 133 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25258 6 34 0 35.893300000000004 2009-07-14 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 16.399999999999999 2.2073999999999998 66.666700000000006 1093.3334 147.1627 155 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25258 6 34 0 147.1627 2009-10-05 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 6.7999999999999998 0.9153 66.666600000000003 453.33330000000001 61.018799999999999 173 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25258 6 34 0 61.018799999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Crustacea Malacostraca Peracarida Mysida ORDO-Mysida ORDO-Mysida Mysidae FAM-Mysidae Mysidae - \N 1 0.5 0.078 66.666600000000003 33.333300000000001 5.1966000000000001 184 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42383 6 34 0 5.1966000000000001 2008-06-25 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 4 31.800000000000001 4.2803000000000004 266.66669999999999 2120 285.35199999999998 229 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25258 6 34 0 285.35199999999998 2008-10-15 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 1 39.600000000000001 5.1322000000000001 66.666700000000006 2640.0001000000002 342.14400000000001 274 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 14524 6 34 0 342.14400000000001 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio - \N 1 0.29999999999999999 0.032899999999999999 66.666600000000003 20.0001 2.1939000000000002 716 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42407 6 34 0 2.1939000000000002 2008-06-25 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 1 1.2 0.1439 66.666700000000006 80 9.5920000000000005 301 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 12249 6 34 0 9.5920000000000005 2009-07-14 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 1 5.5999999999999996 0.6714 66.666700000000006 373.33330000000001 44.762700000000002 375 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 12249 6 34 0 44.762700000000002 2009-07-14 42 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae FAM-Terebellidae Terebellidae - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0064999999999999997 407 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42337 6 34 0 0.0064999999999999997 2008-10-15 38 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 1 0.69999999999999996 0.083900000000000002 66.666700000000006 46.666699999999999 5.5952999999999999 481 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 12249 6 34 0 5.5952999999999999 2008-10-15 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 5 185.59999999999999 24.9818 333.33330000000001 12373.3336 1665.4507000000001 485 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25258 6 34 0 1665.4507000000001 2009-04-01 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium volutator - \N 1 3.1000000000000001 0.37169999999999997 66.666700000000006 206.66669999999999 24.779299999999999 497 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 8615 6 34 0 24.779299999999999 2009-07-14 35 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys cirrosa - \N 2 48.100000000000001 6.2337999999999996 133.33330000000001 3206.6667000000002 415.584 524 0101000020E61000002B51F696729E0F405B61FA5E43C84940 14524 6 34 0 415.584 2008-09-17 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae FAM-Terebellidae Terebellidae - \N 4 9 0.87480000000000002 266.66669999999999 600 58.32 719 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42337 6 34 0 58.32 2008-06-25 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 1 8.4000000000000004 1.1306 66.666700000000006 560 75.376000000000005 769 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25258 6 34 0 75.376000000000005 2008-10-15 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Lysianassoidea Lysianassidae Tryphosella Tryphosella sarsi - \N 1 1 0.11990000000000001 66.666700000000006 66.666700000000006 7.9932999999999996 784 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 6869 6 34 0 7.9932999999999996 2009-04-01 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce mucosa - \N 2 3.7999999999999998 0.51149999999999995 133.33330000000001 253.33330000000001 34.098700000000001 855 0101000020E610000089B5F81400A30F404E62105839C84940 25258 6 34 0 34.098700000000001 2009-07-14 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Hesionidae Microphthalmus Microphthalmus sczelkowii - \N 1 0.001 0.00020000000000000001 66.666700000000006 0.066699999999999995 0.0106 926 0101000020E61000003FC7478B33A60F40D427B9C326C84940 4160 6 34 0 0.0106 2009-10-05 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 2 3.6000000000000001 0.43159999999999998 133.33330000000001 240 28.776 950 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 12249 6 34 0 28.776 2009-07-14 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio benedicti - \N 4 1.7 0.1865 266.66669999999999 113.33329999999999 12.432700000000001 1034 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 15110 6 34 0 12.432700000000001 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Streblospio Streblospio benedicti - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 1084 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 15110 6 34 0 0.0073000000000000001 2009-10-05 32 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 3 4.7999999999999998 0.57550000000000001 100 160 19.184000000000001 1141 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12249 6 34 0 19.184000000000001 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium volutator - \N 1 3.1000000000000001 0.37169999999999997 66.666700000000006 206.66669999999999 24.779299999999999 1159 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 8615 6 34 0 24.779299999999999 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 39.700000000000003 3.6444999999999999 66.666700000000006 2646.6667000000002 242.964 1175 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 10754 6 34 0 242.964 2009-07-14 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 30 2.754 66.666700000000006 2000 183.59999999999999 1188 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 10754 6 34 0 183.59999999999999 2009-10-05 37 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.559793519999999 3.9637509999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 11 7.9000000000000004 0.87370000000000003 733.33330000000001 526.66669999999999 58.249299999999998 609 0101000020E6100000FBE59315C3B50F40D4746650A7C74940 8152 6 34 0 58.249299999999998 2008-10-15 69 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.558445669999998 3.96583 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 4 28.199999999999999 2.3801000000000001 266.66669999999999 1880 158.672 614 0101000020E610000027F73B1405BA0F40149FD0257BC74940 6395 6 34 0 158.672 2008-10-15 74 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.558176099999997 3.9662457999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 3 3 0.4002 200 200 26.68 615 0101000020E6100000C92DF713DFBA0F4054747F5072C74940 42349 6 34 0 26.68 2009-04-01 75 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda PH-Arthropoda PH-Arthropoda PH-Arthropoda Unknown Unknown Insecta indet. Unknown Unknown Insecta indet. Insecta indet. INSECTA - \N 1 0.5 0.059999999999999998 66.666700000000006 33.333300000000001 3.9967000000000001 1043 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 42344 6 34 0 3.9967000000000001 2009-07-14 7 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 6 10.300000000000001 1.2350000000000001 200 343.33330000000001 41.165700000000001 1047 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 12249 6 34 0 41.165700000000001 2009-10-05 7 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Crustacea Malacostraca Peracarida Mysida ORDO-Mysida ORDO-Mysida Mysidae Schistomysis Schistomysis kervillei - \N 1 1.1000000000000001 0.17150000000000001 33.333300000000001 36.666699999999999 5.7163000000000004 1054 0101000020E6100000319413ED2AA40F4032772D211FC84940 14714 6 34 0 5.7163000000000004 2009-10-05 53 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Corophium Corophium volutator - \N 1 1.2 0.1439 66.666700000000006 80 9.5920000000000005 1076 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 8615 6 34 0 9.5920000000000005 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.550358520000003 3.9783040000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 5 0.42199999999999999 66.666700000000006 333.33330000000001 28.133299999999998 644 0101000020E61000002D5E2C0C91D30F40CC3CE22572C64940 6395 6 34 0 28.133299999999998 2009-07-14 104 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.550088950000003 3.9787197999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 4 3.8999999999999999 0.52029999999999998 266.66669999999999 260 34.683999999999997 645 0101000020E6100000CF94E70B6BD40F400C12915069C64940 42349 6 34 0 34.683999999999997 2009-10-05 105 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.549819380000002 3.9791356000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera tridactyla - \N 1 36.899999999999999 4.7821999999999996 66.666700000000006 2460.0001000000002 318.81599999999997 646 0101000020E610000072CBA20B45D50F404CE73F7B60C64940 4997 6 34 0 318.81599999999997 2009-10-05 106 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.549280240000002 3.9799671999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 10 11.4 1.2505999999999999 666.66669999999999 760 83.372 648 0101000020E6100000B638190BF9D60F40CC919DD04EC64940 20132 6 34 0 83.372 2009-10-05 108 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 4 23.899999999999999 2.8656000000000001 266.66669999999999 1593.3334 191.04069999999999 1069 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 13614 6 34 0 191.04069999999999 2009-10-05 31 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.561680520000003 3.9608403999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 12 1.7 0.2268 800 113.33329999999999 15.1187 602 0101000020E61000008B677517CDAF0F40A319B425E5C74940 42349 6 34 0 15.1187 2008-10-15 62 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.560871810000002 3.9620877999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 9 6.5 0.71309999999999996 600 433.33330000000001 47.536700000000003 605 0101000020E6100000720BA7165BB20F406399C0A5CAC74940 20132 6 34 0 47.536700000000003 2008-10-15 65 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.560602240000001 3.9625035999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 18 12.4 1.3603000000000001 1200 826.66669999999999 90.685299999999998 606 0101000020E61000001442621635B30F40A36E6FD0C1C74940 2882 6 34 0 90.685299999999998 2008-10-15 66 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.560332670000001 3.9629194000000001 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 28 33.399999999999999 2.2143999999999999 1866.6667 2226.6667000000002 147.62799999999999 607 0101000020E6100000B7781D160FB40F40E3431EFBB8C74940 3863 6 34 0 147.62799999999999 2008-10-15 67 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 7 10.4 1.1409 466.66669999999999 693.33330000000001 76.058700000000002 1066 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 2882 6 34 0 76.058700000000002 2009-10-05 31 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Scolelepis Scolelepis bonnieri - \N 1 89 9.7632999999999992 66.666700000000006 5933.3334999999997 650.88670000000002 1067 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 41257 6 34 0 650.88670000000002 2009-10-05 31 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia - \N 8 7.0999999999999996 0.85129999999999995 533.33330000000001 473.33330000000001 56.752699999999997 1068 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 42367 6 34 0 56.752699999999997 2009-10-05 31 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 2 0.80000000000000004 0.073400000000000007 133.33330000000001 53.333300000000001 4.8959999999999999 899 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42395 6 34 0 4.8959999999999999 2008-06-25 55 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 2.5 0.33650000000000002 66.666700000000006 166.66669999999999 22.433299999999999 1065 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 42397 6 34 0 22.433299999999999 2009-10-05 31 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.557636950000003 3.9670774 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 3 16.399999999999999 1.7990999999999999 200 1093.3334 119.9387 617 0101000020E61000000E9B6D1393BC0F4046A5C7A560C74940 20132 6 34 0 119.9387 2009-04-01 77 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Cumacea ORDO-Cumacea ORDO-Cumacea Bodotriidae Cumopsis Cumopsis goodsiri - \N 1 0.90000000000000002 0.1079 66.666700000000006 60 7.194 1070 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 11839 6 34 0 7.194 2009-10-05 31 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 2 0.80000000000000004 0.052999999999999999 133.33320000000001 53.333399999999997 3.5360999999999998 7 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 3.5360999999999998 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.40000000000000002 0.043900000000000002 66.666600000000003 26.666699999999999 2.9253 5 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 41259 6 34 0 2.9253 2008-06-25 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.557367380000002 3.9674931999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 62 53.299999999999997 5.8470000000000004 4133.3334000000004 3553.3334 389.80070000000001 618 0101000020E6100000B0D128136DBD0F40867A76D057C74940 2882 6 34 0 389.80070000000001 2009-04-01 78 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.556828240000002 3.9683248 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 49 119 7.8897000000000004 3266.6667000000002 7933.3334999999997 525.98000000000002 620 0101000020E6100000F53E9F1221BF0F400625D42546C74940 3863 6 34 0 525.98000000000002 2009-04-01 80 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.556558670000001 3.9687405999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 1 176 17.107199999999999 66.666700000000006 11733.3336 1140.48 621 0101000020E610000097755A12FBBF0F4046FA82503DC74940 13050 6 34 0 1140.48 2009-04-01 81 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.555749949999999 3.9699879999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 4 3.7999999999999998 0.42030000000000001 266.66669999999999 253.33330000000001 28.018699999999999 624 0101000020E61000007E198C1189C20F4077007AD022C74940 8152 6 34 0 28.018699999999999 2009-04-01 84 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.554941239999998 3.9712353999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1 0.40000000000000002 0.033799999999999997 66.666700000000006 26.666699999999999 2.2507000000000001 627 0101000020E610000065BDBD1017C50F403780865008C74940 6395 6 34 0 2.2507000000000001 2009-04-01 87 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 1.2 0.1439 133.33330000000001 80 9.5920000000000005 756 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42361 6 34 0 9.5920000000000005 2008-09-17 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 2 0.80000000000000004 0.095899999999999999 133.33320000000001 53.333399999999997 6.3948 18 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42552 6 34 0 6.3948 2008-06-25 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis succinea - \N 1 4.5999999999999996 0.42230000000000001 66.666700000000006 306.66669999999999 28.152000000000001 226 0101000020E610000070ECD973999A0F400305DEC9A7C74940 27436 6 34 0 28.152000000000001 2008-10-15 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 1 1.3 0.15590000000000001 66.666700000000006 86.666700000000006 10.391299999999999 360 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42552 6 34 0 10.391299999999999 2008-06-25 42 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 19 51.566200000000002 3.9483160000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 1 2.1000000000000001 0.28010000000000002 66.666700000000006 140 18.675999999999998 421 0101000020E61000003430F2B226960F40637FD93D79C84940 42349 6 34 0 18.675999999999998 2008-09-17 28 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.557906520000003 3.9666616000000001 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 1 294.89999999999998 27.0718 66.666700000000006 19660.000400000001 1804.788 616 0101000020E61000006C64B213B9BB0F4006D0187B69C74940 10754 6 34 0 1804.788 2009-04-01 76 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 39.799999999999997 3.6536 66.666700000000006 2653.3334 243.57599999999999 254 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42395 6 34 0 243.57599999999999 2008-06-25 56 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis longissima - \N 1 110.8 10.1714 66.666700000000006 7386.6668 678.096 210 0101000020E610000070ECD973999A0F400305DEC9A7C74940 21130 6 34 0 678.096 2008-09-17 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 230 0101000020E610000070ECD973999A0F400305DEC9A7C74940 20132 6 34 0 0.0073000000000000001 2008-10-15 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio - \N 1 2.7000000000000002 0.29620000000000002 66.666700000000006 180 19.745999999999999 53 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42407 6 34 0 19.745999999999999 2009-04-01 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.553054240000002 3.9741460000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 18 7.9000000000000004 0.86660000000000004 1200 526.66669999999999 57.775300000000001 634 0101000020E6100000D63BDC0E0DCB0F4069DB387BCAC64940 2882 6 34 0 57.775300000000001 2009-07-14 94 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.55224552 3.9753934000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 10 21.899999999999999 2.4220999999999999 666.66669999999999 1460 161.476 637 0101000020E6100000BDDF0D0E9BCD0F409AE12FFBAFC64940 8152 6 34 0 161.476 2009-07-14 97 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.551975949999999 3.9758092 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 12.4 1.5016 133.33330000000001 826.66669999999999 100.1093 638 0101000020E61000005F16C90D75CE0F40DAB6DE25A7C64940 7813 6 34 0 100.1093 2009-07-14 98 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.549010670000001 3.9803829999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 20 13.699999999999999 1.5028999999999999 1333.3334 913.33339999999998 100.1927 649 0101000020E6100000586FD40AD3D70F400C674CFB45C64940 2882 6 34 0 100.1927 2009-10-05 109 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.54847152 3.9812145999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 20 31.600000000000001 2.0951 1333.3334 2106.6667000000002 139.672 651 0101000020E61000009DDC4A0A87D90F40FD97945034C64940 3863 6 34 0 139.672 2009-10-05 111 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.547932379999999 3.9820462000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 1.1000000000000001 0.1217 133.33330000000001 73.333299999999994 8.1106999999999996 653 0101000020E6100000E249C1093BDB0F407D42F2A522C64940 8152 6 34 0 8.1106999999999996 2009-10-05 113 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 15 441 53.405099999999997 999.99990000000003 29400.000599999999 3560.3400000000001 12 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 3560.3400000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 6 6.9000000000000004 0.82730000000000004 399.99990000000003 459.99990000000003 55.1541 19 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42361 6 34 0 55.1541 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 2 7 0.83930000000000005 133.33320000000001 466.66680000000002 55.953299999999999 20 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12058 6 34 0 55.953299999999999 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 1398 11027.9 930.75469999999996 93200.002200000003 735193.34970000002 62050.317300000002 30 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 6395 6 34 0 62050.317300000002 2008-06-25 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 31 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 2.9253 2008-09-17 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 184.40000000000001 22.3308 200 12293.3336 1488.7227 33 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 1488.7227 2008-09-17 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 0.80000000000000004 0.095899999999999999 200 53.333300000000001 6.3947000000000003 36 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42361 6 34 0 6.3947000000000003 2008-09-17 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 402 3797.1999999999998 320.4837 26800.000599999999 253146.67230000001 21365.578699999998 38 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 6395 6 34 0 21365.578699999998 2008-09-17 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 17 0.90000000000000002 0.1201 1133.3334 60 8.0039999999999996 39 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42349 6 34 0 8.0039999999999996 2008-10-15 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0073000000000000001 40 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 0.0073000000000000001 2008-10-15 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 9 2.6000000000000001 0.1724 600 173.33330000000001 11.492000000000001 41 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 11.492000000000001 2008-10-15 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.554671669999998 3.9716512000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 7 6.4000000000000004 0.8538 466.66669999999999 426.66669999999999 56.917299999999997 628 0101000020E610000008F47810F1C50F407755357BFFC64940 42349 6 34 0 56.917299999999997 2009-07-14 88 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.554402099999997 3.972067 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0061000000000000004 629 0101000020E6100000AA2A3410CBC60F40B72AE4A5F6C64940 42395 6 34 0 0.0061000000000000004 2009-07-14 89 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.553862950000003 3.9728986000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 396.10000000000002 51.334600000000002 66.666700000000006 26406.667300000001 3422.3042 631 0101000020E6100000EF97AA0F7FC80F40A95B2CFBE4C64940 4846 6 34 0 3422.3042 2009-07-14 91 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.553593380000002 3.9733144 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 1 3 0.40379999999999999 66.666700000000006 200 26.920000000000002 632 0101000020E610000091CE650F59C90F40E930DB25DCC64940 42399 6 34 0 26.920000000000002 2009-07-14 92 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.553323810000002 3.9737301999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Polydora Polydora cornuta - \N 1 1.6000000000000001 0.17549999999999999 66.666700000000006 106.66670000000001 11.7013 633 0101000020E61000003305210F33CA0F4029068A50D3C64940 20132 6 34 0 11.7013 2009-07-14 93 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 54.299999999999997 6.5757000000000003 66.666700000000006 3620.0001000000002 438.38200000000001 42 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 438.38200000000001 2008-10-15 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 555 4474 377.60559999999998 37000.000800000002 298266.67330000002 25173.706699999999 49 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 6395 6 34 0 25173.706699999999 2008-10-15 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 1.8 0.1193 66.666700000000006 120 7.9560000000000004 54 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 7.9560000000000004 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 9 416.69999999999999 50.462400000000002 600 27780.000599999999 3364.1581000000001 63 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 3364.1581000000001 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 104 967.39999999999998 81.648600000000002 6933.3334999999997 64493.334799999997 5443.2372999999998 66 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 6395 6 34 0 5443.2372999999998 2009-04-01 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 154.80000000000001 20.062100000000001 66.666700000000006 10320.0002 1337.4721 67 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4846 6 34 0 1337.4721 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Anaitides Phyllodoce - \N 4 6.5999999999999996 0.88839999999999997 266.66669999999999 440 59.223999999999997 68 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42399 6 34 0 59.223999999999997 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 1.3 0.17499999999999999 66.666700000000006 86.666700000000006 11.6653 69 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42397 6 34 0 11.6653 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 12 3.2999999999999998 0.36199999999999999 800 220 24.134 70 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 2882 6 34 0 24.134 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0044000000000000003 72 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 3863 6 34 0 0.0044000000000000003 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 0.40000000000000002 0.044200000000000003 133.33330000000001 26.666699999999999 2.9493 74 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 8152 6 34 0 2.9493 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 19 57.5 6.9633000000000003 1266.6667 3833.3334 464.2167 75 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 464.2167 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 6 21.899999999999999 2.6257999999999999 400 1460 175.054 78 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12058 6 34 0 175.054 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 3 11.1 0.93679999999999997 200 740 62.456000000000003 82 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 6395 6 34 0 62.456000000000003 2009-07-14 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 10 2.2000000000000002 0.29349999999999998 666.66669999999999 146.66669999999999 19.565300000000001 83 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42349 6 34 0 19.565300000000001 2009-10-05 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 17 1 39.700000000000003 3.7477 66.666700000000006 2646.6667000000002 249.84530000000001 139 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 249.84530000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 22 1 177.09999999999999 16.7182 66.666700000000006 11806.6669 1114.5494000000001 140 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 1114.5494000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 23 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0063 141 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 0.0063 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 30 1 111.59999999999999 10.535 66.666700000000006 7440.0002000000004 702.33600000000001 142 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 702.33600000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 1.8 0.40360000000000001 66.666700000000006 120 26.906199999999998 145 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 26.906199999999998 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 15.5 2.1193 66.666700000000006 1033.3334 141.28450000000001 146 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 141.28450000000001 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 18 1 61.700000000000003 8.1539999999999999 66.666700000000006 4113.3334000000004 543.601 147 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 543.601 2009-07-14 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 56 1 322.10000000000002 30.406199999999998 66.666700000000006 21473.3338 2027.0827999999999 157 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 2027.0827999999999 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 3.6000000000000001 0.40360000000000001 66.666700000000006 240 26.906199999999998 159 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 26.906199999999998 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 9 1 6.7000000000000002 1.2239 66.666700000000006 446.66669999999999 81.591999999999999 160 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 81.591999999999999 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 16 1 977.5 125.20050000000001 66.666700000000006 65166.668100000003 8346.6975000000002 161 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7543 6 34 0 8346.6975000000002 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 15 1 1389 38.103400000000001 66.666700000000006 92600.002099999998 2540.2287999999999 162 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 12013 6 34 0 2540.2287999999999 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 2 7.0999999999999996 0.70450000000000002 133.33330000000001 473.33330000000001 46.964300000000001 163 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7622 6 34 0 46.964300000000001 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 8.4000000000000004 0.79749999999999999 66.666700000000006 560 53.165700000000001 164 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7622 6 34 0 53.165700000000001 2009-10-05 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 5 1 10.6 1.5031000000000001 66.666700000000006 706.66669999999999 100.2094 165 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7622 6 34 0 100.2094 2009-10-05 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 181.30000000000001 17.114699999999999 66.666600000000003 12086.666999999999 1140.9812999999999 179 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42389 6 34 0 1140.9812999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 289.60000000000002 27.338200000000001 66.666600000000003 19306.667099999999 1822.5495000000001 180 0101000020E610000070ECD973999A0F400305DEC9A7C74940 1509 6 34 0 1822.5495000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 2 59.299999999999997 7.7446000000000002 133.33320000000001 3953.3334 516.30539999999996 185 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 516.30539999999996 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 9 3 22.300000000000001 3.6716000000000002 200.0001 1486.6668 244.77600000000001 186 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 244.77600000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 16.5 2.1193 66.666600000000003 1100.0001 141.28440000000001 187 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 141.28440000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 13 1 23.199999999999999 3.3472 66.666600000000003 1546.6668 223.1499 188 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 223.1499 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 51.399999999999999 4.0997000000000003 66.666600000000003 3426.6666 273.30990000000003 189 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 273.30990000000003 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 17 1 40.899999999999999 6.9734999999999996 66.666600000000003 2726.6667000000002 464.90219999999999 190 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 464.90219999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 18 1 52.5 8.1539999999999999 66.666600000000003 3500.0001000000002 543.60090000000002 191 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 543.60090000000002 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 23 1 156.40000000000001 15.945499999999999 66.666600000000003 10426.666800000001 1063.0344 192 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 1063.0344 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 2 1 3.8999999999999999 0.17399999999999999 66.666600000000003 260.00009999999997 11.601900000000001 193 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7543 6 34 0 11.601900000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 4 45 2.5105 266.66669999999999 3000 167.36519999999999 194 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7543 6 34 0 167.36519999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 4 2 35.200000000000003 3.1187 133.33320000000001 2346.6666 207.91589999999999 195 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7543 6 34 0 207.91589999999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 17 1 1097.0999999999999 151.66990000000001 66.666600000000003 73140.001499999998 10111.324199999999 196 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7543 6 34 0 10111.324199999999 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 1 1 0.59999999999999998 0.0080999999999999996 66.666600000000003 39.999899999999997 0.53849999999999998 201 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12013 6 34 0 0.53849999999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 2 9.3000000000000007 0.14169999999999999 133.33320000000001 620.00009999999997 9.4449000000000005 202 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12013 6 34 0 9.4449000000000005 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 6 1 72.400000000000006 2.2126999999999999 66.666600000000003 4826.6666999999998 147.51150000000001 203 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12013 6 34 0 147.51150000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 18 1 1160.0999999999999 69.115399999999994 66.666600000000003 77340.001799999998 4607.6925000000001 204 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12013 6 34 0 4607.6925000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 5 6.5 0.25690000000000002 333.33330000000001 433.33319999999998 17.126100000000001 205 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7622 6 34 0 17.126100000000001 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 3 5.9000000000000004 0.61619999999999997 200.0001 393.33330000000001 41.080800000000004 206 0101000020E610000070ECD973999A0F400305DEC9A7C74940 7622 6 34 0 41.080800000000004 2008-06-25 30 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 7165.8000000000002 396.1123 66.666700000000006 477720.01069999998 26407.4872 223 0101000020E610000070ECD973999A0F400305DEC9A7C74940 12013 6 34 0 26407.4872 2008-09-17 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 46.600000000000001 6.0860000000000003 66.666700000000006 3106.6667000000002 405.73070000000001 236 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 405.73070000000001 2008-10-15 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 6.4000000000000004 1.6328 66.666700000000006 426.66669999999999 108.85339999999999 237 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 108.85339999999999 2008-10-15 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 1253.0999999999999 118.29259999999999 66.666700000000006 83540.001900000003 7886.1764999999996 259 0101000020E610000070ECD973999A0F400305DEC9A7C74940 1509 6 34 0 7886.1764999999996 2009-07-14 30 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 15 1 40.899999999999999 4.9513999999999996 66.666700000000006 2726.6667000000002 330.09309999999999 262 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 330.09309999999999 2009-07-14 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 15.300000000000001 1.6328 66.666700000000006 1020 108.85339999999999 271 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 108.85339999999999 2009-10-05 30 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 15.6 2.1193 66.666700000000006 1040 141.28450000000001 272 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 141.28450000000001 2009-10-05 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 2.3999999999999999 0.40360000000000001 66.666700000000006 160 26.906199999999998 280 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 4018 6 34 0 26.906199999999998 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 6 0.88670000000000004 66.666700000000006 400 59.114199999999997 281 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 4018 6 34 0 59.114199999999997 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 9 1.6328 66.666700000000006 600 108.85339999999999 282 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 4018 6 34 0 108.85339999999999 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 24.399999999999999 4.0997000000000003 66.666700000000006 1626.6667 273.31 283 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 4018 6 34 0 273.31 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 20 1 73.799999999999997 10.878399999999999 66.666700000000006 4920.0001000000002 725.2287 284 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 4018 6 34 0 725.2287 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 1 6.4000000000000004 0.62760000000000005 66.666700000000006 426.66669999999999 41.841299999999997 285 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 7543 6 34 0 41.841299999999997 2008-06-25 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 1 1 0.90000000000000002 0.0080999999999999996 66.666700000000006 60 0.53839999999999999 291 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 12013 6 34 0 0.53839999999999999 2008-06-25 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 4.4000000000000004 0.41539999999999999 66.666700000000006 293.33330000000001 27.6907 299 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42389 6 34 0 27.6907 2009-07-14 34 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 13 1 27 3.3472 66.666700000000006 1800 223.1499 317 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 223.1499 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 16 1 56 5.9077000000000002 66.666700000000006 3733.3334 393.8442 318 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 393.8442 2008-06-25 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 9 370.10000000000002 34.937399999999997 600 24673.333900000001 2329.1628000000001 332 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42389 6 34 0 2329.1628000000001 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 2.2000000000000002 0.24510000000000001 66.666700000000006 146.66669999999999 16.3384 333 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 16.3384 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.10000000000000001 0.0155 66.666700000000006 6.6666999999999996 1.0362 339 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7622 6 34 0 1.0362 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 24 36.200000000000003 2.6720999999999999 1600 2413.3334 178.13740000000001 340 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7622 6 34 0 178.13740000000001 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 3 7.7000000000000002 1.0567 200 513.33330000000001 70.4465 341 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7622 6 34 0 70.4465 2009-07-14 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 3 674.29999999999995 63.6539 200 44953.334300000002 4243.5949000000001 345 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 1509 6 34 0 4243.5949000000001 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 15 1 37.799999999999997 4.9513999999999996 66.666700000000006 2520.0001000000002 330.09309999999999 347 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 330.09309999999999 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 13 1 800.5 24.627400000000002 66.666700000000006 53366.6679 1641.8278 350 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12013 6 34 0 1641.8278 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 3 6.5 1.0567 200 433.33330000000001 70.4465 351 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7622 6 34 0 70.4465 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 5.0999999999999996 0.79749999999999999 66.666700000000006 340 53.165700000000001 352 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7622 6 34 0 53.165700000000001 2009-10-05 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 1.8999999999999999 0.61529999999999996 66.666700000000006 126.66670000000001 41.022599999999997 357 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 4018 6 34 0 41.022599999999997 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 12.9 1.6328 66.666700000000006 860 108.85339999999999 358 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 4018 6 34 0 108.85339999999999 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 14.300000000000001 2.1193 66.666700000000006 953.33339999999998 141.28450000000001 359 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 4018 6 34 0 141.28450000000001 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 4666.3999999999996 229.58690000000001 66.666700000000006 311093.34029999998 15305.791800000001 361 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 12013 6 34 0 15305.791800000001 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.5 0.051400000000000001 66.666700000000006 33.333300000000001 3.4251999999999998 362 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7622 6 34 0 3.4251999999999998 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 6 1 27.199999999999999 2.1949999999999998 66.666700000000006 1813.3334 146.33410000000001 363 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7622 6 34 0 146.33410000000001 2008-06-25 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 3 75.299999999999997 7.1082999999999998 200 5020.0001000000002 473.88799999999998 372 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42389 6 34 0 473.88799999999998 2009-07-14 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 211.5 19.965599999999998 66.666700000000006 14100.0003 1331.0400999999999 385 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42389 6 34 0 1331.0400999999999 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 17 1 37.200000000000003 3.5116999999999998 66.666700000000006 2480.0001000000002 234.11199999999999 386 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 1509 6 34 0 234.11199999999999 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 24 1 84.700000000000003 7.9957000000000003 66.666700000000006 5646.6668 533.04539999999997 387 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 1509 6 34 0 533.04539999999997 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1.1000000000000001 0.1113 66.666700000000006 73.333299999999994 7.4223999999999997 390 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7622 6 34 0 7.4223999999999997 2009-10-05 42 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 2.7999999999999998 0.35220000000000001 66.666700000000006 186.66669999999999 23.482199999999999 391 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 7622 6 34 0 23.482199999999999 2009-10-05 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 5.5 0.61529999999999996 66.666700000000006 366.66669999999999 41.022599999999997 399 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 4018 6 34 0 41.022599999999997 2008-06-25 38 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 12 1 17.600000000000001 2.6888999999999998 66.666700000000006 1173.3334 179.261 400 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 4018 6 34 0 179.261 2008-06-25 38 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 11.1 1.4497 66.666700000000006 740 96.644000000000005 417 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 4018 6 34 0 96.644000000000005 2009-10-05 38 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 315.19999999999999 29.754899999999999 66.666700000000006 21013.3338 1983.6587999999999 453 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42389 6 34 0 1983.6587999999999 2009-07-14 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 3 4.9000000000000004 0.63990000000000002 200 326.66669999999999 42.662700000000001 468 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 42.662700000000001 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 2 3.1000000000000001 0.80720000000000003 133.33330000000001 206.66669999999999 53.8125 470 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 53.8125 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 2 8.5999999999999996 1.2306999999999999 133.33330000000001 573.33330000000001 82.045100000000005 471 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 82.045100000000005 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 4.5999999999999996 0.88670000000000004 66.666700000000006 306.66669999999999 59.114199999999997 472 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 59.114199999999997 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 16.800000000000001 1.6328 66.666700000000006 1120 108.85339999999999 473 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 108.85339999999999 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 1 0.070800000000000002 66.666700000000006 66.666700000000006 4.7225000000000001 478 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 12013 6 34 0 4.7225000000000001 2008-06-25 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 12 1 5.7999999999999998 0.54749999999999999 66.666700000000006 386.66669999999999 36.501300000000001 488 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42389 6 34 0 36.501300000000001 2009-04-01 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.001 0.0155 66.666700000000006 0.066699999999999995 1.0362 500 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 7622 6 34 0 1.0362 2009-07-14 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 2.2999999999999998 0.24510000000000001 66.666700000000006 153.33330000000001 16.3384 513 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 16.3384 2008-06-25 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 12 1.6328 66.666700000000006 800 108.85339999999999 514 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 108.85339999999999 2008-06-25 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 11 1 402.60000000000002 38.265500000000003 66.666700000000006 26840.000599999999 2551.0324000000001 542 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7543 6 34 0 2551.0324000000001 2008-10-15 36 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 17 1 1682.3 55.814900000000002 66.666700000000006 112153.3358 3720.9904999999999 546 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 3720.9904999999999 2008-10-15 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1 0.094399999999999998 66.666700000000006 66.666700000000006 6.2933000000000003 550 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42389 6 34 0 6.2933000000000003 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 4 2 1.2 0.1133 133.33330000000001 80 7.5519999999999996 551 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42389 6 34 0 7.5519999999999996 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 1 2.1000000000000001 0.19819999999999999 66.666700000000006 140 13.215999999999999 552 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42389 6 34 0 13.215999999999999 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 10 1 1.8 0.1699 66.666700000000006 120 11.327999999999999 553 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42389 6 34 0 11.327999999999999 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 16 1 1654.3 47.789400000000001 66.666700000000006 110286.6691 3185.9587999999999 557 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 3185.9587999999999 2009-04-01 36 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 4.7999999999999998 0.35220000000000001 66.666700000000006 320 23.482199999999999 558 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7622 6 34 0 23.482199999999999 2009-04-01 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 1.8999999999999999 0.40360000000000001 66.666700000000006 126.66670000000001 26.906199999999998 571 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 26.906199999999998 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 2 0.88670000000000004 66.666700000000006 133.33330000000001 59.114199999999997 572 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 59.114199999999997 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 40 1 74.700000000000003 72.476799999999997 66.666700000000006 4980.0001000000002 4831.7882 573 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 4831.7882 2009-07-14 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 4.2000000000000002 0.081699999999999995 66.666700000000006 280 5.4452999999999996 591 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 5.4452999999999996 2009-10-05 36 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 28 1 6571 255.6772 66.666700000000006 438066.6765 17045.149099999999 592 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12013 6 34 0 17045.149099999999 2009-10-05 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 2.7000000000000002 0.35260000000000002 66.666700000000006 180 23.507999999999999 658 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 4018 6 34 0 23.507999999999999 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 3 22.5 1.8829 200 1500 125.524 660 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7543 6 34 0 125.524 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 676.79999999999995 33.2986 66.666700000000006 45120.000999999997 2219.904 663 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 12013 6 34 0 2219.904 2008-06-25 56 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 2 0.90000000000000002 0.085000000000000006 133.33330000000001 60 5.6639999999999997 671 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42389 6 34 0 5.6639999999999997 2009-04-01 56 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 1 1.3 0.1227 66.666700000000006 86.666700000000006 8.1813000000000002 672 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42389 6 34 0 8.1813000000000002 2009-04-01 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 195.90000000000001 18.492999999999999 66.666700000000006 13060.0003 1232.8641 678 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42389 6 34 0 1232.8641 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 8 1 64.700000000000003 6.1077000000000004 66.666700000000006 4313.3334000000004 407.17869999999999 679 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 1509 6 34 0 407.17869999999999 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 15 1 113.5 10.714399999999999 66.666700000000006 7566.6668 714.29340000000002 680 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 1509 6 34 0 714.29340000000002 2009-07-14 56 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 2 3.8999999999999999 0.80720000000000003 133.33330000000001 260 53.8125 685 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 4018 6 34 0 53.8125 2009-07-14 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 77.400000000000006 7.3066000000000004 66.666700000000006 5160.0001000000002 487.10399999999998 697 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42389 6 34 0 487.10399999999998 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 12 1 23.600000000000001 2.6888999999999998 66.666700000000006 1573.3334 179.261 699 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 4018 6 34 0 179.261 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 1 2 1 0.019699999999999999 133.33330000000001 66.666700000000006 1.3149999999999999 700 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 12013 6 34 0 1.3149999999999999 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 11 1 435.89999999999998 14.796099999999999 66.666700000000006 29060.000599999999 986.40430000000003 701 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 12013 6 34 0 986.40430000000003 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 12 1 595.10000000000002 19.292899999999999 66.666700000000006 39673.334199999998 1286.194 702 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 12013 6 34 0 1286.194 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - -1 2 11.699999999999999 0.64939999999999998 133.33330000000001 780 43.289999999999999 703 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 43.289999999999999 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 2 0.69999999999999996 0.031099999999999999 133.33330000000001 46.666699999999999 2.0724999999999998 704 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 2.0724999999999998 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1 0.1113 66.666700000000006 66.666700000000006 7.4223999999999997 705 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 7.4223999999999997 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 3 0.35220000000000001 66.666700000000006 200 23.482199999999999 706 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 23.482199999999999 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 6.7999999999999998 0.79749999999999999 66.666700000000006 453.33330000000001 53.165700000000001 707 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 53.165700000000001 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 5 1 14.300000000000001 1.5031000000000001 66.666700000000006 953.33339999999998 100.2094 708 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 100.2094 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 6 1 24.100000000000001 2.5230000000000001 66.666700000000006 1606.6667 168.19999999999999 709 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 168.19999999999999 2009-10-05 56 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 7 1 49.799999999999997 3.9091999999999998 66.666700000000006 3320.0001000000002 260.61009999999999 710 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7622 6 34 0 260.61009999999999 2009-10-05 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 55.5 5.2392000000000003 66.666600000000003 3700.0001999999999 349.2801 722 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42389 6 34 0 349.2801 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 58 1 1082.3 102.1691 66.666600000000003 72153.334799999997 6811.2749999999996 723 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 1509 6 34 0 6811.2749999999996 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 2.2999999999999998 0.24510000000000001 66.666600000000003 153.33330000000001 16.3383 727 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 16.3383 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 2 4.7000000000000002 0.80720000000000003 133.33320000000001 313.33319999999998 53.8125 728 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 53.8125 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 22.199999999999999 2.1193 66.666600000000003 1479.9999 141.28440000000001 729 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 141.28440000000001 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 1 14 0.62760000000000005 66.666600000000003 933.33330000000001 41.841299999999997 730 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7543 6 34 0 41.841299999999997 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 9915.3999999999996 487.83769999999998 66.666600000000003 661026.68130000005 32522.511600000002 734 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 32522.511600000002 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 2 14.300000000000001 0.7036 133.33320000000001 953.33339999999998 46.9041 735 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 46.9041 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 1 9 6.9000000000000004 0.072700000000000001 600 459.99990000000003 4.8459000000000003 736 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 4.8459000000000003 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 20 49.600000000000001 1.4167000000000001 1333.3335 3306.6666 94.449299999999994 737 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 94.449299999999994 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 2 21.199999999999999 0.50460000000000005 133.33320000000001 1413.3333 33.638100000000001 738 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 33.638100000000001 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 4 1 16.899999999999999 0.62129999999999996 66.666600000000003 1126.6668 41.418300000000002 739 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 41.418300000000002 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 5 1 54.5 1.2499 66.666600000000003 3633.3332999999998 83.325599999999994 740 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 83.325599999999994 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 8339.5 342.41340000000002 66.666600000000003 555966.67920000001 22827.563399999999 741 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 22827.563399999999 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.5 0.0047999999999999996 66.666600000000003 33.333300000000001 0.32040000000000002 742 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 0.32040000000000002 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.80000000000000004 0.051400000000000001 66.666600000000003 53.333399999999997 3.4251 743 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 3.4251 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 2.3999999999999999 0.2054 66.666600000000003 159.9999 13.6935 744 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 13.6935 2008-06-25 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 23 1 3901.6999999999998 169.9924 66.666700000000006 260113.33910000001 11332.828 759 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 11332.828 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 25 1 4489.3999999999996 221.67750000000001 66.666700000000006 299293.34000000003 14778.500400000001 760 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 14778.500400000001 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 27 1 4839.1999999999998 283.2278 66.666700000000006 322613.34049999999 18881.856400000001 761 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 18881.856400000001 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 29 2 15651.200000000001 711.16849999999999 133.33330000000001 1043413.357 47411.235000000001 762 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 47411.235000000001 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 7838.8999999999996 396.1123 66.666700000000006 522593.34499999997 26407.4872 763 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 26407.4872 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 34 1 11112.299999999999 590.04060000000004 66.666700000000006 740820.01659999997 39336.039499999999 764 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 39336.039499999999 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 12 1 237.09999999999999 18.071999999999999 66.666700000000006 15806.666999999999 1204.7974999999999 765 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 1204.7974999999999 2008-09-17 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 1163 57.2196 66.666700000000006 77533.335099999997 3814.6399999999999 774 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 3814.6399999999999 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 14 1 1138.9000000000001 30.873000000000001 66.666700000000006 75926.668399999995 2058.2013000000002 775 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 2058.2013000000002 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 15 1 1319.7 38.103400000000001 66.666700000000006 87980.001999999993 2540.2287999999999 776 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 2540.2287999999999 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 31 1 9992.7000000000007 348.74579999999997 66.666700000000006 666180.01489999995 23249.7232 777 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 23249.7232 2008-10-15 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 33 1 10706 422.00810000000001 66.666700000000006 713733.3493 28133.875599999999 778 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 28133.875599999999 2008-10-15 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 14 2 1987.5 62.906100000000002 133.33330000000001 132500.003 4193.7376999999997 785 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 4193.7376999999997 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 15 4 4406.3000000000002 156.1662 266.66669999999999 293753.33990000002 10411.079599999999 786 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 10411.079599999999 2009-04-01 57 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 17 1 1526.7 57.784399999999998 66.666700000000006 101780.00229999999 3852.2964000000002 787 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 3852.2964000000002 2009-04-01 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 2.8999999999999999 0.40360000000000001 66.666700000000006 193.33330000000001 26.906199999999998 796 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 26.906199999999998 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 2031.3 99.939999999999998 66.666700000000006 135420.003 6662.6638999999996 797 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 6662.6638999999996 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 2.8999999999999999 0.070800000000000002 66.666700000000006 193.33330000000001 4.7225000000000001 798 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 4.7225000000000001 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 3.7999999999999998 0.25230000000000002 66.666700000000006 253.33330000000001 16.819099999999999 799 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 16.819099999999999 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 11 1 610.5 14.776199999999999 66.666700000000006 40700.000899999999 985.07960000000003 800 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 985.07960000000003 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 19 1 4414.5 81.871499999999997 66.666700000000006 294300.00660000002 5458.1026000000002 801 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 5458.1026000000002 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 47 1 15980 1397.4802 66.666700000000006 1065333.3570000001 93165.349600000001 802 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 93165.349600000001 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.001 0.0155 66.666700000000006 0.066699999999999995 1.0362 803 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 1.0362 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 4 4.7999999999999998 0.44529999999999997 266.66669999999999 320 29.689599999999999 804 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 29.689599999999999 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 5 12.800000000000001 1.7612000000000001 333.33330000000001 853.33339999999998 117.41079999999999 805 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 117.41079999999999 2009-07-14 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 9 1 78.599999999999994 7.9820000000000002 66.666700000000006 5240.0001000000002 532.13340000000005 806 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 7622 6 34 0 532.13340000000005 2009-07-14 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 33 1 11315.5 422.00810000000001 66.666700000000006 754366.68350000004 28133.875599999999 815 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 28133.875599999999 2009-10-05 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 34 1 12270.6 462.23489999999998 66.666700000000006 818040.0183 30815.662899999999 816 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 30815.662899999999 2009-10-05 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 2.3999999999999999 0.31340000000000001 66.666700000000006 160 20.896000000000001 824 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 20.896000000000001 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 3.2000000000000002 0.61529999999999996 66.666700000000006 213.33330000000001 41.022599999999997 825 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 41.022599999999997 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 11.5 1.6328 66.666700000000006 766.66669999999999 108.85339999999999 826 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 108.85339999999999 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.80000000000000004 0.051400000000000001 66.666700000000006 53.333300000000001 3.4251999999999998 836 0101000020E610000089B5F81400A30F404E62105839C84940 7622 6 34 0 3.4251999999999998 2008-06-25 48 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - -1 1 177.09999999999999 21.922999999999998 66.666700000000006 11806.6669 1461.5355 840 0101000020E610000089B5F81400A30F404E62105839C84940 7543 6 34 0 1461.5355 2008-10-15 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 2 3.6000000000000001 0.33979999999999999 133.33330000000001 240 22.655999999999999 844 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 22.655999999999999 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 2 1.1000000000000001 0.1038 133.33330000000001 73.333299999999994 6.9226999999999999 845 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 6.9226999999999999 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 4 2 2.7999999999999998 0.26429999999999998 133.33330000000001 186.66669999999999 17.621300000000002 846 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 17.621300000000002 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 1 1.2 0.1133 66.666700000000006 80 7.5519999999999996 847 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 7.5519999999999996 2009-04-01 48 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 9 1 5.0999999999999996 0.48139999999999999 66.666700000000006 340 32.095999999999997 848 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 32.095999999999997 2009-04-01 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 10 933.5 88.122399999999999 666.66669999999999 62233.334699999999 5874.8270000000002 858 0101000020E610000089B5F81400A30F404E62105839C84940 42389 6 34 0 5874.8270000000002 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 21 1 51.5 4.8616000000000001 66.666700000000006 3433.3334 324.10669999999999 859 0101000020E610000089B5F81400A30F404E62105839C84940 1509 6 34 0 324.10669999999999 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 23 1 53.799999999999997 5.0787000000000004 66.666700000000006 3586.6667000000002 338.58139999999997 860 0101000020E610000089B5F81400A30F404E62105839C84940 1509 6 34 0 338.58139999999997 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 24 1 89.299999999999997 8.4298999999999999 66.666700000000006 5953.3334999999997 561.99469999999997 861 0101000020E610000089B5F81400A30F404E62105839C84940 1509 6 34 0 561.99469999999997 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 25 1 71.900000000000006 6.7873999999999999 66.666700000000006 4793.3334000000004 452.4907 862 0101000020E610000089B5F81400A30F404E62105839C84940 1509 6 34 0 452.4907 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 34 1 101.2 9.5533000000000001 66.666700000000006 6746.6668 636.8854 863 0101000020E610000089B5F81400A30F404E62105839C84940 1509 6 34 0 636.8854 2009-07-14 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 1.2 0.24510000000000001 66.666700000000006 80 16.3384 877 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 16.3384 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 6.7999999999999998 1.6328 66.666700000000006 453.33330000000001 108.85339999999999 878 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 108.85339999999999 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 13 1 23.899999999999999 3.3472 66.666700000000006 1593.3334 223.1499 879 0101000020E610000089B5F81400A30F404E62105839C84940 4018 6 34 0 223.1499 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 1133.8 55.783000000000001 66.666700000000006 75586.668399999995 3718.864 880 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 3718.864 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 15 1 1205.4000000000001 38.103400000000001 66.666700000000006 80360.001799999998 2540.2287999999999 881 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 2540.2287999999999 2009-10-05 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 29 1 6754.5 284.5591 66.666700000000006 450300.01010000001 18970.608400000001 882 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 18970.608400000001 2009-10-05 48 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1503.5 141.93039999999999 66.666700000000006 100233.33560000001 9462.0272000000004 887 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42389 6 34 0 9462.0272000000004 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 31 1 538.5 50.834400000000002 66.666700000000006 35900.000800000002 3388.9602 888 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 1509 6 34 0 3388.9602 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 4.5 0.5877 66.666700000000006 300 39.18 890 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 39.18 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 6.9000000000000004 0.88670000000000004 66.666700000000006 460 59.114199999999997 891 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 59.114199999999997 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 2 57.700000000000003 8.1992999999999991 133.33330000000001 3846.6668 546.62009999999998 892 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 546.62009999999998 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 28 1 235 27.313700000000001 66.666700000000006 15666.666999999999 1820.9100000000001 893 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 1820.9100000000001 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 12 1 470.80000000000001 21.422000000000001 66.666700000000006 31386.667399999998 1428.1321 896 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 1428.1321 2008-09-17 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 2 45 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 16 1 1141.7 53.5351 66.666700000000006 76113.335000000006 3569.0077999999999 897 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 3569.0077999999999 2008-09-17 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 4 2 1.5 0.26619999999999999 133.33330000000001 100 17.7455 907 0101000020E61000003FC7478B33A60F40D427B9C326C84940 4018 6 34 0 17.7455 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 6 1 3.8999999999999999 0.40360000000000001 66.666700000000006 260 26.906199999999998 908 0101000020E61000003FC7478B33A60F40D427B9C326C84940 4018 6 34 0 26.906199999999998 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 5.5999999999999996 0.070800000000000002 66.666700000000006 373.33330000000001 4.7225000000000001 911 0101000020E61000003FC7478B33A60F40D427B9C326C84940 12013 6 34 0 4.7225000000000001 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 26 1 5487.8999999999996 218.70699999999999 66.666700000000006 365860.00819999998 14580.468199999999 912 0101000020E61000003FC7478B33A60F40D427B9C326C84940 12013 6 34 0 14580.468199999999 2008-06-25 55 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 141.5 6.9618000000000002 66.666700000000006 9433.3335000000006 464.12 918 0101000020E61000003FC7478B33A60F40D427B9C326C84940 12013 6 34 0 464.12 2008-09-17 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 94 51.563949999999998 3.9558599999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 5.4000000000000004 0.25230000000000002 66.666700000000006 360 16.819099999999999 934 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 12013 6 34 0 16.819099999999999 2009-07-14 54 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 158 14.9152 66.666700000000006 10533.3336 994.34670000000006 941 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42389 6 34 0 994.34670000000006 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 20 2 114.5 10.8088 133.33330000000001 7633.3334999999997 720.58669999999995 942 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 1509 6 34 0 720.58669999999995 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 21 1 58.200000000000003 5.4941000000000004 66.666700000000006 3880.0001000000002 366.27199999999999 943 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 1509 6 34 0 366.27199999999999 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 23 1 81.799999999999997 7.7218999999999998 66.666700000000006 5453.3334999999997 514.79470000000003 944 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 1509 6 34 0 514.79470000000003 2009-07-14 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 53 5.0031999999999996 66.666700000000006 3533.3334 333.54669999999999 961 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42389 6 34 0 333.54669999999999 2009-10-05 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 16 1 50.299999999999997 4.7483000000000004 66.666700000000006 3353.3334 316.55470000000003 962 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 1509 6 34 0 316.55470000000003 2009-10-05 46 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 34.5 4.0997000000000003 66.666700000000006 2300.0001000000002 273.31 964 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 4018 6 34 0 273.31 2009-10-05 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 5 417.5 39.411999999999999 333.33330000000001 27833.333999999999 2627.4668000000001 971 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 42389 6 34 0 2627.4668000000001 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 8.5999999999999996 0.25230000000000002 66.666700000000006 573.33330000000001 16.819099999999999 975 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 12013 6 34 0 16.819099999999999 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 5 1 65.299999999999997 1.2499 66.666700000000006 4353.3334000000004 83.325599999999994 976 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 12013 6 34 0 83.325599999999994 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.001 0.0155 66.666700000000006 0.066699999999999995 1.0362 977 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7622 6 34 0 1.0362 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 2 3.6000000000000001 0.22270000000000001 133.33330000000001 240 14.844799999999999 978 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7622 6 34 0 14.844799999999999 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 3 9.6999999999999993 1.0567 200 646.66669999999999 70.4465 979 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7622 6 34 0 70.4465 2009-07-14 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 3 26.600000000000001 2.3925000000000001 200 1773.3334 159.49719999999999 980 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7622 6 34 0 159.49719999999999 2009-07-14 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 102.40000000000001 9.6666000000000007 66.666700000000006 6826.6668 644.43740000000003 985 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 1509 6 34 0 644.43740000000003 2009-10-05 49 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 3.7999999999999998 0.35220000000000001 66.666700000000006 253.33330000000001 23.482199999999999 990 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 7622 6 34 0 23.482199999999999 2009-10-05 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 6.0999999999999996 0.57579999999999998 66.666700000000006 406.66669999999999 38.389299999999999 994 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42389 6 34 0 38.389299999999999 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 8 1 8.1999999999999993 0.77410000000000001 66.666700000000006 546.66669999999999 51.6053 995 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42389 6 34 0 51.6053 2009-07-14 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 15 1 18.199999999999999 1.7181 66.666700000000006 1213.3334 114.53870000000001 996 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42389 6 34 0 114.53870000000001 2009-07-14 43 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 101 51.562190000000001 3.9535499999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 111.40000000000001 10.5162 66.666700000000006 7426.6668 701.07740000000001 1004 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 42389 6 34 0 701.07740000000001 2009-10-05 43 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 6.4000000000000004 0.25230000000000002 66.666700000000006 426.66669999999999 16.819099999999999 1011 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 12013 6 34 0 16.819099999999999 2009-07-14 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.5 0.1113 66.666700000000006 33.333300000000001 7.4223999999999997 1012 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 7622 6 34 0 7.4223999999999997 2009-07-14 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 2.7999999999999998 0.35220000000000001 66.666700000000006 186.66669999999999 23.482199999999999 1027 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 7622 6 34 0 23.482199999999999 2009-07-14 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 3 0.081699999999999995 66.666700000000006 200 5.4452999999999996 1040 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 12013 6 34 0 5.4452999999999996 2009-10-05 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1002 51.563389999999998 3.9529399999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.69999999999999996 0.0155 66.666700000000006 46.666699999999999 1.0362 1044 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 7622 6 34 0 1.0362 2009-07-14 7 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1003 51.563450000000003 3.9551599999999998 0.029999998999999999 2009 4K 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 10 1 14.1 1.6328 33.333300000000001 470 54.426699999999997 1055 0101000020E6100000319413ED2AA40F4032772D211FC84940 4018 6 34 0 54.426699999999997 2009-10-05 53 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1.1000000000000001 0.1113 66.666700000000006 73.333299999999994 7.4223999999999997 1071 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 7622 6 34 0 7.4223999999999997 2009-10-05 31 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 9.8000000000000007 0.92510000000000003 66.666700000000006 653.33330000000001 61.674700000000001 1075 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42389 6 34 0 61.674700000000001 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 1701.3 83.703999999999994 66.666700000000006 113420.0025 5580.2638999999999 1079 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 12013 6 34 0 5580.2638999999999 2009-07-14 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1 0.1113 66.666700000000006 66.666700000000006 7.4223999999999997 1080 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 7622 6 34 0 7.4223999999999997 2009-07-14 32 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 1005 51.561300000000003 3.9513600000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 22 2.0768 66.666700000000006 1466.6667 138.45330000000001 1085 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 42389 6 34 0 138.45330000000001 2009-10-05 32 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 2 1.5 0.22270000000000001 133.33330000000001 100 14.844799999999999 1095 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 7622 6 34 0 14.844799999999999 2009-07-14 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 4 585.5 55.2712 133.33330000000001 19516.667099999999 1842.3733999999999 1099 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42389 6 34 0 1842.3733999999999 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 101.59999999999999 9.5909999999999993 33.333300000000001 3386.6667000000002 319.70139999999998 1100 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 1509 6 34 0 319.70139999999998 2009-10-05 41 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 1.7 0.1113 33.333300000000001 56.666699999999999 3.7111999999999998 1104 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 7622 6 34 0 3.7111999999999998 2009-10-05 41 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 20 36 2.2267000000000001 1333.3334 2400.0001000000002 148.4478 1124 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 148.4478 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 46 186.59999999999999 16.2027 3066.6667000000002 12440.0003 1080.1795999999999 1125 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 1080.1795999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 5 35.5 3.9874000000000001 333.33330000000001 2366.6667000000002 265.82859999999999 1126 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 265.82859999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 5 1 13.6 1.5031000000000001 66.666700000000006 906.66669999999999 100.2094 1127 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 100.2094 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 3 247.5 23.364000000000001 200 16500.000400000001 1557.6001000000001 1111 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42389 6 34 0 1557.6001000000001 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 15 1 56.5 5.3335999999999997 66.666700000000006 3766.6668 355.57339999999999 1112 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 355.57339999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 18 1 92.200000000000003 8.7036999999999995 66.666700000000006 6146.6668 580.24540000000002 1113 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 580.24540000000002 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 25 1 131.69999999999999 12.432499999999999 66.666700000000006 8780.0002000000004 828.83199999999999 1114 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 828.83199999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 28 1 82.5 7.7880000000000003 66.666700000000006 5500.0001000000002 519.20000000000005 1115 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 519.20000000000005 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 1 1 1.3 0.0080999999999999996 66.666700000000006 86.666700000000006 0.53839999999999999 1118 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12013 6 34 0 0.53839999999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 2 10.4 0.14169999999999999 133.33330000000001 693.33330000000001 9.4449000000000005 1119 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12013 6 34 0 9.4449000000000005 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 12.1 0.25230000000000002 66.666700000000006 806.66669999999999 16.819099999999999 1120 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12013 6 34 0 16.819099999999999 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 4 2 52.899999999999999 1.2424999999999999 133.33330000000001 3526.6667000000002 82.836699999999993 1121 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12013 6 34 0 82.836699999999993 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - -1 1 2 0.111 66.666700000000006 133.33330000000001 7.4000000000000004 1122 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 7.4000000000000004 2009-07-14 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 2 1.1000000000000001 0.031099999999999999 133.33330000000001 73.333299999999994 2.0724999999999998 1123 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 2.0724999999999998 2009-07-14 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 7 554.39999999999998 52.3354 233.33330000000001 18480.000400000001 1744.5120999999999 1134 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42389 6 34 0 1744.5120999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 19 1 79.599999999999994 7.5141999999999998 33.333300000000001 2653.3334 250.47470000000001 1135 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 250.47470000000001 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 24 1 52.5 4.9560000000000004 33.333300000000001 1750 165.19999999999999 1136 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 165.19999999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 32 1 521.20000000000005 49.201300000000003 33.333300000000001 17373.333699999999 1640.0427999999999 1137 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 1509 6 34 0 1640.0427999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 1 0.59999999999999998 0.0155 33.333300000000001 20 0.5181 1145 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 0.5181 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 3 7.2000000000000002 0.33400000000000002 100 240 11.133599999999999 1147 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 11.133599999999999 2009-10-05 12 1 Proefsupl. zandpl. Oostersch. Najaar 2009 - Galgeplaat Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.029999998999999999 2009 4K 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 3 12.800000000000001 1.0567 100 426.66669999999999 35.223199999999999 1149 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 7622 6 34 0 35.223199999999999 2009-10-05 12 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 2 191.19999999999999 18.049299999999999 133.33330000000001 12746.666999999999 1203.2854 1156 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42389 6 34 0 1203.2854 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 20 1 51.600000000000001 4.8710000000000004 66.666700000000006 3440.0001000000002 324.73599999999999 1157 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42389 6 34 0 324.73599999999999 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - -1 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0037000000000000002 1162 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 0.0037000000000000002 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 1 3 1.5 0.046600000000000003 200 100 3.1086999999999998 1163 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 3.1086999999999998 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 11 18.199999999999999 1.2246999999999999 733.33330000000001 1213.3334 81.646299999999997 1164 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 81.646299999999997 2009-07-14 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 6 13.800000000000001 2.1133999999999999 400 920 140.893 1165 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 140.893 2009-07-14 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 77.799999999999997 7.3442999999999996 66.666700000000006 5186.6668 489.62139999999999 1169 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 42389 6 34 0 489.62139999999999 2009-10-05 39 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 3.6000000000000001 0.35220000000000001 66.666700000000006 240 23.482199999999999 1172 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 23.482199999999999 2009-10-05 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Glyceriformia Glyceroidea Glyceridae Glycera Glycera - \N 1 0.5 0.064799999999999996 66.666700000000006 33.333300000000001 4.3200000000000003 382 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 42391 6 34 0 4.3200000000000003 2009-07-14 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1008 51.560760000000002 3.9529000000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 5.5999999999999996 0.79749999999999999 66.666700000000006 373.33330000000001 53.165700000000001 1173 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 7622 6 34 0 53.165700000000001 2009-10-05 39 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 7.7000000000000002 0.72689999999999999 66.666700000000006 513.33330000000001 48.4587 1181 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42389 6 34 0 48.4587 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 4 1 0.90000000000000002 0.1331 66.666700000000006 60 8.8727999999999998 1184 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 4018 6 34 0 8.8727999999999998 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 9 0.070800000000000002 66.666700000000006 600 4.7225000000000001 1186 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 12013 6 34 0 4.7225000000000001 2009-07-14 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 39.100000000000001 3.6909999999999998 66.666700000000006 2606.6667000000002 246.0693 1194 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42389 6 34 0 246.0693 2009-10-05 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 25 1 65.200000000000003 6.1548999999999996 66.666700000000006 4346.6668 410.3254 1195 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 1509 6 34 0 410.3254 2009-10-05 37 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 6 1 115.7 5.6237000000000004 66.666700000000006 7713.3334999999997 374.91609999999997 1198 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 7543 6 34 0 374.91609999999997 2009-10-05 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 2 260.30000000000001 24.572299999999998 133.33330000000001 17353.333699999999 1638.1548 1204 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 1638.1548 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 8 1 12.699999999999999 1.1989000000000001 66.666700000000006 846.66669999999999 79.925299999999993 1205 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 79.925299999999993 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 15 1 42.899999999999999 4.0498000000000003 66.666700000000006 2860.0001000000002 269.98399999999998 1206 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 269.98399999999998 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 18 1 75.5 7.1272000000000002 66.666700000000006 5033.3334000000004 475.14670000000001 1207 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 475.14670000000001 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 5 7.5999999999999996 0.55669999999999997 333.33330000000001 506.66669999999999 37.111899999999999 1211 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 37.111899999999999 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 10 28.300000000000001 3.5223 666.66669999999999 1886.6667 234.82169999999999 1212 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 234.82169999999999 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 8.5 0.79749999999999999 66.666700000000006 566.66669999999999 53.165700000000001 1213 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 53.165700000000001 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 5 2 24.800000000000001 3.0063 133.33330000000001 1653.3334 200.4188 1214 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 200.4188 2009-07-14 44 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 7 1 37.299999999999997 3.9091999999999998 66.666700000000006 2486.6667000000002 260.61009999999999 1215 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 260.61009999999999 2009-07-14 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 240 22.655999999999999 66.666700000000006 16000.000400000001 1510.4001000000001 1220 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 1510.4001000000001 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 26 1 237 22.372800000000002 66.666700000000006 15800.000400000001 1491.5201 1221 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 1491.5201 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 30 1 316.19999999999999 29.849299999999999 66.666700000000006 21080.000499999998 1989.9521 1222 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 1509 6 34 0 1989.9521 2009-10-05 44 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1010 51.560229999999997 3.9536199999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 4 1 6.0999999999999996 0.79749999999999999 66.666700000000006 406.66669999999999 53.165700000000001 1225 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 7622 6 34 0 53.165700000000001 2009-10-05 44 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 \N 0.25230000000000002 66.666600000000003 0 16.819199999999999 23 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 16.819199999999999 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 32 1 \N 419.13619999999997 66.666600000000003 0 27942.415199999999 27 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 27942.415199999999 2008-06-25 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.550897669999998 3.9774723999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 16 1 725.89999999999998 40.916499999999999 66.666700000000006 48393.3344 2727.7692999999999 642 0101000020E6100000E8F0B50CDDD10F40DA0B9AD083C64940 7622 6 34 0 2727.7692999999999 2009-07-14 102 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 2 1 2.2000000000000002 0.17399999999999999 66.666700000000006 146.66669999999999 11.601900000000001 659 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 7543 6 34 0 11.601900000000001 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.562219669999998 3.9600088000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - 23 1 966.60000000000002 79.723600000000005 66.666600000000003 64440.001499999998 5314.9038 600 0101000020E610000047FAFE1719AE0F40B1E86BD0F6C74940 9307 6 34 0 5314.9038 2008-06-25 60 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.561950099999997 3.9604246000000001 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea SUPERFAM-Tellinoidea SUPERFAM-Tellinoidea TELLINACEA - 1 1 0.40000000000000002 0.022200000000000001 66.666600000000003 26.666699999999999 1.4799 601 0101000020E6100000E930BA17F3AE0F40F1BD1AFBEDC74940 42429 6 34 0 1.4799 2008-06-25 61 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - -1 1 1039 90.196600000000004 66.666700000000006 69266.6682 6013.1085999999996 221 0101000020E610000070ECD973999A0F400305DEC9A7C74940 9307 6 34 0 6013.1085999999996 2008-09-17 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Myoida Myina Myoidea Myidae Mya Mya arenaria - -1 1 6274 544.65219999999999 66.666700000000006 418266.67599999998 36310.147799999999 242 0101000020E610000070ECD973999A0F400305DEC9A7C74940 9307 6 34 0 36310.147799999999 2008-10-15 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea SUPERFAM-Tellinoidea SUPERFAM-Tellinoidea TELLINACEA - 1 1 0.29999999999999999 0.0167 66.666700000000006 20 1.1100000000000001 292 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42429 6 34 0 1.1100000000000001 2008-06-25 34 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes decussatus - 23 1 2644.5 442.9538 66.666700000000006 176300.00390000001 29530.251400000001 851 0101000020E610000089B5F81400A30F404E62105839C84940 39412 6 34 0 29530.251400000001 2009-04-01 48 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.547393239999998 3.9828777999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Scrobiculariidae Scrobicularia Scrobicularia plana - 21 1 745.20000000000005 42.886899999999997 66.666700000000006 49680.001100000001 2859.1239999999998 655 0101000020E610000026B73709EFDC0F40FDEC4FFB10C64940 33016 6 34 0 2859.1239999999998 2009-10-05 115 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes philippinarum - 17 1 0.91320000000000001 0.153 66.666600000000003 60.879899999999999 10.1973 21 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 19140 6 34 0 10.1973 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - 2 1 2.7999999999999998 0.22009999999999999 66.666600000000003 186.66659999999999 14.6721 29 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12485 6 34 0 14.6721 2008-06-25 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Solenoidea / Tellinoidea Pharidae Ensis Ensis - -1 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0061999999999999998 65 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42319 6 34 0 0.0061999999999999998 2009-04-01 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 1 1 0.59999999999999998 0.074300000000000005 66.666700000000006 40 4.9516 279 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42370 6 34 0 4.9516 2008-06-25 34 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes philippinarum - 7 1 70.400000000000006 11.792 66.666700000000006 4693.3334000000004 786.13340000000005 337 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 19140 6 34 0 786.13340000000005 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma - 1 1 1.3 0.0044000000000000003 66.666700000000006 86.666700000000006 0.29399999999999998 338 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42415 6 34 0 0.29399999999999998 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes philippinarum - 3 1 6.2999999999999998 1.0552999999999999 66.666700000000006 420 70.349999999999994 499 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 19140 6 34 0 70.349999999999994 2009-07-14 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - 2 1 0.40000000000000002 0.031399999999999997 66.666700000000006 26.666699999999999 2.0960000000000001 522 0101000020E61000002B51F696729E0F405B61FA5E43C84940 12485 6 34 0 2.0960000000000001 2008-06-25 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida Unknown Unknown ORDO-Veneroida ORDO-Veneroida Tellinidae - 1 4 1.7 0.094399999999999998 266.66669999999999 113.33329999999999 6.29 377 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42551 6 34 0 6.29 2009-07-14 42 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida Unknown Unknown ORDO-Veneroida ORDO-Veneroida Tellinidae - 2 3 4.2999999999999998 0.2387 200 286.66669999999999 15.91 378 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42551 6 34 0 15.91 2009-07-14 42 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes philippinarum - -1 1 2543.9000000000001 426.10329999999999 66.666700000000006 169593.3371 28406.884699999999 545 0101000020E61000002B51F696729E0F405B61FA5E43C84940 19140 6 34 0 28406.884699999999 2008-10-15 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 5 1 33.200000000000003 4.1097999999999999 66.666700000000006 2213.3334 273.98630000000003 570 0101000020E61000002B51F696729E0F405B61FA5E43C84940 42370 6 34 0 273.98630000000003 2009-07-14 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 5 1 28.5 3.528 66.666700000000006 1900 235.19909999999999 684 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 42370 6 34 0 235.19909999999999 2009-07-14 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - 2 2 3.5 0.27510000000000001 133.33320000000001 233.33340000000001 18.3399 746 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12485 6 34 0 18.3399 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - 3 1 4.4000000000000004 0.3458 66.666600000000003 293.33339999999998 23.055900000000001 747 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12485 6 34 0 23.055900000000001 2008-06-25 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Opisthobranchia SUBCLAS-Opisthobranchia Cephalaspidea ORDO-Cephalaspidea ORDO-Cephalaspidea Retusidae Retusa Retusa obtusa - 6 1 44.799999999999997 3.5213000000000001 66.666700000000006 2986.6667000000002 234.75200000000001 837 0101000020E610000089B5F81400A30F404E62105839C84940 12485 6 34 0 234.75200000000001 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 1 1 1.2 0.14849999999999999 66.666700000000006 80 9.9031000000000002 905 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42370 6 34 0 9.9031000000000002 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 2 1 3.7000000000000002 0.45800000000000002 66.666700000000006 246.66669999999999 30.534600000000001 906 0101000020E61000003FC7478B33A60F40D427B9C326C84940 42370 6 34 0 30.534600000000001 2008-06-25 55 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - 4 1 20.100000000000001 2.4882 66.666700000000006 1340 165.87729999999999 947 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42370 6 34 0 165.87729999999999 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Petricolidae Veneroida Veneroidea Veneridae Ruditapes Ruditapes philippinarum - 12 1 349.89999999999998 58.6083 66.666700000000006 23326.6672 3907.2168999999999 951 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 19140 6 34 0 3907.2168999999999 2009-07-14 46 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1006 51.562049999999999 3.9529800000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda ORDO-Decapoda BRACHYURA - -1 1 1.7 0.2104 66.666700000000006 113.33329999999999 14.029400000000001 1093 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 42370 6 34 0 14.029400000000001 2009-07-14 41 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.558984809999998 3.9649983999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Galeommatoidea Montacutidae Mysella Mysella bidentata - 2 1 0.80000000000000004 0.058999999999999997 66.666700000000006 53.333300000000001 3.9306999999999999 612 0101000020E6100000E289C51451B80F4094F472D08CC74940 21017 6 34 0 3.9306999999999999 2008-10-15 72 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.555210809999998 3.9708196 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Galeommatoidea Montacutidae Mysella Mysella bidentata - 1 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0048999999999999998 626 0101000020E6100000C38602113DC40F40F7AAD72511C74940 21017 6 34 0 0.0048999999999999998 2009-04-01 86 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Liocarcinus Liocarcinus arcuatus - -1 1 344.5 42.645299999999999 66.666700000000006 22966.6672 2843.0207 238 0101000020E610000070ECD973999A0F400305DEC9A7C74940 1593 6 34 0 2843.0207 2008-10-15 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola defodiens - -1 1 2066.6999999999998 195.09649999999999 66.666700000000006 137780.0031 13006.4328 447 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 8605 6 34 0 13006.4328 2009-04-01 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 37 51.562086999999998 3.9562719999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis - 5 1 7.5999999999999996 1.3191999999999999 66.666700000000006 506.66669999999999 87.948899999999995 665 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 17709 6 34 0 87.948899999999995 2008-06-25 56 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO Veneroida Tellinoidea Semelidae Abra Abra alba - 4 1 5.0999999999999996 0.39939999999999998 66.666700000000006 340 26.628699999999998 832 0101000020E610000089B5F81400A30F404E62105839C84940 12997 6 34 0 26.628699999999998 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis - 9 1 83.099999999999994 6.3960999999999997 66.666700000000006 5540.0001000000002 426.40800000000002 915 0101000020E61000003FC7478B33A60F40D427B9C326C84940 17709 6 34 0 426.40800000000002 2008-06-25 55 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 49 51.563682999999997 3.956153 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Pteromorphia SUBCLAS-Pteromorphia Mytllidae ORDO-Mytllidae Mytiloidea Mytilidae Mytilus Mytilus edulis - 12 1 230.09999999999999 13.8506 66.666700000000006 15340.0003 923.37469999999996 916 0101000020E61000003FC7478B33A60F40D427B9C326C84940 17709 6 34 0 923.37469999999996 2008-06-25 55 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola defodiens - -1 1 94.299999999999997 8.9018999999999995 66.666700000000006 6286.6668 593.46140000000003 1037 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 8605 6 34 0 593.46140000000003 2009-10-05 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida Unknown Unknown ORDO-Veneroida ORDO-Veneroida Tellinidae - 1 2 1.5 0.083299999999999999 133.33330000000001 100 5.5499999999999998 872 0101000020E610000089B5F81400A30F404E62105839C84940 42551 6 34 0 5.5499999999999998 2009-07-14 48 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 7.7999999999999998 0.25230000000000002 66.666700000000006 520 16.819099999999999 1063 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 12013 6 34 0 16.819099999999999 2009-07-14 31 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1004 51.56203 3.95085 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 2 2.2000000000000002 0.22270000000000001 133.33330000000001 146.66669999999999 14.844799999999999 1064 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 7622 6 34 0 14.844799999999999 2009-07-14 31 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.560063100000001 3.9633351999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 147.30000000000001 13.905099999999999 66.666700000000006 9820.0002000000004 927.00810000000001 608 0101000020E610000059AFD815E9B40F402319CD25B0C74940 42389 6 34 0 927.00810000000001 2008-10-15 68 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.559523949999999 3.9641668000000001 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 2 11.1 1.4497 133.33330000000001 740 96.644000000000005 610 0101000020E61000009E1C4F159DB60F40144A157B9EC74940 4018 6 34 0 96.644000000000005 2008-10-15 70 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.559254379999999 3.9645826 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 18 1 1904.0999999999999 66.444599999999994 66.666700000000006 126940.0028 4429.6369999999997 611 0101000020E610000040530A1577B70F40541FC4A595C74940 12013 6 34 0 4429.6369999999997 2008-10-15 71 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.558715239999998 3.9654142000000001 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 6 1 36.799999999999997 2.5230000000000001 66.666700000000006 2453.3334 168.19999999999999 613 0101000020E610000085C080142BB90F40D4C921FB83C74940 7622 6 34 0 168.19999999999999 2008-10-15 73 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 367 34.644799999999996 66.666600000000003 24466.667099999999 2309.6534999999999 10 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 2309.6534999999999 2008-06-25 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Liocarcinus Liocarcinus arcuatus - 6 1 56.899999999999999 7.5505000000000004 66.666700000000006 3793.3334 503.3655 1185 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 1593 6 34 0 503.3655 2009-07-14 37 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO Veneroida Tellinoidea Semelidae Abra Abra alba - 3 1 \N 0.17319999999999999 66.666600000000003 0 11.5449 22 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12997 6 34 0 11.5449 2008-06-25 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.550628099999997 3.9778882000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 17 1 934.10000000000002 48.605699999999999 66.666700000000006 62273.334699999999 3240.3807999999999 643 0101000020E61000008B27710CB7D20F401AE148FB7AC64940 7622 6 34 0 3240.3807999999999 2009-07-14 103 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.556289100000001 3.9691564000000001 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 1 0.80000000000000004 0.075499999999999998 66.666700000000006 53.333300000000001 5.0347 622 0101000020E61000003AAC1512D5C00F4086CF317B34C74940 42389 6 34 0 5.0347 2009-04-01 82 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.55601952 3.9695722 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 9 1 1.3999999999999999 0.13220000000000001 66.666700000000006 93.333299999999994 8.8107000000000006 623 0101000020E6100000DCE2D011AFC10F40372BCBA52BC74940 42389 6 34 0 8.8107000000000006 2009-04-01 83 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.555480379999999 3.9704038000000001 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 12 1 544.20000000000005 19.406199999999998 66.666700000000006 36280.000800000002 1293.7487000000001 625 0101000020E61000002150471163C30F40B7D528FB19C74940 12013 6 34 0 1293.7487000000001 2009-04-01 85 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.552515100000001 3.9749775999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1071.8 101.17789999999999 66.666700000000006 71453.334900000002 6745.1950999999999 636 0101000020E61000001AA9520EC1CC0F40E98596D0B8C64940 42389 6 34 0 6745.1950999999999 2009-07-14 96 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.551706379999999 3.9762249999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 5 2 62.299999999999997 6.3177000000000003 133.33330000000001 4153.3334000000004 421.18110000000001 639 0101000020E6100000014D840D4FCF0F401A8C8D509EC64940 7543 6 34 0 421.18110000000001 2009-07-14 99 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.548201949999999 3.9816303999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 358.69999999999999 33.8613 66.666700000000006 23913.333900000001 2257.4187999999999 652 0101000020E61000003F13060A61DA0F403D6D437B2BC64940 42389 6 34 0 2257.4187999999999 2009-10-05 112 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 15 1 29 4.9513999999999996 66.666600000000003 1933.3335 330.09300000000002 15 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 330.09300000000002 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.90000000000000002 0.051400000000000001 66.666600000000003 60 3.4251 28 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7622 6 34 0 3.4251 2008-06-25 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 14 1 42.600000000000001 4.0997000000000003 66.666700000000006 2840.0001000000002 273.31 34 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 273.31 2008-09-17 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 9 1 191 8.5719999999999992 66.666700000000006 12733.3336 571.46460000000002 37 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 571.46460000000002 2008-09-17 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 1396 68.683199999999999 66.666700000000006 93066.668699999995 4578.8800000000001 45 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 4578.8800000000001 2008-10-15 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 7.5999999999999996 0.99260000000000004 66.666700000000006 506.66669999999999 66.170699999999997 814 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 66.170699999999997 2009-10-05 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 19 1 91.5 9.4540000000000006 66.666700000000006 6100.0001000000002 630.26859999999999 755 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 630.26859999999999 2008-09-17 57 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 98 51.560360000000003 3.95492 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 6.9000000000000004 0.88670000000000004 66.666700000000006 460 59.114199999999997 988 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 4018 6 34 0 59.114199999999997 2009-10-05 49 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 12 51.561526999999998 3.952013 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida Unknown Unknown ORDO-Veneroida ORDO-Veneroida Tellinidae - 1 1 0.5 0.027799999999999998 66.666700000000006 33.333300000000001 1.8500000000000001 302 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 42551 6 34 0 1.8500000000000001 2009-07-14 34 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 17 1 1655.7 55.814900000000002 66.666700000000006 110380.0025 3720.9904999999999 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 3720.9904999999999 2008-10-15 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 30 1 8830.6000000000004 315.5564 66.666700000000006 588706.67980000004 21037.096399999999 47 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 21037.096399999999 2008-10-15 51 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 3 1 2.2000000000000002 0.35220000000000001 66.666700000000006 146.66669999999999 23.482199999999999 48 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7622 6 34 0 23.482199999999999 2008-10-15 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0063 56 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 0.0063 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 4 2 1.8 0.1699 133.33330000000001 120 11.327999999999999 57 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 11.327999999999999 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 2 3.6000000000000001 0.33979999999999999 133.33330000000001 240 22.655999999999999 58 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 22.655999999999999 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 7 2 2.2000000000000002 0.2077 133.33330000000001 146.66669999999999 13.8453 59 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 13.8453 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 8 1 1.7 0.1605 66.666700000000006 113.33329999999999 10.698700000000001 60 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 10.698700000000001 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 10 1 2.5 0.23599999999999999 66.666700000000006 166.66669999999999 15.7333 61 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 15.7333 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 13 1 9.9000000000000004 0.93459999999999999 66.666700000000006 660 62.304000000000002 62 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 62.304000000000002 2009-04-01 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 4 2009-04-01 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 18 1 1716 69.115399999999994 66.666700000000006 114400.00260000001 4607.6923999999999 64 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 4607.6923999999999 2009-04-01 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 85.900000000000006 8.109 66.666700000000006 5726.6668 540.59739999999999 73 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 1509 6 34 0 540.59739999999999 2009-07-14 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 1.3 0.24510000000000001 66.666700000000006 86.666700000000006 16.3384 76 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 16.3384 2009-07-14 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 32 51.547662809999999 3.9824619999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 2 6.0999999999999996 0.16339999999999999 133.33330000000001 406.66669999999999 10.890499999999999 654 0101000020E610000084807C0915DC0F40BD17A1D019C64940 12013 6 34 0 10.890499999999999 2009-10-05 114 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 1.8 0.24510000000000001 66.666600000000003 120 16.3383 13 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 16.3383 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 19.100000000000001 2.1193 66.666600000000003 1273.3335 141.28440000000001 14 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 141.28440000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - -1 1 4.2000000000000002 0.54849999999999999 66.666600000000003 279.99990000000003 36.567900000000002 726 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 4018 6 34 0 36.567900000000002 2008-06-25 57 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 11 1 605.10000000000002 16.238600000000002 66.666700000000006 40340.000899999999 1082.5735999999999 758 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 12013 6 34 0 1082.5735999999999 2008-09-17 57 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Tellinoidea Tellinidae Macoma Macoma balthica - 2 1 0.5 0.051400000000000001 66.666700000000006 33.333300000000001 3.4251999999999998 521 0101000020E61000002B51F696729E0F405B61FA5E43C84940 7622 6 34 0 3.4251999999999998 2008-06-25 36 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 17.399999999999999 2.1193 66.666700000000006 1160 141.28450000000001 77 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 4018 6 34 0 141.28450000000001 2009-07-14 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 0.90000000000000002 0.24510000000000001 66.666700000000006 60 16.3384 469 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 4018 6 34 0 16.3384 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca PH-Mollusca PH-Mollusca PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA PELECYPODA - -1 1 13 0.72150000000000003 66.666600000000003 866.66669999999999 48.099899999999998 208 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42424 6 34 0 48.099899999999998 2008-06-25 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca PH-Mollusca PH-Mollusca PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA CLAS-PELECYPODA PELECYPODA - -1 1 0.69999999999999996 0.038899999999999997 66.666600000000003 46.666800000000002 2.5899000000000001 433 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42424 6 34 0 2.5899000000000001 2008-06-25 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 2 1.5 0.49020000000000002 133.33330000000001 100 32.6768 108 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 32.6768 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 8 1 9.4000000000000004 0.88670000000000004 66.666700000000006 626.66669999999999 59.114199999999997 109 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 59.114199999999997 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 12 2 43.600000000000001 5.3777999999999997 133.33330000000001 2906.6667000000002 358.52199999999999 110 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 358.52199999999999 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 18 1 78.099999999999994 8.1539999999999999 66.666700000000006 5206.6668 543.601 111 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4018 6 34 0 543.601 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 2 16.699999999999999 1.2552000000000001 133.33330000000001 1113.3334 83.682699999999997 112 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 7543 6 34 0 83.682699999999997 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 651.79999999999995 32.068600000000004 66.666700000000006 43453.334300000002 2137.904 115 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 12013 6 34 0 2137.904 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 1 0.070800000000000002 66.666700000000006 66.666700000000006 4.7225000000000001 116 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 12013 6 34 0 4.7225000000000001 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 7 0.25230000000000002 66.666700000000006 466.66669999999999 16.819099999999999 117 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 12013 6 34 0 16.819099999999999 2008-06-25 45 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 172 16.236799999999999 66.666700000000006 11466.6669 1082.4534000000001 122 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 1082.4534000000001 2008-10-15 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 8.0999999999999996 0.76459999999999995 66.666700000000006 540 50.975999999999999 127 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 50.975999999999999 2009-04-01 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 1 0.59999999999999998 0.056599999999999998 66.666700000000006 40 3.7759999999999998 128 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 3.7759999999999998 2009-04-01 45 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 20 2.1193 66.666700000000006 1333.3334 141.28450000000001 217 0101000020E610000070ECD973999A0F400305DEC9A7C74940 4018 6 34 0 141.28450000000001 2008-09-17 30 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 1586.0999999999999 149.7278 66.666700000000006 105740.0024 9981.8565999999992 234 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42389 6 34 0 9981.8565999999992 2008-10-15 30 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - -1 1 77.200000000000003 7.2877000000000001 66.666700000000006 5146.6668 485.84539999999998 312 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 1509 6 34 0 485.84539999999998 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 5 1 1.3999999999999999 0.24510000000000001 66.666700000000006 93.333299999999994 16.3384 314 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 16.3384 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 4 1 15.6 1.5593999999999999 66.666600000000003 1040.0001 103.95780000000001 16 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7543 6 34 0 103.95780000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 2 17.899999999999999 0.50460000000000005 133.33320000000001 1193.3334 33.638100000000001 24 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 33.638100000000001 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 4 1 14.9 0.62129999999999996 66.666600000000003 993.33330000000001 41.418300000000002 25 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 41.418300000000002 2008-06-25 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 6 1 78.799999999999997 2.2126999999999999 66.666600000000003 5253.3335999999999 147.51150000000001 26 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12013 6 34 0 147.51150000000001 2008-06-25 51 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 31 11.199999999999999 1.2285999999999999 2066.6667000000002 746.66669999999999 81.909300000000002 486 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 2882 6 34 0 81.909300000000002 2009-04-01 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0061000000000000004 1029 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42395 6 34 0 0.0061000000000000004 2009-10-05 29 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 1 2.6000000000000001 0.2387 66.666700000000006 173.33330000000001 15.912000000000001 749 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42395 6 34 0 15.912000000000001 2008-09-17 57 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 11 2.8999999999999999 0.34770000000000001 733.33330000000001 193.33330000000001 23.180700000000002 44 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42361 6 34 0 23.180700000000002 2008-10-15 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 11 3.8999999999999999 0.46760000000000002 733.33330000000001 260 31.173999999999999 93 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42361 6 34 0 31.173999999999999 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Capitellidae Capitella Capitella capitata - \N 2 1.1000000000000001 0.1217 133.33330000000001 73.333299999999994 8.1106999999999996 91 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 8152 6 34 0 8.1106999999999996 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 13.300000000000001 1.6106 200 886.66669999999999 107.3753 92 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 7813 6 34 0 107.3753 2009-10-05 51 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 5 25.600000000000001 3.0693999999999999 333.33330000000001 1706.6667 204.6293 94 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 12058 6 34 0 204.6293 2009-10-05 51 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Clitellata Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta SUBCLAS-Oligochaeta OLIGOCHAETA - \N 6 4.2999999999999998 0.5736 400 286.66669999999999 38.241300000000003 97 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42349 6 34 0 38.241300000000003 2008-06-25 45 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 73.700000000000003 9.5515000000000008 66.666700000000006 4913.3334000000004 636.76800000000003 100 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 4846 6 34 0 636.76800000000003 2008-06-25 45 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 103 51.56176 3.9518800000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia sarsi - \N 3 7 0.83930000000000005 200 466.66669999999999 55.953299999999999 1019 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 13614 6 34 0 55.953299999999999 2009-10-05 33 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Pontoporeiidae Bathyporeia Bathyporeia pilosa - \N 6 9.3000000000000007 1.1151 400 620 74.337999999999994 335 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12249 6 34 0 74.337999999999994 2009-07-14 50 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 8 1 2.3999999999999999 0.2266 66.666700000000006 160 15.103999999999999 131 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 15.103999999999999 2009-04-01 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 2 452.30000000000001 42.697099999999999 133.33330000000001 30153.333999999999 2846.4748 137 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 2846.4748 2009-07-14 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola marina - 15 1 41.200000000000003 3.8893 66.666700000000006 2746.6667000000002 259.28530000000001 138 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 1509 6 34 0 259.28530000000001 2009-07-14 45 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 10 2008-10-15 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 43.399999999999999 4.0970000000000004 66.666700000000006 2893.3334 273.13069999999999 439 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 42389 6 34 0 273.13069999999999 2008-10-15 27 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 3 1.6000000000000001 0.1918 200 106.66670000000001 12.789300000000001 475 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42361 6 34 0 12.789300000000001 2008-06-25 35 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 1 0.001 0.0001 66.666700000000006 0.066699999999999995 0.0080000000000000002 1026 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42361 6 34 0 0.0080000000000000002 2009-07-14 29 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 5 10 1.3460000000000001 333.33330000000001 666.66669999999999 89.7333 1178 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42397 6 34 0 89.7333 2009-07-14 37 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis diversicolor - \N 2 13.6 1.2484999999999999 133.33330000000001 906.66669999999999 83.231999999999999 938 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 10754 6 34 0 83.231999999999999 2009-07-14 46 1 Galgeplaat (RE) Oktober 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2008-10-15 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 4 2.1000000000000001 0.25180000000000002 266.66669999999999 140 16.786000000000001 43 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42552 6 34 0 16.786000000000001 2008-10-15 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 10 51.559807999999997 3.950488 0.014999999999999999 2008 9 2008-09-17 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Nereidiformia Nereidoidea Nereididae Nereis Nereis - \N 2 7.5 0.6885 133.33330000000001 500 45.899999999999999 209 0101000020E610000070ECD973999A0F400305DEC9A7C74940 42395 6 34 0 45.899999999999999 2008-09-17 30 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 3 25 3.0274999999999999 200 1666.6667 201.83330000000001 491 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 7813 6 34 0 201.83330000000001 2009-04-01 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 39 51.566155000000002 3.957967 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae FAM-Spionidae Spionidae - \N 1 1 0.10970000000000001 66.666600000000003 66.666600000000003 7.3133999999999997 714 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 42440 6 34 0 7.3133999999999997 2008-06-25 57 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 4.2000000000000002 0.50360000000000005 66.666700000000006 280 33.572000000000003 336 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 12058 6 34 0 33.572000000000003 2009-07-14 50 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Mollusca Conchifera SUBPH-Conchifera Gastropoda Prosobranchia SUBCLAS-Prosobranchia Mesogastropoda ORDO-Mesogastropoda Rissoidea Hydrobiidae Hydrobia Hydrobia ulvae - \N 8 51.200000000000003 4.3212999999999999 533.33330000000001 3413.3334 288.08530000000002 342 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 6395 6 34 0 288.08530000000002 2009-07-14 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 10 22.899999999999999 3.0823 666.66669999999999 1526.6667 205.48929999999999 343 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 42397 6 34 0 205.48929999999999 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 58 52.100000000000001 5.7153999999999998 3866.6668 3473.3334 381.0247 344 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 2882 6 34 0 381.0247 2009-10-05 50 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 1 1.7 0.2059 66.666700000000006 113.33329999999999 13.7247 346 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 7813 6 34 0 13.7247 2009-10-05 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 9 8.9000000000000004 0.97629999999999995 600 593.33330000000001 65.088700000000003 464 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 2882 6 34 0 65.088700000000003 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Spio Spio martinensis - \N 1 0.40000000000000002 0.043900000000000002 66.666700000000006 26.666699999999999 2.9253 465 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 41259 6 34 0 2.9253 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Terebellidae Lanice Lanice conchilega - \N 2 58.5 5.6862000000000004 133.33330000000001 3900.0001000000002 379.07999999999998 466 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 13050 6 34 0 379.07999999999998 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Orbiniida ORDO-Orbiniida ORDO-Orbiniida Orbiniidae Scoloplos Scoloplos armiger - \N 2 5.9000000000000004 0.71450000000000002 133.33330000000001 393.33330000000001 47.6327 467 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 7813 6 34 0 47.6327 2008-06-25 35 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea SUBORDO-Gammaridea Urothoidae Urothoe Urothoe poseidonis - \N 1 1.7 0.20380000000000001 66.666700000000006 113.33329999999999 13.588699999999999 476 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 12058 6 34 0 13.588699999999999 2008-06-25 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1001 51.562379999999997 3.9499300000000002 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 2 1.5 0.2019 133.33330000000001 100 13.460000000000001 1032 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 42397 6 34 0 13.460000000000001 2009-10-05 29 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1009 51.560070000000003 3.9524499999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 5 6.7999999999999998 0.9153 333.33330000000001 453.33330000000001 61.018700000000003 1190 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 42397 6 34 0 61.018700000000003 2009-10-05 37 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Portunoidea Portunidae Carcinus Carcinus maenas - 3 2 15.300000000000001 1.2552000000000001 133.33330000000001 1020 83.682699999999997 827 0101000020E610000089B5F81400A30F404E62105839C84940 7543 6 34 0 83.682699999999997 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 2 1 0.90000000000000002 0.070800000000000002 66.666700000000006 60 4.7225000000000001 833 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 4.7225000000000001 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 3 1 4.0999999999999996 0.25230000000000002 66.666700000000006 273.33330000000001 16.819099999999999 834 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 16.819099999999999 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 44 51.564250000000001 3.95459 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - 31 1 8460.2000000000007 379.45580000000001 66.666700000000006 564013.34589999996 25297.055400000001 835 0101000020E610000089B5F81400A30F404E62105839C84940 12013 6 34 0 25297.055400000001 2008-06-25 48 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 7 1 5.9000000000000004 0.61529999999999996 66.666700000000006 393.33330000000001 41.022599999999997 315 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 41.022599999999997 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 14 51.562306999999997 3.9549889999999999 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 11 1 20.699999999999999 2.1193 66.666700000000006 1380 141.28450000000001 316 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 4018 6 34 0 141.28450000000001 2008-06-25 50 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Mollusca Conchifera SUBPH-Conchifera Bivalvia Heterodonta SUBCLAS-Heterodonta Veneroida ORDO-Veneroida Cardioidea Cardiidae Cerastoderma Cerastoderma edule - -1 1 24.699999999999999 1.2152000000000001 66.666700000000006 1646.6667 81.016000000000005 403 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 12013 6 34 0 81.016000000000005 2008-06-25 38 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 28 51.564556000000003 3.9523670000000002 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Eucarida Decapoda Pleocyemata Crangonoidea Crangonidae Crangon Crangon crangon - 12 1 20.899999999999999 2.6888999999999998 66.666700000000006 1393.3334 179.261 531 0101000020E61000002B51F696729E0F405B61FA5E43C84940 4018 6 34 0 179.261 2008-09-17 36 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 15 51.561213000000002 3.9535459999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Spionida Spioniformia SUBORDO-Spioniformia Spionidae Pygospio Pygospio elegans - \N 17 8.9000000000000004 0.97629999999999995 1133.3334 593.33330000000001 65.088700000000003 355 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 2882 6 34 0 65.088700000000003 2008-06-25 42 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodocida incertae sed Nephtyoidea Nephtyidae Nephtys Nephtys hombergii - \N 1 48.399999999999999 6.2725999999999997 66.666700000000006 3226.6667000000002 418.17599999999999 393 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 4846 6 34 0 418.17599999999999 2008-06-25 38 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel 0 100 26 51.563234000000001 3.948134 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Canalipalpata Terebellida ORDO-Terebellida ORDO-Terebellida Cirratulidae Aphelochaeta Aphelochaeta marioni - \N 4 2.7000000000000002 0.17899999999999999 266.66669999999999 180 11.933999999999999 452 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 3863 6 34 0 11.933999999999999 2009-07-14 27 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 97 51.561140000000002 3.9543200000000001 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 5 7.9000000000000004 1.0632999999999999 333.33330000000001 526.66669999999999 70.889300000000006 959 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 42397 6 34 0 70.889300000000006 2009-10-05 46 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Gammaroidea Gammaridae Gammarus Gammarus - \N 2 1.1000000000000001 0.13189999999999999 133.33330000000001 73.333299999999994 8.7927 402 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42361 6 34 0 8.7927 2008-06-25 38 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 3 3 1.6000000000000001 0.151 200 106.66670000000001 10.0693 487 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42389 6 34 0 10.0693 2009-04-01 35 1 Galgeplaat (RE) Oktober 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2009 10 2009-10-05 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - -1 1 328.39999999999998 31.001000000000001 66.666700000000006 21893.3338 2066.7307999999998 90 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42389 6 34 0 2066.7307999999998 2009-10-05 51 1 Galgeplaat (RE) Sep-08 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 4 51.559097999999999 3.9551409999999998 0.014999999999999999 2008 9 2008-09-17 1 0 Arhtropoda Crustacea PH-Arthropoda Malacostraca Eumalacostraca Peracarida Amphipoda Gammaridea Corophioidea Corophiidae Siphonoecetes Siphonoecetes striatus - \N 1 0.80000000000000004 0.095899999999999999 66.666700000000006 53.333300000000001 6.3947000000000003 35 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 42552 6 34 0 6.3947000000000003 2008-09-17 51 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 27 51.563774000000002 3.9522629999999999 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 1 0.40000000000000002 0.053800000000000001 66.666700000000006 26.666699999999999 3.5893000000000002 494 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 42397 6 34 0 3.5893000000000002 2009-07-14 35 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 5 1 0.69999999999999996 0.066100000000000006 66.666700000000006 46.666699999999999 4.4053000000000004 129 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 4.4053000000000004 2009-04-01 45 1 Galgeplaat (RE) Apr-09 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 9 51.561613000000001 3.9538229999999999 0.014999999999999999 2009 4 2009-04-01 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Scolecida SUBCLAS-Scolecida Capitellida ORDO-Capitellida ORDO-Capitellida Arenicolidae Arenicola Arenicola - 7 2 2.7000000000000002 0.25490000000000002 133.33330000000001 180 16.992000000000001 130 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 42389 6 34 0 16.992000000000001 2009-04-01 45 1 Galgeplaat (RE) Juli 2009 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 1007 51.562069999999999 3.9551500000000002 0.014999999999999999 2009 7 2009-07-14 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Palpata Aciculata Phyllodocida Phyllodociformia SUBORDO-Phyllodociformia Phyllodocidae Eteone Eteone - \N 11 27.199999999999999 3.6610999999999998 733.33330000000001 1813.3334 244.07470000000001 1109 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 42397 6 34 0 244.07470000000001 2009-07-14 12 1 Galgeplaat (RE) Zomer 2008 Deltageb. Nederland - Z Oosterschelde Centraal deel -1 2 17 51.563057999999998 3.9524979999999998 0.014999999999999999 2009 3K 2008-06-25 1 0 Annelida PH-Annelida PH-Annelida Polychaeta Unknown Unknown Cirratulida Unknown Unknown ORDO-Cirratulida ORDO-Cirratulida CIRRATULIDA - \N 1 0.001 \N 66.666700000000006 0.066699999999999995 \N 398 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 42555 6 13 0 \N 2008-06-25 38 1 \. -- -- TOC entry 2758 (class 0 OID 0) -- Dependencies: 180 -- Name: t2benthos_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t2benthos_locid_seq', 1225, true); -- -- TOC entry 2728 (class 0 OID 90576) -- Dependencies: 184 -- Data for Name: t2otheranalysis; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t2otheranalysis (date, station, wgs84_n, wgs84_e, gegevens, value, idparameter, idunit, idobservation_type, idmethod, geom, idlocation, locid) FROM stdin; 2001-09-04 39 51.566155000000002 3.957967 s%n (% n-tot.) 0.020212261006236101 42546 35 30 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 1 2001-09-04 44 51.564250000000001 3.95459 s%n (% n-tot.) 0.016583373770117801 42546 35 30 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 2 2001-09-04 49 51.563682999999997 3.956153 s%n (% n-tot.) 0.0078623378649353998 42546 35 30 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 3 2014-09-07 4 51.559097999999999 3.9551409999999998 s%n (% n-tot.) 0.017867770045995698 42546 35 30 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 4 2014-09-07 9 51.561613000000001 3.9538229999999999 s%n (% n-tot.) 0.0084921503439545597 42546 35 30 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 5 2014-09-07 10 51.559807999999997 3.950488 s%n (% n-tot.) 0.0151143250986934 42546 35 30 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 6 2014-09-07 12 51.561526999999998 3.952013 s%n (% n-tot.) 0.0080703739076852798 42546 35 30 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 7 2004-08-07 4 51.559097999999999 3.9551409999999998 scnratio (value) 6.9504637461698398 42547 36 31 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 8 2004-08-07 9 51.561613000000001 3.9538229999999999 scnratio (value) 6.8525360190375704 42547 36 31 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 9 2004-08-07 10 51.559807999999997 3.950488 scnratio (value) 7.3508356024519497 42547 36 31 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 10 2004-08-07 12 51.561526999999998 3.952013 scnratio (value) 6.9245655271223301 42547 36 31 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 11 2004-08-07 14 51.562306999999997 3.9549889999999999 scnratio (value) 6.9166958613548104 42547 36 31 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 12 2004-08-07 15 51.561213000000002 3.9535459999999998 scnratio (value) 6.2022123243614899 42547 36 31 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 13 2004-08-07 17 51.563057999999998 3.9524979999999998 scnratio (value) 6.4349202526375198 42547 36 31 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 14 2004-08-07 26 51.563234000000001 3.948134 scnratio (value) 7.0261955554425199 42547 36 31 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 15 2004-08-07 27 51.563774000000002 3.9522629999999999 scnratio (value) 5.5280239632949097 42547 36 31 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 16 2004-08-07 28 51.564556000000003 3.9523670000000002 scnratio (value) 7.2797165894090297 42547 36 31 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 17 2004-08-07 32 51.562638999999997 3.959362 scnratio (value) 7.5535041550728499 42547 36 31 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 18 2004-08-07 37 51.562638999999997 3.959362 scnratio (value) 7.0381224515941101 42547 36 31 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 19 2004-08-07 39 51.562086999999998 3.9562719999999998 scnratio (value) 6.9206987577901096 42547 36 31 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 20 2004-08-07 44 51.564250000000001 3.95459 scnratio (value) 7.3406211269746802 42547 36 31 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 21 2004-08-07 49 51.563682999999997 3.956153 scnratio (value) 7.3729737331658196 42547 36 31 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 22 2014-09-07 1007 51.562069999999999 3.9551500000000002 scnratio (value) 5.8107710229984404 42547 36 31 46 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12 23 2014-09-07 1008 51.560760000000002 3.9529000000000001 scnratio (value) 4.30649357243355 42547 36 31 46 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 39 24 2014-09-07 1009 51.560070000000003 3.9524499999999998 scnratio (value) 6.4497224096537202 42547 36 31 46 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 37 25 2014-09-07 1010 51.560229999999997 3.9536199999999999 scnratio (value) 6.5486897837909304 42547 36 31 46 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 44 26 2001-09-04 27 51.563774000000002 3.9522629999999999 scnratio (value) 3.0126152711405498 42547 36 31 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 27 2001-09-04 28 51.564556000000003 3.9523670000000002 scnratio (value) 6.2085903935146796 42547 36 31 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 28 2001-09-04 32 51.562638999999997 3.959362 scnratio (value) 7.0573338626149997 42547 36 31 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 29 2001-09-04 37 51.562086999999998 3.9562719999999998 scnratio (value) 6.0640759816567797 42547 36 31 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 30 2001-09-04 39 51.566155000000002 3.957967 scnratio (value) 7.0850397607062101 42547 36 31 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 31 2001-09-04 44 51.564250000000001 3.95459 scnratio (value) 4.3301526919761901 42547 36 31 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 32 2001-09-04 4 51.559097999999999 3.9551409999999998 scnratio (value) 5.8339141837413404 42547 36 31 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 33 2001-09-04 9 51.561613000000001 3.9538229999999999 scnratio (value) 5.7658876612038901 42547 36 31 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 34 2001-09-04 10 51.559807999999997 3.950488 scnratio (value) 8.1283015470098192 42547 36 31 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 35 2001-09-04 12 51.561526999999998 3.952013 scnratio (value) 5.1520821842899496 42547 36 31 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 36 2001-09-04 14 51.562306999999997 3.9549889999999999 scnratio (value) 5.0349832509095496 42547 36 31 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 37 2001-09-04 15 51.561213000000002 3.9535459999999998 scnratio (value) 3.9341404684029402 42547 36 31 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 38 2001-09-04 17 51.563057999999998 3.9524979999999998 scnratio (value) 3.5974130297946099 42547 36 31 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 39 2001-09-04 26 51.563234000000001 3.948134 scnratio (value) 8.2481075521176006 42547 36 31 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 40 2014-09-07 1008 51.560760000000002 3.9529000000000001 sorg.%c (% org. c) 0.036020424216985703 42548 37 32 46 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 39 41 2014-09-07 1009 51.560070000000003 3.9524499999999998 sorg.%c (% org. c) 0.051917478442192098 42548 37 32 46 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 37 42 2014-09-07 1010 51.560229999999997 3.9536199999999999 sorg.%c (% org. c) 0.052406474947929403 42548 37 32 46 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 44 43 2015-08-10 4 51.559097999999999 3.9551409999999998 sorg.%c (% org. c) 0.111565768718719 42548 37 32 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 44 2015-08-10 9 51.561613000000001 3.9538229999999999 sorg.%c (% org. c) 0.029323769733309701 42548 37 32 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 45 2015-08-10 10 51.559807999999997 3.950488 sorg.%c (% org. c) 0.13394390046596499 42548 37 32 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 46 2015-08-10 12 51.561526999999998 3.952013 sorg.%c (% org. c) 0.037520900368690498 42548 37 32 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 47 2015-08-10 14 51.562306999999997 3.9549889999999999 sorg.%c (% org. c) 0.031056359410285901 42548 37 32 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 48 2015-08-10 15 51.561213000000002 3.9535459999999998 sorg.%c (% org. c) 0.021449454128742201 42548 37 32 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 49 2015-08-10 17 51.563057999999998 3.9524979999999998 sorg.%c (% org. c) 0.0259007010608912 42548 37 32 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 50 2015-08-10 26 51.563234000000001 3.948134 sorg.%c (% org. c) 0.20156665146350899 42548 37 32 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 51 2015-08-10 27 51.563774000000002 3.9522629999999999 sorg.%c (% org. c) 0.020374836400151301 42548 37 32 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 52 2015-08-10 28 51.564556000000003 3.9523670000000002 sorg.%c (% org. c) 0.072282500565052005 42548 37 32 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 53 2015-08-10 32 51.565784000000001 3.9545110000000001 sorg.%c (% org. c) 0.29124340415000899 42548 37 32 46 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 47 54 2015-08-10 37 51.562086999999998 3.9562719999999998 sorg.%c (% org. c) 0.033836286514997503 42548 37 32 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 55 2015-08-10 39 51.566155000000002 3.957967 sorg.%c (% org. c) 0.116366744041443 42548 37 32 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 56 2015-08-10 44 51.564250000000001 3.95459 sorg.%c (% org. c) 0.0282371453940868 42548 37 32 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 57 2015-08-10 49 51.563682999999997 3.956153 sorg.%c (% org. c) 0.026330567896366099 42548 37 32 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 58 2001-09-04 49 51.563682999999997 3.956153 scnratio (value) 4.8231409302630599 42547 36 31 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 59 2014-09-07 4 51.559097999999999 3.9551409999999998 scnratio (value) 6.6938798997486204 42547 36 31 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 60 2014-09-07 9 51.561613000000001 3.9538229999999999 scnratio (value) 6.2489410853122997 42547 36 31 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 61 2014-09-07 10 51.559807999999997 3.950488 scnratio (value) 6.7482068030601203 42547 36 31 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 62 2014-09-07 9 51.561613000000001 3.9538229999999999 sorg.%c (% org. c) 0.045485954731702798 42548 37 32 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 63 2014-09-07 10 51.559807999999997 3.950488 sorg.%c (% org. c) 0.087423935532569899 42548 37 32 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 64 2014-09-07 12 51.561526999999998 3.952013 sorg.%c (% org. c) 0.036887895315885502 42548 37 32 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 65 2001-09-04 4 51.559097999999999 3.9551409999999998 sorg.%c (% org. c) 0.081435643136501298 42548 37 32 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 66 2001-09-04 9 51.561613000000001 3.9538229999999999 sorg.%c (% org. c) 0.039733052253723103 42548 37 32 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 67 2001-09-04 10 51.559807999999997 3.950488 sorg.%c (% org. c) 0.191204413771629 42548 37 32 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 68 2001-09-04 12 51.561526999999998 3.952013 sorg.%c (% org. c) 0.029999118298292202 42548 37 32 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 69 2001-09-04 14 51.562306999999997 3.9549889999999999 sorg.%c (% org. c) 0.037076037377119099 42548 37 32 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 70 2001-09-04 15 51.561213000000002 3.9535459999999998 sorg.%c (% org. c) 0.0237381104379892 42548 37 32 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 71 2004-08-07 4 51.559097999999999 3.9551409999999998 s%n (% n-tot.) 0.016637692227959602 42546 35 30 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 72 2004-08-07 9 51.561613000000001 3.9538229999999999 s%n (% n-tot.) 0.016462251543998701 42546 35 30 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 73 2004-08-07 10 51.559807999999997 3.950488 s%n (% n-tot.) 0.019542112946510301 42546 35 30 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 74 2004-08-07 12 51.561526999999998 3.952013 s%n (% n-tot.) 0.015531818382441999 42546 35 30 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 75 2004-08-07 14 51.562306999999997 3.9549889999999999 s%n (% n-tot.) 0.024052910506725301 42546 35 30 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 76 2004-08-07 15 51.561213000000002 3.9535459999999998 s%n (% n-tot.) 0.0250815153121948 42546 35 30 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 77 2004-08-07 17 51.563057999999998 3.9524979999999998 s%n (% n-tot.) 0.0206652618944645 42546 35 30 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 78 2004-08-07 26 51.563234000000001 3.948134 s%n (% n-tot.) 0.030760522931814201 42546 35 30 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 79 2004-08-07 27 51.563774000000002 3.9522629999999999 s%n (% n-tot.) 0.025356473401188899 42546 35 30 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 80 2004-08-07 28 51.564556000000003 3.9523670000000002 s%n (% n-tot.) 0.0146433226764202 42546 35 30 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 81 2004-08-07 32 51.562638999999997 3.959362 s%n (% n-tot.) 0.039509948343038601 42546 35 30 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 82 2004-08-07 37 51.562638999999997 3.959362 s%n (% n-tot.) 0.022564895451068899 42546 35 30 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 83 2004-08-07 39 51.562086999999998 3.9562719999999998 s%n (% n-tot.) 0.0147566944360733 42546 35 30 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 84 2004-08-07 44 51.564250000000001 3.95459 s%n (% n-tot.) 0.0126506527885795 42546 35 30 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 85 2004-08-07 49 51.563682999999997 3.956153 s%n (% n-tot.) 0.018895445391535801 42546 35 30 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 86 2015-08-10 4 51.559097999999999 3.9551409999999998 s%n (% n-tot.) 0.018001608550548599 42546 35 30 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 87 2015-08-10 9 51.561613000000001 3.9538229999999999 s%n (% n-tot.) 0.0047202389687299702 42546 35 30 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 88 2014-09-07 17 51.563057999999998 3.9524979999999998 scnratio (value) 5.84979918165042 42547 36 31 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 89 2014-09-07 26 51.563234000000001 3.948134 scnratio (value) 4.4867945195215002 42547 36 31 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 90 2001-09-04 17 51.563057999999998 3.9524979999999998 s%n (% n-tot.) 0.0067232400178909302 42546 35 30 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 91 2014-09-07 27 51.563774000000002 3.9522629999999999 scnratio (value) 10.612346065648399 42547 36 31 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 92 2014-09-07 28 51.564556000000003 3.9523670000000002 scnratio (value) 8.3103005367657907 42547 36 31 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 93 2014-09-07 12 51.561526999999998 3.952013 scnratio (value) 5.3325754619065204 42547 36 31 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 94 2014-09-07 14 51.562306999999997 3.9549889999999999 scnratio (value) 4.6828213476634497 42547 36 31 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 95 2014-09-07 15 51.561213000000002 3.9535459999999998 scnratio (value) 6.7431283197076199 42547 36 31 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 96 2014-09-07 32 51.562638999999997 3.959362 scnratio (value) 8.3863400324975395 42547 36 31 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 97 2014-09-07 37 51.562086999999998 3.9562719999999998 scnratio (value) 8.3251451006008192 42547 36 31 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 98 2014-09-07 39 51.566155000000002 3.957967 scnratio (value) 7.0417735884648396 42547 36 31 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 99 2014-09-07 44 51.564250000000001 3.95459 scnratio (value) 8.3060561398667492 42547 36 31 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 100 2014-09-07 49 51.563682999999997 3.956153 scnratio (value) 10.430855302363501 42547 36 31 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 101 2014-09-07 94 51.563949999999998 3.9558599999999999 scnratio (value) 4.6981457700553397 42547 36 31 46 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 54 102 2014-09-07 97 51.561140000000002 3.9543200000000001 scnratio (value) 9.5701217876943208 42547 36 31 46 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 46 103 2014-09-07 98 51.560360000000003 3.95492 scnratio (value) 6.8202068892461902 42547 36 31 46 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 49 104 2014-09-07 101 51.562190000000001 3.9535499999999999 scnratio (value) 5.8752442252297197 42547 36 31 46 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 43 105 2014-09-07 103 51.56176 3.9518800000000001 scnratio (value) 5.37355634851391 42547 36 31 46 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 33 106 2014-09-07 1001 51.562379999999997 3.9499300000000002 scnratio (value) 6.0801076408342603 42547 36 31 46 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 29 107 2014-09-07 1002 51.563389999999998 3.9529399999999999 scnratio (value) 4.5048469729345904 42547 36 31 46 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 7 108 2014-09-07 1003 51.563450000000003 3.9551599999999998 scnratio (value) 5.8836222273407497 42547 36 31 46 0101000020E6100000319413ED2AA40F4032772D211FC84940 53 109 2014-09-07 1004 51.56203 3.95085 scnratio (value) 6.3801802143868001 42547 36 31 46 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 31 110 2014-09-07 1005 51.561300000000003 3.9513600000000002 scnratio (value) 5.1498006243018999 42547 36 31 46 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 32 111 2014-09-07 1006 51.562049999999999 3.9529800000000002 scnratio (value) 5.3794807276977696 42547 36 31 46 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 41 112 2004-08-07 4 51.559097999999999 3.9551409999999998 sorg.%c (% org. c) 0.099119722843170194 42548 37 32 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 113 2004-08-07 9 51.561613000000001 3.9538229999999999 sorg.%c (% org. c) 0.096692718565464006 42548 37 32 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 114 2001-09-04 26 51.563234000000001 3.948134 s%n (% n-tot.) 0.017055524513125399 42546 35 30 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 115 2001-09-04 27 51.563774000000002 3.9522629999999999 s%n (% n-tot.) 0.0090078329667448997 42546 35 30 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 116 2014-09-07 14 51.562306999999997 3.9549889999999999 s%n (% n-tot.) 0.010311836376786201 42546 35 30 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 117 2014-09-07 15 51.561213000000002 3.9535459999999998 s%n (% n-tot.) 0.00613490305840969 42546 35 30 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 118 2014-09-07 17 51.563057999999998 3.9524979999999998 s%n (% n-tot.) 0.0062515730969607804 42546 35 30 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 119 2014-09-07 26 51.563234000000001 3.948134 s%n (% n-tot.) 0.016837295144796399 42546 35 30 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 120 2014-09-07 27 51.563774000000002 3.9522629999999999 s%n (% n-tot.) 0.00245636468753219 42546 35 30 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 121 2014-09-07 28 51.564556000000003 3.9523670000000002 s%n (% n-tot.) 0.0138894701376557 42546 35 30 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 122 2014-09-07 32 51.562638999999997 3.959362 s%n (% n-tot.) 0.0262307059019804 42546 35 30 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 123 2014-09-07 37 51.562086999999998 3.9562719999999998 s%n (% n-tot.) 0.0084405438974499702 42546 35 30 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 124 2014-09-07 39 51.566155000000002 3.957967 s%n (% n-tot.) 0.019840646535158199 42546 35 30 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 125 2014-09-07 44 51.564250000000001 3.95459 s%n (% n-tot.) 0.0126222101971507 42546 35 30 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 126 2014-09-07 49 51.563682999999997 3.956153 s%n (% n-tot.) 0.00620204349979758 42546 35 30 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 127 2014-09-07 94 51.563949999999998 3.9558599999999999 s%n (% n-tot.) 0.0070091958623379504 42546 35 30 46 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 54 128 2014-09-07 97 51.561140000000002 3.9543200000000001 s%n (% n-tot.) 0.00244176655542105 42546 35 30 46 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 46 129 2004-08-07 10 51.559807999999997 3.950488 sorg.%c (% org. c) 0.123129308223724 42548 37 32 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 130 2004-08-07 12 51.561526999999998 3.952013 sorg.%c (% org. c) 0.092186652123928098 42548 37 32 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 131 2004-08-07 14 51.562306999999997 3.9549889999999999 sorg.%c (% org. c) 0.14259999990463301 42548 37 32 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 132 2004-08-07 15 51.561213000000002 3.9535459999999998 sorg.%c (% org. c) 0.13333790004253401 42548 37 32 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 133 2004-08-07 17 51.563057999999998 3.9524979999999998 sorg.%c (% org. c) 0.11398226767778399 42548 37 32 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 134 2004-08-07 26 51.563234000000001 3.948134 sorg.%c (% org. c) 0.18525381386280099 42548 37 32 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 135 2004-08-07 27 51.563774000000002 3.9522629999999999 sorg.%c (% org. c) 0.120146736502647 42548 37 32 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 136 2004-08-07 28 51.564556000000003 3.9523670000000002 sorg.%c (% org. c) 0.091370776295661899 42548 37 32 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 137 2004-08-07 32 51.562638999999997 3.959362 sorg.%c (% org. c) 0.25580447912216198 42548 37 32 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 138 2004-08-07 37 51.562638999999997 3.959362 sorg.%c (% org. c) 0.13612671196460699 42548 37 32 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 139 2004-08-07 39 51.562086999999998 3.9562719999999998 sorg.%c (% org. c) 0.087537117302417797 42548 37 32 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 140 2004-08-07 44 51.564250000000001 3.95459 sorg.%c (% org. c) 0.079597413539886502 42548 37 32 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 141 2004-08-07 49 51.563682999999997 3.956153 sorg.%c (% org. c) 0.11941339075565301 42548 37 32 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 142 2014-09-07 1007 51.562069999999999 3.9551500000000002 sorg.%c (% org. c) 0.033792931586504003 42548 37 32 46 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12 143 2001-09-04 17 51.563057999999998 3.9524979999999998 sorg.%c (% org. c) 0.020731089636683499 42548 37 32 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 144 2001-09-04 26 51.563234000000001 3.948134 sorg.%c (% org. c) 0.12057925760745999 42548 37 32 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 145 2001-09-04 27 51.563774000000002 3.9522629999999999 sorg.%c (% org. c) 0.023260401561856301 42548 37 32 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 146 2001-09-04 28 51.564556000000003 3.9523670000000002 sorg.%c (% org. c) 0.083766043186187703 42548 37 32 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 147 2001-09-04 32 51.562638999999997 3.959362 sorg.%c (% org. c) 0.26573240756988498 42548 37 32 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 148 2001-09-04 37 51.562086999999998 3.9562719999999998 sorg.%c (% org. c) 0.038714926689863198 42548 37 32 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 149 2001-09-04 39 51.566155000000002 3.957967 sorg.%c (% org. c) 0.122746862471104 42548 37 32 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 150 2001-09-04 44 51.564250000000001 3.95459 sorg.%c (% org. c) 0.061550177633762401 42548 37 32 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 151 2001-09-04 49 51.563682999999997 3.956153 sorg.%c (% org. c) 0.032503854483365999 42548 37 32 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 152 2014-09-07 98 51.560360000000003 3.95492 s%n (% n-tot.) 0.0082877762615680695 42546 35 30 46 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 49 153 2014-09-07 101 51.562190000000001 3.9535499999999999 s%n (% n-tot.) 0.0047935722395777702 42546 35 30 46 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 43 154 2014-09-07 103 51.56176 3.9518800000000001 s%n (% n-tot.) 0.0056100222282111601 42546 35 30 46 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 33 155 2014-09-07 1001 51.562379999999997 3.9499300000000002 s%n (% n-tot.) 0.010251275263726701 42546 35 30 46 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 29 156 2014-09-07 1002 51.563389999999998 3.9529399999999999 s%n (% n-tot.) 0.0057936580851674097 42546 35 30 46 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 7 157 2014-09-07 1003 51.563450000000003 3.9551599999999998 s%n (% n-tot.) 0.0048944880254566704 42546 35 30 46 0101000020E6100000319413ED2AA40F4032772D211FC84940 53 158 2014-09-07 1004 51.56203 3.95085 s%n (% n-tot.) 0.0057641440071165596 42546 35 30 46 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 31 159 2014-09-07 1005 51.561300000000003 3.9513600000000002 s%n (% n-tot.) 0.0059004966169595701 42546 35 30 46 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 32 160 2014-09-07 4 51.559097999999999 3.9551409999999998 sorg.%c (% org. c) 0.102518320083618 42548 37 32 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 161 2015-08-10 10 51.559807999999997 3.950488 s%n (% n-tot.) 0.019719215109944298 42546 35 30 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 162 2015-08-10 12 51.561526999999998 3.952013 s%n (% n-tot.) 0.0083742085844278301 42546 35 30 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 163 2015-08-10 14 51.562306999999997 3.9549889999999999 s%n (% n-tot.) 0.0043334942311048499 42546 35 30 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 164 2015-08-10 15 51.561213000000002 3.9535459999999998 s%n (% n-tot.) 0.0029940083622932399 42546 35 30 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 165 2015-08-10 17 51.563057999999998 3.9524979999999998 s%n (% n-tot.) 0.0041482918895780997 42546 35 30 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 166 2015-08-10 26 51.563234000000001 3.948134 s%n (% n-tot.) 0.028564434498548501 42546 35 30 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 167 2015-08-10 27 51.563774000000002 3.9522629999999999 s%n (% n-tot.) 0.0032927733846008799 42546 35 30 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 168 2015-08-10 28 51.564556000000003 3.9523670000000002 s%n (% n-tot.) 0.0115999253466725 42546 35 30 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 169 2015-08-10 32 51.565784000000001 3.9545110000000001 s%n (% n-tot.) 0.041634056717157399 42546 35 30 46 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 47 170 2015-08-10 37 51.562086999999998 3.9562719999999998 s%n (% n-tot.) 0.0060437140055000799 42546 35 30 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 171 2015-08-10 39 51.566155000000002 3.957967 s%n (% n-tot.) 0.0189508516341448 42546 35 30 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 172 2015-08-10 44 51.564250000000001 3.95459 s%n (% n-tot.) 0.0060678510926663902 42546 35 30 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 173 2015-08-10 49 51.563682999999997 3.956153 s%n (% n-tot.) 0.0052707809954881703 42546 35 30 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 174 2001-09-04 4 51.559097999999999 3.9551409999999998 s%n (% n-tot.) 0.0162855070084333 42546 35 30 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 51 175 2001-09-04 9 51.561613000000001 3.9538229999999999 s%n (% n-tot.) 0.0080395648255944304 42546 35 30 46 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 45 176 2001-09-04 10 51.559807999999997 3.950488 s%n (% n-tot.) 0.027443841099739099 42546 35 30 46 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 177 2001-09-04 12 51.561526999999998 3.952013 s%n (% n-tot.) 0.00679317023605108 42546 35 30 46 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 178 2001-09-04 14 51.562306999999997 3.9549889999999999 s%n (% n-tot.) 0.0085909673944115604 42546 35 30 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 179 2001-09-04 15 51.561213000000002 3.9535459999999998 s%n (% n-tot.) 0.0070395204238593596 42546 35 30 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 180 2001-09-04 28 51.564556000000003 3.9523670000000002 s%n (% n-tot.) 0.015740618109703099 42546 35 30 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 181 2001-09-04 32 51.562638999999997 3.959362 s%n (% n-tot.) 0.043928932398557698 42546 35 30 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 182 2001-09-04 37 51.562086999999998 3.9562719999999998 s%n (% n-tot.) 0.0074483589269220803 42546 35 30 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 183 2014-09-07 14 51.562306999999997 3.9549889999999999 sorg.%c (% org. c) 0.041390132158994702 42548 37 32 46 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 50 184 2014-09-07 15 51.561213000000002 3.9535459999999998 sorg.%c (% org. c) 0.0354586616158485 42548 37 32 46 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 42 185 2014-09-07 17 51.563057999999998 3.9524979999999998 sorg.%c (% org. c) 0.031346097588539103 42548 37 32 46 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 38 186 2014-09-07 26 51.563234000000001 3.948134 sorg.%c (% org. c) 0.064753271639347104 42548 37 32 46 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 27 187 2014-09-07 27 51.563774000000002 3.9522629999999999 sorg.%c (% org. c) 0.022343821823596999 42548 37 32 46 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 35 188 2014-09-07 28 51.564556000000003 3.9523670000000002 sorg.%c (% org. c) 0.098936289548873901 42548 37 32 46 0101000020E61000002B51F696729E0F405B61FA5E43C84940 36 189 2014-09-07 32 51.562638999999997 3.959362 sorg.%c (% org. c) 0.18855395913124101 42548 37 32 46 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 59 190 2014-09-07 37 51.562086999999998 3.9562719999999998 sorg.%c (% org. c) 0.060230359435081503 42548 37 32 46 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 56 191 2014-09-07 39 51.566155000000002 3.957967 sorg.%c (% org. c) 0.11975429207086601 42548 37 32 46 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 57 192 2014-09-07 44 51.564250000000001 3.95459 sorg.%c (% org. c) 0.089863531291484805 42548 37 32 46 0101000020E610000089B5F81400A30F404E62105839C84940 48 193 2014-09-07 49 51.563682999999997 3.956153 sorg.%c (% org. c) 0.055450815707445103 42548 37 32 46 0101000020E61000003FC7478B33A60F40D427B9C326C84940 55 194 2014-09-07 94 51.563949999999998 3.9558599999999999 sorg.%c (% org. c) 0.028225906193256399 42548 37 32 46 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 54 195 2014-09-07 97 51.561140000000002 3.9543200000000001 sorg.%c (% org. c) 0.020029717124998601 42548 37 32 46 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 46 196 2014-09-07 98 51.560360000000003 3.95492 sorg.%c (% org. c) 0.048449441790580701 42548 37 32 46 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 49 197 2014-09-07 101 51.562190000000001 3.9535499999999999 sorg.%c (% org. c) 0.0241400636732578 42548 37 32 46 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 43 198 2014-09-07 103 51.56176 3.9518800000000001 sorg.%c (% org. c) 0.025839231908321401 42548 37 32 46 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 33 199 2014-09-07 1001 51.562379999999997 3.9499300000000002 sorg.%c (% org. c) 0.053424734622240101 42548 37 32 46 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 29 200 2014-09-07 1002 51.563389999999998 3.9529399999999999 sorg.%c (% org. c) 0.022371036931872399 42548 37 32 46 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 7 201 2014-09-07 1003 51.563450000000003 3.9551599999999998 sorg.%c (% org. c) 0.024683415889740001 42548 37 32 46 0101000020E6100000319413ED2AA40F4032772D211FC84940 53 202 2014-09-07 1004 51.56203 3.95085 sorg.%c (% org. c) 0.031522523611784002 42548 37 32 46 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 31 203 2014-09-07 1005 51.561300000000003 3.9513600000000002 sorg.%c (% org. c) 0.026045469567179701 42548 37 32 46 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 32 204 2014-09-07 1006 51.562049999999999 3.9529800000000002 sorg.%c (% org. c) 0.025949878618121099 42548 37 32 46 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 41 205 2014-09-07 1006 51.562049999999999 3.9529800000000002 s%n (% n-tot.) 0.0056278402917087104 42546 35 30 46 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 41 206 2014-09-07 1007 51.562069999999999 3.9551500000000002 s%n (% n-tot.) 0.0067848288454115399 42546 35 30 46 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 12 207 2014-09-07 1008 51.560760000000002 3.9529000000000001 s%n (% n-tot.) 0.0097582470625638996 42546 35 30 46 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 39 208 2014-09-07 1009 51.560070000000003 3.9524499999999998 s%n (% n-tot.) 0.0093911625444889103 42546 35 30 46 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 37 209 2014-09-07 1010 51.560229999999997 3.9536199999999999 s%n (% n-tot.) 0.0093363542109727894 42546 35 30 46 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 44 210 \. -- -- TOC entry 2759 (class 0 OID 0) -- Dependencies: 185 -- Name: t2otheranalysis_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t2otheranalysis_locid_seq', 210, true); -- -- TOC entry 2724 (class 0 OID 80901) -- Dependencies: 177 -- Data for Name: t2sediment; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY t2sediment (date, month, year, station, station2, wgs84_n, wgs84_e, parameter_type, unit, value, locid, geom, idunit, idmethod, idobservation_type, idparameter, idlocation) FROM stdin; 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Standaard deviatie phi 0.70699999999999996 417 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42539 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Standaard deviatie phi 0.65900000000000003 434 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42539 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Standaard deviatie phi 0.63300000000000001 451 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42539 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Standaard deviatie phi 0.58333333300000001 468 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42539 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Standaard deviatie phi 0.70399999999999996 485 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42539 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Standaard deviatie phi 0.70899999999999996 503 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42539 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Standaard deviatie phi 0.62466666699999995 520 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42539 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Standaard deviatie phi 0.703333333 537 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42539 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Standaard deviatie phi 0.71599999999999997 554 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42539 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Standaard deviatie phi 0.59099999999999997 570 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42539 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Standaard deviatie phi 0.63733333299999995 587 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42539 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Standaard deviatie phi 0.64500000000000002 604 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42539 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Standaard deviatie phi 0.71199999999999997 621 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42539 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Standaard deviatie phi 0.745 638 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42539 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Standaard deviatie phi 0.77700000000000002 655 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42539 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Standaard deviatie phi 0.80633333299999999 672 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42539 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Standaard deviatie phi 0.79200000000000004 689 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42539 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Standaard deviatie phi 1.0613333330000001 740 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42539 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Standaard deviatie phi 0.68100000000000005 757 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42539 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Standaard deviatie phi 0.72099999999999997 774 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42539 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Standaard deviatie phi 0.72133333300000002 791 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42539 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Standaard deviatie phi 0.72666666700000004 808 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42539 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Standaard deviatie phi 0.65500000000000003 825 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42539 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Standaard deviatie phi 0.67900000000000005 842 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42539 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Standaard deviatie phi 0.69466666700000002 859 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42539 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Standaard deviatie phi 0.62766666699999996 876 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42539 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Standaard deviatie phi 0.65600000000000003 893 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42539 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Standaard deviatie phi 0.66100000000000003 911 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42539 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Standaard deviatie phi 0.72199999999999998 928 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42539 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Standaard deviatie phi 0.76866666699999997 945 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42539 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Standaard deviatie phi 0.67600000000000005 962 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42539 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Standaard deviatie phi 0.66000000000000003 978 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42539 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Standaard deviatie phi 0.71933333300000002 995 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42539 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Standaard deviatie phi 0.72633333300000003 1012 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42539 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Standaard deviatie phi 0.64766666699999997 1029 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 31 46 28 42539 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Standaard deviatie phi 0.70966666700000003 1046 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 31 46 28 42539 46 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Standaard deviatie phi 0.94099999999999995 706 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 31 46 28 42539 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Standaard deviatie phi 0.826333333 723 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42539 59 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Standaard deviatie phi 0.64066666699999997 1080 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 31 46 28 42539 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Standaard deviatie phi 0.65300000000000002 1097 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 31 46 28 42539 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Standaard deviatie phi 0.63900000000000001 1148 0101000020E6100000319413ED2AA40F4032772D211FC84940 31 46 28 42539 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Standaard deviatie phi 0.65066666699999998 1233 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 31 46 28 42539 39 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Standaard deviatie phi 0.64700000000000002 1114 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 31 46 28 42539 29 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Standaard deviatie phi 0.64833333299999996 1165 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 31 46 28 42539 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Standaard deviatie phi 0.58099999999999996 1182 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 31 46 28 42539 32 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 SD50PHIm phi 2.23 1110 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 31 46 28 42529 29 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Standaard deviatie phi 0.65800000000000003 1131 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 31 46 28 42539 7 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Standaard deviatie phi 0.64700000000000002 1216 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 31 46 28 42539 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Standaard deviatie phi 0.70799999999999996 9 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42539 51 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 SD50PHIm phi 2.3300000000000001 210 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42529 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 SD50PHIm phi 2.1800000000000002 227 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42529 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 SD50PHIm phi 2.246666667 244 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42529 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 SD50PHIm phi 2.2200000000000002 260 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42529 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 SD50PHIm phi 2.3900000000000001 277 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42529 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 SD50PHIm phi 2.2000000000000002 294 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42529 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 SD50PHIm phi 2.246666667 311 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42529 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 SD50PHIm phi 2.213333333 328 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42529 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 SD50PHIm phi 2.3399999999999999 345 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42529 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 SD50PHIm phi 2.2200000000000002 362 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42529 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 SD50PHIm phi 2.21 379 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42529 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 SD50PHIm phi 2.1800000000000002 396 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42529 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 SD50PHIm phi 2.3199999999999998 413 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42529 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 SD50PHIm phi 2.1899999999999999 430 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42529 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 SD50PHIm phi 2.2366666670000002 447 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42529 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 SD50PHIm phi 2.2400000000000002 464 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 31 46 28 42529 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 SD50PHIm phi 2.7000000000000002 481 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42529 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 SD50PHIm phi 2.7000000000000002 499 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42529 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 SD50PHIm phi 2.6000000000000001 516 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42529 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 SD50PHIm phi 2.6066666669999998 533 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 31 46 28 42529 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 SD50PHIm phi 2.3700000000000001 550 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42529 35 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 SD50PHIm phi 2.3100000000000001 991 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42529 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 SD50PHIm phi 2.306666667 1008 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42529 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 SD50PHIm phi 2.2000000000000002 1025 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 31 46 28 42529 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 SD50PHIm phi 2.25 1042 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 31 46 28 42529 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 SD50PHIm phi 2.326666667 1059 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 31 46 28 42529 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 SD50PHIm phi 2.1099999999999999 1076 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 31 46 28 42529 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 SD50PHIm phi 2.3633333329999999 1093 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 31 46 28 42529 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 SD50PHIm phi 2.193333333 1144 0101000020E6100000319413ED2AA40F4032772D211FC84940 31 46 28 42529 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 SD50PHIm phi 2.2166666670000001 1161 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 31 46 28 42529 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 SD50PHIm phi 2.2933333330000001 1229 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 31 46 28 42529 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 SD50PHIm phi 2.4100000000000001 1246 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 31 46 28 42529 37 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 SD50PHIm phi 2.0933333329999999 1195 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 31 46 28 42529 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 SD50PHIm phi 2.2966666670000002 1212 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 31 46 28 42529 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 SD50PHIm phi 2.3900000000000001 5 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42529 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 SD50PHIm phi 2.3900000000000001 22 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42529 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 SD50PHIm phi 2.4100000000000001 39 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42529 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 SD50PHIm phi 2.4399999999999999 56 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42529 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 SD50PHIm phi 2.3100000000000001 73 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42529 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 SD50PHIm phi 2.2999999999999998 90 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42529 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 SD50PHIm phi 2.306666667 107 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42529 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 SD50PHIm phi 2.3300000000000001 124 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42529 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 SD50PHIm phi 2.5099999999999998 141 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42529 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 SD50PHIm phi 2.5699999999999998 158 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42529 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 SD50PHIm phi 2.7200000000000002 176 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42529 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 SD50PHIm phi 2.54 193 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42529 30 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <2mu %silt 0 402 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42532 42 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Slib percentage <32mu %sand 6.71 166 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42533 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Slib percentage <32mu %sand 9.0600000000000005 183 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42533 30 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Smedium% %sand 26.11333333 109 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42530 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Svfines% %sand 12.76 153 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42540 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Svfines% %sand 23.809999999999999 188 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42540 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Svfines% %sand 14.51 205 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42540 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Svfines% %sand 7.1600000000000001 222 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42540 34 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <2mu %silt 0 28 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42532 51 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Slib percentage <2mu %silt 0 249 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42532 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Slib percentage <2mu %silt 0 266 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42532 34 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <2mu %silt 0 300 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42532 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <2mu %silt 0 317 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42532 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <2mu %silt 0 351 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42532 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <2mu %silt 0 368 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42532 42 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Slib percentage <32mu %sand 3.6699999999999999 200 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42533 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Slib percentage <32mu %sand 0 217 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42533 34 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Smedium% %sand 11.286666670000001 178 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42530 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Smedium% %sand 12.866666670000001 195 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42530 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Smedium% %sand 23.91 212 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42530 34 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 SD(0.9) d(0.9) 286.68666669999999 37 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 29 46 26 42525 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 SD(0.9) d(0.9) 282.11000000000001 54 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 29 46 26 42525 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 SD(0.9) d(0.9) 301.16000000000003 71 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 29 46 26 42525 45 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 slib precentage <16 mu %silt 2.0800000000000001 27 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42531 51 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Svfines% %sand 2.9100000000000001 239 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42540 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Svfines% %sand 4.71 255 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42540 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Svfines% %sand 4.2800000000000002 272 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42540 34 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Svfines% %sand 5.21 306 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42540 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Svfines% %sand 6.6333333330000004 323 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42540 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Svfines% %sand 5.0233333330000001 340 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42540 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Svfines% %sand 9.0700000000000003 357 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42540 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Svfines% %sand 3.7599999999999998 374 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42540 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Svfines% %sand 3.4366666669999999 391 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42540 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Svfines% %sand 8.3800000000000008 425 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42540 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Svfines% %sand 3.6000000000000001 442 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42540 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Svfines% %sand 3.8733333330000002 459 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42540 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Svfines% %sand 2.806666667 476 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42540 38 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <2mu %silt 0 79 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42532 45 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <2mu %silt 0 419 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42532 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <2mu %silt 0 453 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42532 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <2mu %silt 0 470 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42532 38 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Slib percentage <2mu %silt 0.029999999999999999 505 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42532 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Slib percentage <2mu %silt 0 522 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42532 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <2mu %silt 0 556 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42532 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <2mu %silt 0 572 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42532 35 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Slib percentage <32mu %sand 0 234 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42533 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Slib percentage <32mu %sand 0 250 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42533 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Slib percentage <32mu %sand 0 267 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42533 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Smedium% %sand 34.75 229 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42530 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Smedium% %sand 29.946666669999999 245 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42530 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Smedium% %sand 32.079999999999998 262 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42530 34 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 SD(0.9) d(0.9) 306.52999999999997 88 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 29 46 26 42525 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 SD(0.9) d(0.9) 306.13 105 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 29 46 26 42525 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 SD(0.9) d(0.9) 310.76666669999997 122 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 29 46 26 42525 45 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 slib precentage <16 mu %silt 0 78 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42531 45 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Percentage Coarse-zand %sand 0.029999999999999999 223 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42526 34 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Svfines% %sand 22.530000000000001 494 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42540 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Svfines% %sand 22.059999999999999 511 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42540 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Svfines% %sand 15.51 528 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42540 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Svfines% %sand 21.70333333 545 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42540 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Svfines% %sand 10.34 562 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42540 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Svfines% %sand 9.2200000000000006 578 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42540 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Svfines% %sand 4.9533333329999998 595 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42540 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Svfines% %sand 8.943333333 612 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42540 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Svfines% %sand 9.3900000000000006 629 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42540 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Svfines% %sand 11.66 646 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42540 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Svfines% %sand 17.233333330000001 680 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42540 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Svfines% %sand 28.440000000000001 697 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42540 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Svfines% %sand 33.030000000000001 748 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42540 59 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <2mu %silt 0 606 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42532 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <2mu %silt 0 623 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42532 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <2mu %silt 0 657 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42532 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <2mu %silt 0.02 674 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42532 36 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Slib percentage <2mu %silt 0.56999999999999995 708 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42532 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Slib percentage <2mu %silt 0.203333333 725 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42532 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Slib percentage <2mu %silt 0 759 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42532 59 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <32mu %sand 0 284 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42533 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <32mu %sand 0 301 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42533 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <32mu %sand 0 318 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42533 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <32mu %sand 0 335 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42533 50 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Smedium% %sand 21.84 279 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42530 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Smedium% %sand 35.149999999999999 296 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42530 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Smedium% %sand 31.710000000000001 313 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42530 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Smedium% %sand 33.509999999999998 330 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42530 50 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 SD(0.9) d(0.9) 266.94 139 0101000020E610000070ECD973999A0F400305DEC9A7C74940 29 46 26 42525 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 SD(0.9) d(0.9) 267.72000000000003 156 0101000020E610000070ECD973999A0F400305DEC9A7C74940 29 46 26 42525 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 SD(0.9) d(0.9) 256.55333330000002 174 0101000020E610000070ECD973999A0F400305DEC9A7C74940 29 46 26 42525 30 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Svfines% %sand 9.5800000000000001 765 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42540 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Svfines% %sand 7.4800000000000004 782 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42540 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Svfines% %sand 8.806666667 799 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42540 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Svfines% %sand 9.4499999999999993 816 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42540 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Svfines% %sand 16.32 850 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42540 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Svfines% %sand 17.793333329999999 867 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42540 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Svfines% %sand 16.390000000000001 884 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42540 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Svfines% %sand 9.6199999999999992 902 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42540 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Svfines% %sand 9.3300000000000001 919 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42540 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Svfines% %sand 10.800000000000001 936 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42540 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Svfines% %sand 12.536666670000001 953 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42540 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Svfines% %sand 10.56 970 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42540 55 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Svfines% %sand 8.9633333329999996 136 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42540 45 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Slib percentage <2mu %silt 0.16666666699999999 182 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42532 30 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Slib percentage <2mu %silt 0 776 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42532 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <2mu %silt 0 810 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42532 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Slib percentage <2mu %silt 0 827 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42532 56 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Slib percentage <2mu %silt 0 861 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42532 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Slib percentage <2mu %silt 0 878 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42532 57 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Slib percentage <2mu %silt 0 913 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42532 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Slib percentage <2mu %silt 0 930 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42532 48 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <32mu %sand 0 352 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42533 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <32mu %sand 0 369 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42533 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <32mu %sand 0 386 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42533 42 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Smedium% %sand 25.039999999999999 347 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42530 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Smedium% %sand 32.159999999999997 364 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42530 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Smedium% %sand 32.770000000000003 381 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42530 42 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 SD(0.9) d(0.9) 261.37 191 0101000020E610000070ECD973999A0F400305DEC9A7C74940 29 46 26 42525 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 SD(0.9) d(0.9) 298.48000000000002 208 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 29 46 26 42525 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 SD(0.9) d(0.9) 328.33999999999997 225 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 29 46 26 42525 34 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 slib precentage <16 mu %silt 5.096666667 181 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42531 30 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Percentage Coarse-zand %sand 0.01 341 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42526 42 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Svfines% %sand 2.403333333 1190 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 25 46 22 42540 32 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Svfines% %sand 8.5899999999999999 1020 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42540 55 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Svfines% %sand 9.3200000000000003 1071 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 25 46 22 42540 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Svfines% %sand 1.953333333 1088 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 25 46 22 42540 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Svfines% %sand 8.3033333329999994 1105 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 25 46 22 42540 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Svfines% %sand 3.1833333330000002 1156 0101000020E6100000319413ED2AA40F4032772D211FC84940 25 46 22 42540 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Svfines% %sand 5.9299999999999997 1241 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 25 46 22 42540 39 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Svfines% %sand 10.73 289 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42540 50 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Svfines% %sand 11.293333329999999 1275 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 25 46 22 42540 44 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Svfines% %sand 8.5800000000000001 1003 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42540 55 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Svfines% %sand 10.133333329999999 1139 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 25 46 22 42540 7 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Slib percentage <2mu %silt 0 233 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42532 34 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Slib percentage <2mu %silt 0 964 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42532 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Slib percentage <2mu %silt 0 980 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42532 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Slib percentage <2mu %silt 0 1014 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42532 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Slib percentage <2mu %silt 0 1031 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42532 54 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <32mu %sand 0 403 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42533 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <32mu %sand 0 420 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42533 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <32mu %sand 0 437 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42533 38 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Slib percentage <32mu %sand 0 1202 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42533 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Slib percentage <32mu %sand 0 1219 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42533 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <32mu %sand 0 12 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42533 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <32mu %sand 4.0599999999999996 29 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42533 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <32mu %sand 3.2966666670000002 46 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42533 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <32mu %sand 4.233333333 63 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42533 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <32mu %sand 0 80 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42533 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <32mu %sand 0 97 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42533 45 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Smedium% %sand 34.840000000000003 398 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42530 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Smedium% %sand 26.670000000000002 415 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42530 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Smedium% %sand 34.18 432 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42530 38 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Svfines% %sand 1.586666667 1207 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 25 46 22 42540 41 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Svfines% %sand 10.720000000000001 17 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42540 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Svfines% %sand 8.3300000000000001 34 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42540 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Svfines% %sand 9.2366666669999997 51 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42540 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Svfines% %sand 10.61333333 68 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42540 51 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <2mu %silt 0 130 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42532 45 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Svfines% %sand 6.3899999999999997 85 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42540 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Svfines% %sand 6.5700000000000003 102 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42540 45 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Svfines% %sand 35.52333333 731 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42540 59 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Svfines% %sand 16.199999999999999 833 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42540 56 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 SD50MUm mu 234.74333329999999 1194 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 30 46 28 42528 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 SD50MUm mu 203.7033333 1211 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 30 46 28 42528 12 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 SD50MUm mu 190.75999999999999 21 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 30 46 28 42528 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 SD50MUm mu 188.2933333 38 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 30 46 28 42528 51 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <2mu %silt 0 283 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42532 50 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <32mu %sand 0 454 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42533 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <32mu %sand 0 471 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42533 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Slib percentage <32mu %sand 5.4199999999999999 489 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42533 27 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Smedium% %sand 30.309999999999999 449 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42530 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Smedium% %sand 28.530000000000001 466 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42530 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Smedium% %sand 7.2300000000000004 483 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42530 27 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Smedium% %sand 41.986666669999998 1197 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 25 46 22 42530 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Smedium% %sand 26.323333330000001 1214 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 25 46 22 42530 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Smedium% %sand 22.41 7 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42530 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Smedium% %sand 21 24 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42530 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Smedium% %sand 19.699999999999999 41 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42530 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Smedium% %sand 18.27 58 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42530 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Smedium% %sand 25.050000000000001 75 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42530 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Smedium% %sand 26.32 92 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42530 45 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 SD(0.9) d(0.9) 316.14666670000003 242 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 29 46 26 42525 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 SD(0.9) d(0.9) 323.39333329999999 258 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 29 46 26 42525 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 SD(0.9) d(0.9) 295.11000000000001 275 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 29 46 26 42525 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 SD(0.9) d(0.9) 340.82999999999998 292 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 29 46 26 42525 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 SD(0.9) d(0.9) 329.87333330000001 309 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 29 46 26 42525 50 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 SD50MUm mu 183.96000000000001 55 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 30 46 28 42528 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 SD50MUm mu 201.25 72 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 30 46 28 42528 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 SD50MUm mu 202.78999999999999 89 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 30 46 28 42528 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 SD50MUm mu 202.31 106 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 30 46 28 42528 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 SD50MUm mu 199.22999999999999 123 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 30 46 28 42528 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 SD50MUm mu 175.86000000000001 140 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 46 28 42528 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 SD50MUm mu 168.09 157 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 46 28 42528 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 SD50MUm mu 151.72 175 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 46 28 42528 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 SD50MUm mu 172.11333329999999 192 0101000020E610000070ECD973999A0F400305DEC9A7C74940 30 46 28 42528 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 SD50MUm mu 198.50999999999999 209 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 30 46 28 42528 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 SD50MUm mu 220.59 226 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 30 46 28 42528 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 SD50MUm mu 210.66666670000001 243 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 30 46 28 42528 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 SD50MUm mu 214.5433333 259 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 30 46 28 42528 34 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <2mu %silt 0 334 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42532 50 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Slib percentage <32mu %sand 5.96 506 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42533 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Slib percentage <32mu %sand 3.6866666669999999 523 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42533 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Slib percentage <32mu %sand 0 540 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42533 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Smedium% %sand 7.3099999999999996 501 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42530 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Smedium% %sand 8.5166666670000009 518 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42530 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Smedium% %sand 11.02 535 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42530 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Smedium% %sand 23.579999999999998 552 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42530 35 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 SD(0.9) d(0.9) 332.74000000000001 326 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 29 46 26 42525 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 SD(0.9) d(0.9) 306.63 343 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 29 46 26 42525 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 SD(0.9) d(0.9) 321.68000000000001 360 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 29 46 26 42525 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 SD(0.9) d(0.9) 322.82666669999998 377 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 29 46 26 42525 42 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 slib precentage <16 mu %silt 0 129 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42531 45 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 slib precentage <16 mu %silt 0 232 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42531 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 slib precentage <16 mu %silt 0 282 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42531 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 slib precentage <16 mu %silt 0 333 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42531 50 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 slib precentage <16 mu %silt 0 10 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42531 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 slib precentage <16 mu %silt 1.6000000000000001 44 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42531 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 slib precentage <16 mu %silt 2.2733333330000001 61 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42531 51 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 SpSA cm2/cc 0.074999999999999997 331 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 34 46 24 42545 50 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 SD50MUm mu 190.62 276 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 30 46 28 42528 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 SD50MUm mu 218.30000000000001 293 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 30 46 28 42528 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 SD50MUm mu 210.66666670000001 310 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 30 46 28 42528 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 SD50MUm mu 215.75333330000001 327 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 30 46 28 42528 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 SD50MUm mu 197.06999999999999 344 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 30 46 28 42528 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 SD50MUm mu 215.34999999999999 361 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 30 46 28 42528 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 SD50MUm mu 216.74333329999999 378 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 30 46 28 42528 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 SD50MUm mu 220.77666669999999 395 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 30 46 28 42528 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 SD50MUm mu 200.65000000000001 412 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 30 46 28 42528 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 SD50MUm mu 218.72999999999999 429 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 30 46 28 42528 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 SD50MUm mu 212.2666667 446 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 30 46 28 42528 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 SD50MUm mu 211.8233333 463 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 30 46 28 42528 38 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <2mu %silt 0 385 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42532 42 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <32mu %sand 0 557 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42533 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <32mu %sand 0 573 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42533 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <32mu %sand 0 590 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42533 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <32mu %sand 0 607 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42533 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Smedium% %sand 14.539999999999999 569 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42530 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Smedium% %sand 27.526666670000001 585 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42530 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Smedium% %sand 19.88666667 602 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42530 35 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 SD(0.9) d(0.9) 328.71333329999999 394 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 29 46 26 42525 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 SD(0.9) d(0.9) 311.25 411 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 29 46 26 42525 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 SD(0.9) d(0.9) 330.49000000000001 428 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 29 46 26 42525 38 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 slib precentage <16 mu %silt 0 384 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42531 42 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 slib precentage <16 mu %silt 0 95 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42531 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 slib precentage <16 mu %silt 0 112 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42531 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 slib precentage <16 mu %silt 1.8100000000000001 146 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42531 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 slib precentage <16 mu %silt 3.73 164 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42531 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 slib precentage <16 mu %silt 1.816666667 198 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42531 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 slib precentage <16 mu %silt 0 215 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42531 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 slib precentage <16 mu %silt 0 248 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42531 34 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 SD50MUm mu 154.05000000000001 480 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 30 46 28 42528 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 SD50MUm mu 154.22 498 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 30 46 28 42528 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 SD50MUm mu 165.1766667 515 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 30 46 28 42528 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 SD50MUm mu 164.34999999999999 532 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 30 46 28 42528 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 SD50MUm mu 193.40000000000001 549 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 30 46 28 42528 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 SD50MUm mu 183.50999999999999 566 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 30 46 28 42528 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 SD50MUm mu 206.64333329999999 582 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 30 46 28 42528 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 SD50MUm mu 190.6333333 599 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 30 46 28 42528 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 SD50MUm mu 196.53999999999999 616 0101000020E61000002B51F696729E0F405B61FA5E43C84940 30 46 28 42528 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 SD50MUm mu 189.19 633 0101000020E61000002B51F696729E0F405B61FA5E43C84940 30 46 28 42528 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 SD50MUm mu 188.11333329999999 650 0101000020E61000002B51F696729E0F405B61FA5E43C84940 30 46 28 42528 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 SD50MUm mu 170.78 667 0101000020E61000002B51F696729E0F405B61FA5E43C84940 30 46 28 42528 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 SD50MUm mu 145.75 684 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 30 46 28 42528 59 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <32mu %sand 0 624 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42533 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <32mu %sand 1.8600000000000001 641 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42533 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <32mu %sand 0.61666666699999995 658 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42533 36 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Smedium% %sand 24.899999999999999 619 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42530 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Smedium% %sand 22.300000000000001 636 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42530 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Smedium% %sand 22.923333329999998 653 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42530 36 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 SD(0.9) d(0.9) 314.58333329999999 989 0101000020E61000003FC7478B33A60F40D427B9C326C84940 29 46 26 42525 55 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 SD(0.9) d(0.9) 315.52999999999997 445 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 29 46 26 42525 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 SD(0.9) d(0.9) 305.81333330000001 462 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 29 46 26 42525 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 SD(0.9) d(0.9) 235.59999999999999 479 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 29 46 26 42525 27 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 slib precentage <16 mu %silt 0 435 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42531 38 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 slib precentage <16 mu %silt 0 265 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42531 34 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 slib precentage <16 mu %silt 0 299 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42531 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 slib precentage <16 mu %silt 0 316 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42531 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 slib precentage <16 mu %silt 0 350 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42531 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 slib precentage <16 mu %silt 0 367 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42531 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 slib precentage <16 mu %silt 0 401 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42531 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 slib precentage <16 mu %silt 0 418 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42531 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 SpSA cm2/cc 0.072999999999999995 433 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 34 46 24 42545 38 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 SD50MUm mu 141.46000000000001 701 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 30 46 28 42528 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 SD50MUm mu 131.4866667 718 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 30 46 28 42528 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 SD50MUm mu 128.91666670000001 735 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 30 46 28 42528 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 SD50MUm mu 187.37 752 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 30 46 28 42528 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 SD50MUm mu 206.18000000000001 769 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 30 46 28 42528 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 SD50MUm mu 200.5766667 786 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 30 46 28 42528 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 SD50MUm mu 198.65666669999999 803 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 30 46 28 42528 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 SD50MUm mu 172.12 820 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 30 46 28 42528 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 SD50MUm mu 170.99000000000001 837 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 30 46 28 42528 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 SD50MUm mu 170.81333330000001 854 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 30 46 28 42528 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 SD50MUm mu 163.06666670000001 871 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 30 46 28 42528 57 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Slib percentage <2mu %silt 0 487 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42532 27 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <32mu %sand 5.2933333329999996 675 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42533 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Slib percentage <32mu %sand 6.3200000000000003 692 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42533 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Slib percentage <32mu %sand 10.470000000000001 709 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42533 47 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Smedium% %sand 15.926666669999999 670 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42530 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Smedium% %sand 6.6900000000000004 687 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42530 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Smedium% %sand 8.1099999999999994 704 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 25 46 22 42530 47 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 SD(0.9) d(0.9) 236.09999999999999 497 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 29 46 26 42525 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 SD(0.9) d(0.9) 243.1766667 514 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 29 46 26 42525 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 SD(0.9) d(0.9) 254.46000000000001 531 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 29 46 26 42525 27 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 slib precentage <16 mu %silt 2.9500000000000002 486 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42531 27 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 slib precentage <16 mu %silt 0 452 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42531 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 slib precentage <16 mu %silt 0 469 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42531 38 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 slib precentage <16 mu %silt 3.4300000000000002 504 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42531 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 slib precentage <16 mu %silt 1.8100000000000001 521 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42531 27 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 SD(0.1) d(0.1) 133.78 87 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 28 46 25 42524 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 SD(0.1) d(0.1) 133.50333330000001 104 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 28 46 25 42524 45 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <2mu %silt 0 589 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42532 35 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <32mu %sand 0 794 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42533 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <32mu %sand 0 811 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42533 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Slib percentage <32mu %sand 0 828 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42533 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Smedium% %sand 27.02333333 789 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42530 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Smedium% %sand 26.27333333 806 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42530 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Smedium% %sand 12.27 823 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42530 56 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 SD(0.9) d(0.9) 285.36000000000001 598 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 29 46 26 42525 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 SD(0.9) d(0.9) 306.44 615 0101000020E61000002B51F696729E0F405B61FA5E43C84940 29 46 26 42525 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 SD(0.9) d(0.9) 298.32999999999998 632 0101000020E61000002B51F696729E0F405B61FA5E43C84940 29 46 26 42525 36 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 slib precentage <16 mu %silt 0 588 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42531 35 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 slib precentage <16 mu %silt 0 809 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42531 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 slib precentage <16 mu %silt 0 826 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42531 56 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 slib precentage <16 mu %silt 0.31 860 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42531 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 slib precentage <16 mu %silt 2.2200000000000002 877 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42531 57 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 slib precentage <16 mu %silt 0 912 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42531 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 slib precentage <16 mu %silt 0 929 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42531 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 slib precentage <16 mu %silt 0.34000000000000002 963 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42531 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 slib precentage <16 mu %silt 0 979 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42531 55 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 SD(0.1) d(0.1) 127.4833333 121 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 28 46 25 42524 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 SD(0.1) d(0.1) 109.72 138 0101000020E610000070ECD973999A0F400305DEC9A7C74940 28 46 25 42524 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 SD(0.1) d(0.1) 92.930000000000007 155 0101000020E610000070ECD973999A0F400305DEC9A7C74940 28 46 25 42524 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 SD(0.1) d(0.1) 61.729999999999997 173 0101000020E610000070ECD973999A0F400305DEC9A7C74940 28 46 25 42524 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 SD(0.1) d(0.1) 107.4633333 190 0101000020E610000070ECD973999A0F400305DEC9A7C74940 28 46 25 42524 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 SD(0.1) d(0.1) 131.88 207 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 28 46 25 42524 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 SD(0.1) d(0.1) 147.91 224 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 28 46 25 42524 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 SD(0.1) d(0.1) 139.97999999999999 241 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 28 46 25 42524 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 SD(0.1) d(0.1) 141.96000000000001 257 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 28 46 25 42524 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 SD(0.1) d(0.1) 123.41 274 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 28 46 25 42524 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 SD(0.1) d(0.1) 139.22999999999999 291 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 28 46 25 42524 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 SD(0.1) d(0.1) 134.16999999999999 308 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 28 46 25 42524 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 SD(0.1) d(0.1) 139.62 325 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 28 46 25 42524 50 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <2mu %silt 0 640 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42532 36 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Slib percentage <32mu %sand 0.88 845 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42533 57 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Svfines% %sand 5.8433333330000004 1224 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 25 46 22 42540 12 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Slib percentage <32mu %sand 0.31 862 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42533 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Slib percentage <32mu %sand 4.0499999999999998 879 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42533 57 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Smedium% %sand 11.609999999999999 840 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42530 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Smedium% %sand 12.66666667 857 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42530 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Smedium% %sand 7.8399999999999999 874 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42530 57 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 SD(0.9) d(0.9) 303.21666670000002 649 0101000020E61000002B51F696729E0F405B61FA5E43C84940 29 46 26 42525 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 SD(0.9) d(0.9) 276.15333329999999 666 0101000020E61000002B51F696729E0F405B61FA5E43C84940 29 46 26 42525 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 SD(0.9) d(0.9) 232.94 683 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 29 46 26 42525 59 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 slib precentage <16 mu %silt 0.28999999999999998 639 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42531 36 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 slib precentage <16 mu %silt 0 1013 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42531 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 slib precentage <16 mu %silt 0 1030 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42531 54 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Percentage Coarse-zand %sand 0 154 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42526 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Percentage Coarse-zand %sand 0 172 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42526 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Percentage Coarse-zand %sand 0 189 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42526 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Percentage Coarse-zand %sand 0.01 206 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42526 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Percentage Coarse-zand %sand 0.01 240 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42526 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Percentage Coarse-zand %sand 0.040000000000000001 256 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42526 34 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 SD(0.1) d(0.1) 127.15000000000001 342 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 28 46 25 42524 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 SD(0.1) d(0.1) 143.81999999999999 359 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 28 46 25 42524 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 SD(0.1) d(0.1) 145.2066667 376 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 28 46 25 42524 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 SD(0.1) d(0.1) 148.0733333 393 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 28 46 25 42524 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 SD(0.1) d(0.1) 128.94 410 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 28 46 25 42524 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 SD(0.1) d(0.1) 144.97999999999999 427 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 28 46 25 42524 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 SD(0.1) d(0.1) 142.81666670000001 444 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 28 46 25 42524 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 SD(0.1) d(0.1) 146.81999999999999 461 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 28 46 25 42524 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 SD(0.1) d(0.1) 93.040000000000006 478 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 28 46 25 42524 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 SD(0.1) d(0.1) 91.859999999999999 496 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 28 46 25 42524 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 SD(0.1) d(0.1) 107.27666670000001 513 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 28 46 25 42524 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 SD(0.1) d(0.1) 106.0066667 530 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 28 46 25 42524 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 SD(0.1) d(0.1) 124.23 547 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 28 46 25 42524 35 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Slib percentage <2mu %silt 0.02 691 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42532 59 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Slib percentage <32mu %sand 0 897 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42533 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Slib percentage <32mu %sand 0 914 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42533 48 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Smedium% %sand 19.809999999999999 891 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42530 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Smedium% %sand 20.800000000000001 909 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42530 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Smedium% %sand 23.710000000000001 926 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42530 48 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 SD(0.9) d(0.9) 239.78 700 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 29 46 26 42525 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 SD(0.9) d(0.9) 212.4233333 717 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 29 46 26 42525 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 SD(0.9) d(0.9) 229.6166667 734 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 29 46 26 42525 59 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 slib precentage <16 mu %silt 3.4700000000000002 690 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42531 59 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Percentage Coarse-zand %sand 0.01 273 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42526 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Percentage Coarse-zand %sand 0.20000000000000001 290 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42526 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Percentage Coarse-zand %sand 0.093333333000000004 307 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42526 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Percentage Coarse-zand %sand 0.12 324 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42526 50 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Percentage Coarse-zand %sand 0.01 358 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42526 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Percentage Coarse-zand %sand 0.013333332999999999 375 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42526 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Percentage Coarse-zand %sand 0.040000000000000001 392 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42526 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Percentage Coarse-zand %sand 0.01 409 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42526 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Percentage Coarse-zand %sand 0.11 426 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42526 38 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 SD(0.1) d(0.1) 126.55 564 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 28 46 25 42524 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 SD(0.1) d(0.1) 138.62 580 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 28 46 25 42524 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 SD(0.1) d(0.1) 127.3133333 597 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 28 46 25 42524 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 SD(0.1) d(0.1) 126.40000000000001 614 0101000020E61000002B51F696729E0F405B61FA5E43C84940 28 46 25 42524 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 SD(0.1) d(0.1) 116.62 631 0101000020E61000002B51F696729E0F405B61FA5E43C84940 28 46 25 42524 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 SD(0.1) d(0.1) 115.2266667 648 0101000020E61000002B51F696729E0F405B61FA5E43C84940 28 46 25 42524 36 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 SD(0.1) d(0.1) 131.53 767 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 28 46 25 42524 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 SD(0.1) d(0.1) 127.9266667 784 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 28 46 25 42524 56 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 SD(0.1) d(0.1) 124.72 1124 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 28 46 25 42524 7 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 SD(0.1) d(0.1) 126.2933333 801 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 28 46 25 42524 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 SD(0.1) d(0.1) 114.14 818 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 28 46 25 42524 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 SD(0.1) d(0.1) 112.03 835 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 28 46 25 42524 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 SD(0.1) d(0.1) 110.77666670000001 852 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 28 46 25 42524 57 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Slib percentage <2mu %silt 0.91333333299999997 742 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42532 59 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Slib percentage <32mu %sand 0 931 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42533 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Slib percentage <32mu %sand 3.7233333329999998 948 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42533 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Slib percentage <32mu %sand 2.0699999999999998 965 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42533 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Slib percentage <32mu %sand 0 981 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42533 55 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Smedium% %sand 20.65666667 943 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42530 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Smedium% %sand 18.539999999999999 960 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42530 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Smedium% %sand 26.219999999999999 976 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42530 55 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 SD(0.9) d(0.9) 285.08999999999997 751 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 29 46 26 42525 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 SD(0.9) d(0.9) 322.76999999999998 768 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 29 46 26 42525 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 SD(0.9) d(0.9) 314.0466667 785 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 29 46 26 42525 56 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 slib precentage <16 mu %silt 7.9000000000000004 741 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42531 59 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Percentage Coarse-zand %sand 0.01 443 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42526 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Percentage Coarse-zand %sand 0.0066666670000000003 460 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42526 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Percentage Coarse-zand %sand 0 477 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42526 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Percentage Coarse-zand %sand 0 495 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42526 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Percentage Coarse-zand %sand 0 512 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42526 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Percentage Coarse-zand %sand 0 529 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42526 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Percentage Coarse-zand %sand 0.01 546 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42526 35 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 SD(0.1) d(0.1) 105.23999999999999 869 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 28 46 25 42524 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 SD(0.1) d(0.1) 125.8 886 0101000020E610000089B5F81400A30F404E62105839C84940 28 46 25 42524 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 SD(0.1) d(0.1) 126.48 904 0101000020E610000089B5F81400A30F404E62105839C84940 28 46 25 42524 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 SD(0.1) d(0.1) 123.17 921 0101000020E610000089B5F81400A30F404E62105839C84940 28 46 25 42524 48 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 SD(0.1) d(0.1) 123.40000000000001 2 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 28 46 25 42524 51 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 SD(0.1) d(0.1) 109.73 938 0101000020E610000089B5F81400A30F404E62105839C84940 28 46 25 42524 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 SD(0.1) d(0.1) 118.92 955 0101000020E61000003FC7478B33A60F40D427B9C326C84940 28 46 25 42524 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 SD(0.1) d(0.1) 134.09999999999999 972 0101000020E61000003FC7478B33A60F40D427B9C326C84940 28 46 25 42524 55 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 SD(0.1) d(0.1) 146.47666670000001 1141 0101000020E6100000319413ED2AA40F4032772D211FC84940 28 46 25 42524 53 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 SD(0.1) d(0.1) 128.49666669999999 1005 0101000020E61000003FC7478B33A60F40D427B9C326C84940 28 46 25 42524 55 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 SD(0.1) d(0.1) 128.90000000000001 1090 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 28 46 25 42524 33 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Sfines% %sand 64.766666670000006 1111 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 25 46 22 42527 29 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Sfines% %sand 67.223333330000003 108 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42527 45 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <2mu %silt 0 793 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42532 56 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Slib percentage <32mu %sand 0 998 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42533 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Slib percentage <32mu %sand 0 1015 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42533 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Smedium% %sand 27.289999999999999 993 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42530 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Smedium% %sand 27.903333329999999 1010 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42530 55 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 SD(0.9) d(0.9) 284.11000000000001 1125 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 29 46 26 42525 7 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 SD(0.9) d(0.9) 312.02999999999997 802 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 29 46 26 42525 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 SD(0.9) d(0.9) 259.12 819 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 29 46 26 42525 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 SD(0.9) d(0.9) 264.33999999999997 836 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 29 46 26 42525 57 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 slib precentage <16 mu %silt 0 792 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42531 56 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Percentage Coarse-zand %sand 0 563 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42526 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Percentage Coarse-zand %sand 0 579 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42526 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Percentage Coarse-zand %sand 0 596 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42526 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Percentage Coarse-zand %sand 0.01 613 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42526 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Percentage Coarse-zand %sand 0 630 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42526 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Percentage Coarse-zand %sand 0.0066666670000000003 647 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42526 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Percentage Coarse-zand %sand 0 664 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42526 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Percentage Coarse-zand %sand 0 681 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42526 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Percentage Coarse-zand %sand 0 698 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 25 46 22 42526 47 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Sfines% %sand 64.786666670000002 125 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42527 45 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Sfines% %sand 62.43 159 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42527 30 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Sfines% %sand 65.33666667 163 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42527 34 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Sfines% %sand 54.886666669999997 177 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42527 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Sfines% %sand 68.91333333 194 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42527 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Sfines% %sand 68.920000000000002 211 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42527 34 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Sfines% %sand 59.450000000000003 295 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42527 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Sfines% %sand 61.560000000000002 312 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42527 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Sfines% %sand 61.350000000000001 329 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42527 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Sfines% %sand 65.879999999999995 346 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42527 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Sfines% %sand 64.069999999999993 363 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42527 42 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <2mu %silt 0 436 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42532 38 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Sfines% %sand 63.780000000000001 380 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42527 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Sfines% %sand 62.243333329999999 397 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42527 42 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Slib percentage <2mu %silt 0 844 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42532 57 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Slib percentage <32mu %sand 0 1032 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42533 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Slib percentage <32mu %sand 0 1049 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42533 46 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Slib percentage <32mu %sand 0 1083 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42533 43 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Smedium% %sand 33.439999999999998 1027 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 25 46 22 42530 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Smedium% %sand 31.18 1044 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 25 46 22 42530 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Smedium% %sand 26.870000000000001 1061 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 25 46 22 42530 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Smedium% %sand 40.323333329999997 1078 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 25 46 22 42530 43 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 SD(0.9) d(0.9) 264.34333329999998 853 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 29 46 26 42525 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 SD(0.9) d(0.9) 239.69333330000001 870 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 29 46 26 42525 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 SD(0.9) d(0.9) 285.86000000000001 887 0101000020E610000089B5F81400A30F404E62105839C84940 29 46 26 42525 48 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 slib precentage <16 mu %silt 0.88 843 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42531 57 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Percentage Coarse-zand %sand 0 715 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42526 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Percentage Coarse-zand %sand 0 732 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42526 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Percentage Coarse-zand %sand 0 749 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42526 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Percentage Coarse-zand %sand 0.02 766 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42526 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Percentage Coarse-zand %sand 0.01 783 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42526 56 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Percentage Coarse-zand %sand 0 1123 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 25 46 22 42526 7 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Percentage Coarse-zand %sand 0.01 800 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42526 56 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Sfines% %sand 64.950000000000003 414 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42527 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Sfines% %sand 62.100000000000001 431 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42527 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Sfines% %sand 65.810000000000002 448 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42527 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Sfines% %sand 68.653333329999995 465 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 25 46 22 42527 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Sfines% %sand 64.760000000000005 482 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42527 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Sfines% %sand 64.599999999999994 500 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42527 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Sfines% %sand 72.269999999999996 517 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42527 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Sfines% %sand 67.27333333 534 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 25 46 22 42527 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Sfines% %sand 66.069999999999993 551 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42527 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Sfines% %sand 76.239999999999995 568 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42527 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Sfines% %sand 67.516666670000006 584 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42527 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Sfines% %sand 71.170000000000002 601 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 25 46 22 42527 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Sfines% %sand 65.700000000000003 618 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42527 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Sfines% %sand 64.140000000000001 635 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42527 36 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Slib percentage <2mu %silt 0 896 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42532 48 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Slib percentage <32mu %sand 0 1100 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42533 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Slib percentage <32mu %sand 0 1151 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42533 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Slib percentage <32mu %sand 0 1236 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42533 39 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Smedium% %sand 21.846666670000001 1095 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 25 46 22 42530 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Smedium% %sand 33.813333329999999 1146 0101000020E6100000319413ED2AA40F4032772D211FC84940 25 46 22 42530 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Smedium% %sand 32.270000000000003 1163 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 25 46 22 42530 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Smedium% %sand 26.516666669999999 1231 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 25 46 22 42530 39 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 SD(0.9) d(0.9) 289.20999999999998 905 0101000020E610000089B5F81400A30F404E62105839C84940 29 46 26 42525 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 SD(0.9) d(0.9) 302.67333330000002 922 0101000020E610000089B5F81400A30F404E62105839C84940 29 46 26 42525 48 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 SD(0.9) d(0.9) 297.60000000000002 3 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 29 46 26 42525 51 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 slib precentage <16 mu %silt 0 895 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42531 48 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Percentage Coarse-zand %sand 0 817 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42526 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Percentage Coarse-zand %sand 1.5800000000000001 834 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42526 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Percentage Coarse-zand %sand 0.66333333299999997 851 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42526 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Percentage Coarse-zand %sand 0 868 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42526 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Percentage Coarse-zand %sand 0 885 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42526 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Percentage Coarse-zand %sand 0 903 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42526 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Percentage Coarse-zand %sand 0 920 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42526 48 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Sfines% %sand 62.613333330000003 652 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42527 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Sfines% %sand 61.469999999999999 669 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42527 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Sfines% %sand 58.280000000000001 686 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42527 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Sfines% %sand 52.340000000000003 703 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 25 46 22 42527 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Sfines% %sand 51.25 720 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42527 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Sfines% %sand 45.84333333 737 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42527 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Sfines% %sand 68.019999999999996 754 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42527 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Sfines% %sand 62.859999999999999 771 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42527 56 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 slib precentage <16 mu %silt 1.9099999999999999 946 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42531 48 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Percentage Coarse-zand %sand 0 1 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42526 51 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Percentage Coarse-zand %sand 0.01 937 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42526 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Percentage Coarse-zand %sand 0 954 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42526 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Percentage Coarse-zand %sand 0 971 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42526 55 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Percentage Coarse-zand %sand 0 137 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42526 30 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Percentage Coarse-zand %sand 0.033333333 1140 0101000020E6100000319413ED2AA40F4032772D211FC84940 25 46 22 42526 53 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Percentage Coarse-zand %sand 0.02 1004 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42526 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Percentage Coarse-zand %sand 0.046666667000000002 1021 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 25 46 22 42526 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Percentage Coarse-zand %sand 0.02 1038 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 25 46 22 42526 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Percentage Coarse-zand %sand 0.40999999999999998 1055 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 25 46 22 42526 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Percentage Coarse-zand %sand 0.18333333299999999 1072 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 25 46 22 42526 43 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Sfines% %sand 67.340000000000003 894 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42527 55 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Sfines% %sand 69.870000000000005 908 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42527 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Sfines% %sand 65.483333329999994 925 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42527 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Sfines% %sand 63.016666669999999 942 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42527 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Sfines% %sand 68.780000000000001 959 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42527 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Sfines% %sand 64.116666670000001 992 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42527 55 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Sfines% %sand 68.920000000000002 142 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42527 30 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Sfines% %sand 63.486666669999998 1009 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42527 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Sfines% %sand 62.986666669999998 1026 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 25 46 22 42527 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Sfines% %sand 62.363333330000003 1043 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 25 46 22 42527 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Sfines% %sand 62.609999999999999 1060 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 25 46 22 42527 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Sfines% %sand 57.539999999999999 1077 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 25 46 22 42527 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Sfines% %sand 69.843333329999993 1094 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 25 46 22 42527 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Sfines% %sand 62.973333330000003 1145 0101000020E6100000319413ED2AA40F4032772D211FC84940 25 46 22 42527 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Sfines% %sand 63.823333329999997 1162 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 25 46 22 42527 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Sfines% %sand 67.546666669999993 1230 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 25 46 22 42527 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Sfines% %sand 65.340000000000003 1247 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 25 46 22 42527 37 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Sfines% %sand 56.20333333 1196 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 25 46 22 42527 41 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Slib percentage <2mu %silt 0 997 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42532 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 SD(0.9) d(0.9) 317.20666670000003 1006 0101000020E61000003FC7478B33A60F40D427B9C326C84940 29 46 26 42525 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 SD(0.9) d(0.9) 326.19999999999999 1023 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 29 46 26 42525 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 SD(0.9) d(0.9) 326.01999999999998 1040 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 29 46 26 42525 46 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 slib precentage <16 mu %silt 0 996 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42531 55 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Percentage Coarse-zand %sand 0.0066666670000000003 1089 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 25 46 22 42526 33 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Percentage Coarse-zand %sand 0.036666667 1106 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 25 46 22 42526 29 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Percentage Coarse-zand %sand 0.033333333 1157 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 25 46 22 42526 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Percentage Coarse-zand %sand 0 1225 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 25 46 22 42526 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Percentage Coarse-zand %sand 1.413333333 1242 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 25 46 22 42526 37 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Slib percentage <2mu %silt 0 539 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42532 27 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Percentage Coarse-zand %sand 0.22 1191 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 25 46 22 42526 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Percentage Coarse-zand %sand 0 1208 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 25 46 22 42526 12 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Percentage Coarse-zand %sand 0 18 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42526 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Percentage Coarse-zand %sand 0 35 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42526 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Percentage Coarse-zand %sand 0 52 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42526 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Percentage Coarse-zand %sand 0.01 69 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42526 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Percentage Coarse-zand %sand 0 86 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42526 45 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 SpSA cm2/cc 0.068333332999999996 1198 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 34 46 24 42545 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 SpSA cm2/cc 0.079000000000000001 1215 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 34 46 24 42545 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 SpSA cm2/cc 0.084000000000000005 8 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 34 46 24 42545 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 SpSA cm2/cc 0.152 25 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 34 46 24 42545 51 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Sfines% %sand 67.826666669999994 1213 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 25 46 22 42527 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Sfines% %sand 66.870000000000005 6 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42527 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Sfines% %sand 66.370000000000005 23 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42527 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Sfines% %sand 67.706666670000004 40 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42527 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Sfines% %sand 66.799999999999997 57 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 25 46 22 42527 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Sfines% %sand 68.549999999999997 74 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42527 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Sfines% %sand 67.109999999999999 91 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42527 45 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Sfines% %sand 67.343333329999993 1179 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 25 46 22 42527 32 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Slib percentage <4mu %silt 0 1118 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42534 29 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Slib percentage <2mu %silt 0 1048 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42532 46 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 slib precentage <16 mu %silt 0 1047 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42531 46 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 SpSA cm2/cc 0.13700000000000001 42 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 34 46 24 42545 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 SpSA cm2/cc 0.15833333299999999 59 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 34 46 24 42545 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 SpSA cm2/cc 0.080000000000000002 76 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 34 46 24 42545 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 SpSA cm2/cc 0.079000000000000001 93 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 34 46 24 42545 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 SpSA cm2/cc 0.079666666999999997 110 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 34 46 24 42545 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 SpSA cm2/cc 0.081000000000000003 127 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 34 46 24 42545 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 SpSA cm2/cc 0.14899999999999999 144 0101000020E610000070ECD973999A0F400305DEC9A7C74940 34 46 24 42545 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 SpSA cm2/cc 0.214 161 0101000020E610000070ECD973999A0F400305DEC9A7C74940 34 46 24 42545 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 SpSA cm2/cc 0.263333333 179 0101000020E610000070ECD973999A0F400305DEC9A7C74940 34 46 24 42545 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 SpSA cm2/cc 0.150666667 196 0101000020E610000070ECD973999A0F400305DEC9A7C74940 34 46 24 42545 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 SpSA cm2/cc 0.081000000000000003 213 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 46 24 42545 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 SpSA cm2/cc 0.072999999999999995 230 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 46 24 42545 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 SpSA cm2/cc 0.075999999999999998 246 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 46 24 42545 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 SpSA cm2/cc 0.074999999999999997 263 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 34 46 24 42545 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 SpSA cm2/cc 0.085000000000000006 280 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 34 46 24 42545 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 SpSA cm2/cc 0.073999999999999996 297 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 34 46 24 42545 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 SpSA cm2/cc 0.076999999999999999 314 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 34 46 24 42545 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 SpSA cm2/cc 0.082000000000000003 348 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 34 46 24 42545 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 SpSA cm2/cc 0.074999999999999997 365 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 34 46 24 42545 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 SpSA cm2/cc 0.073999999999999996 382 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 34 46 24 42545 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 SpSA cm2/cc 0.072999999999999995 399 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 34 46 24 42545 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 SpSA cm2/cc 0.081000000000000003 416 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 34 46 24 42545 38 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Slib percentage <4mu %silt 0 1203 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42534 41 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <4mu %silt 0.48999999999999999 30 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42534 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <4mu %silt 0 81 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42534 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <4mu %silt 0 132 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42534 45 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Slib percentage <4mu %silt 1.1166666670000001 184 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42534 30 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 SD(0.9) d(0.9) 326.06666669999998 1142 0101000020E6100000319413ED2AA40F4032772D211FC84940 29 46 26 42525 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 SD(0.9) d(0.9) 322.94999999999999 1159 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 29 46 26 42525 31 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 slib precentage <16 mu %silt 0 1098 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42531 33 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 SpSA cm2/cc 0.075333333000000002 450 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 34 46 24 42545 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 SpSA cm2/cc 0.074999999999999997 467 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 34 46 24 42545 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 SpSA cm2/cc 0.193 484 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 34 46 24 42545 27 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 SpSA cm2/cc 0.086999999999999994 488 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 34 46 24 42545 35 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 SpSA cm2/cc 0.20899999999999999 502 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 34 46 24 42545 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 SpSA cm2/cc 0.15466666700000001 519 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 34 46 24 42545 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 SpSA cm2/cc 0.098666667 536 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 34 46 24 42545 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 SpSA cm2/cc 0.084000000000000005 553 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 34 46 24 42545 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 SpSA cm2/cc 0.078 586 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 34 46 24 42545 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 SpSA cm2/cc 0.084000000000000005 603 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 34 46 24 42545 35 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Slib percentage <4mu %silt 0.37666666700000001 949 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42534 48 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Slib percentage <4mu %silt 0 1050 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42534 46 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Slib percentage <4mu %silt 0 1220 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42534 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <4mu %silt 0 13 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42534 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <4mu %silt 0.35666666699999999 47 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42534 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <4mu %silt 0.51333333299999995 64 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42534 51 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <4mu %silt 0 98 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42534 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <4mu %silt 0 115 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42534 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Slib percentage <4mu %silt 0.40000000000000002 149 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42534 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Slib percentage <4mu %silt 0.87 167 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42534 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Slib percentage <4mu %silt 0.41333333300000002 201 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42534 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Slib percentage <4mu %silt 0 218 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42534 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Slib percentage <4mu %silt 0 251 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42534 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Slib percentage <4mu %silt 0 268 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42534 34 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <4mu %silt 0 302 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42534 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <4mu %silt 0 319 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42534 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <4mu %silt 0 353 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42534 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <4mu %silt 0 370 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42534 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <4mu %silt 0 404 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42534 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <4mu %silt 0 421 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42534 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <4mu %silt 0 455 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42534 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <4mu %silt 0 472 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42534 38 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Slib percentage <4mu %silt 0.84999999999999998 507 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42534 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Slib percentage <4mu %silt 0.453333333 524 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42534 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <4mu %silt 0 558 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42534 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <4mu %silt 0 574 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42534 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <4mu %silt 0 608 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42534 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <4mu %silt 0 625 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42534 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <4mu %silt 0 659 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42534 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <4mu %silt 0.58666666700000003 676 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42534 36 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Slib percentage <4mu %silt 1.73 710 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42534 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Slib percentage <4mu %silt 1.2266666669999999 727 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42534 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Slib percentage <4mu %silt 0.22 761 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42534 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Slib percentage <4mu %silt 0 778 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42534 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <4mu %silt 0 795 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42534 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <4mu %silt 0 812 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42534 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Slib percentage <4mu %silt 0 829 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42534 56 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Slib percentage <4mu %silt 0.10666666700000001 863 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42534 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Slib percentage <4mu %silt 0.56666666700000001 880 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42534 57 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Slib percentage <4mu %silt 0 915 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42534 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Slib percentage <4mu %silt 0 932 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42534 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Slib percentage <4mu %silt 0 966 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42534 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Slib percentage <4mu %silt 0 982 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42534 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Slib percentage <4mu %silt 0 999 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42534 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Slib percentage <4mu %silt 0 1016 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42534 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Slib percentage <4mu %silt 0 1033 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42534 54 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Slib percentage <4mu %silt 0 1084 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42534 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Slib percentage <4mu %silt 0 1101 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42534 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Slib percentage <4mu %silt 0 1152 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42534 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Slib percentage <4mu %silt 0 1237 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42534 39 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Slib percentage <4mu %silt 0 1169 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42534 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Slib percentage <4mu %silt 0 1186 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42534 32 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 slib percentage <50 mu %silt 0 1119 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42535 29 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 slib percentage <50 mu %silt 6.3700000000000001 694 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42535 59 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 slib percentage <50 mu %silt 3.7766666670000002 950 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42535 48 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 slib percentage <50 mu %silt 0 1204 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42535 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 slib percentage <50 mu %silt 0 1221 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42535 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 slib percentage <50 mu %silt 0 14 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42535 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 slib percentage <50 mu %silt 4.2999999999999998 31 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42535 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 slib percentage <50 mu %silt 3.3566666669999998 48 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42535 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 slib percentage <50 mu %silt 4.3200000000000003 65 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42535 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 slib percentage <50 mu %silt 0 82 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42535 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 slib percentage <50 mu %silt 0 99 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42535 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 slib percentage <50 mu %silt 0 116 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42535 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 slib percentage <50 mu %silt 0 133 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42535 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 slib percentage <50 mu %silt 3.98 150 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42535 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 slib percentage <50 mu %silt 6.9699999999999998 168 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42535 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 slib percentage <50 mu %silt 9.7566666669999993 185 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42535 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 slib percentage <50 mu %silt 3.71 202 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42535 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 slib percentage <50 mu %silt 0 219 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42535 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 slib percentage <50 mu %silt 0 236 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42535 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 slib percentage <50 mu %silt 0 252 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42535 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 slib percentage <50 mu %silt 0 269 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42535 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 slib percentage <50 mu %silt 0 286 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42535 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 slib percentage <50 mu %silt 0 303 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42535 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 slib percentage <50 mu %silt 0 320 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42535 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 slib percentage <50 mu %silt 0 337 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42535 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 slib percentage <50 mu %silt 0 354 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42535 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 slib percentage <50 mu %silt 0 371 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42535 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 slib percentage <50 mu %silt 0 388 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42535 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 slib percentage <50 mu %silt 0 405 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42535 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 slib percentage <50 mu %silt 0 422 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42535 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 slib percentage <50 mu %silt 0 439 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42535 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 slib percentage <50 mu %silt 0 456 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42535 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 slib percentage <50 mu %silt 0 473 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42535 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 slib percentage <50 mu %silt 5.4699999999999998 491 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42535 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 slib percentage <50 mu %silt 6.0099999999999998 508 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42535 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 slib percentage <50 mu %silt 3.7066666669999999 525 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42535 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 slib percentage <50 mu %silt 0 542 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42535 27 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 slib percentage <50 mu %silt 0 575 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42535 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 slib percentage <50 mu %silt 0 592 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42535 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 slib percentage <50 mu %silt 0 609 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42535 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 slib percentage <50 mu %silt 0 626 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42535 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 slib percentage <50 mu %silt 1.9099999999999999 643 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42535 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 slib percentage <50 mu %silt 0.63 660 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42535 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 slib percentage <50 mu %silt 5.3600000000000003 677 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42535 36 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 slib percentage <50 mu %silt 10.81 711 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42535 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 slib percentage <50 mu %silt 8.8266666669999996 728 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42535 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 slib percentage <50 mu %silt 12.69333333 745 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42535 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 slib percentage <50 mu %silt 3.1699999999999999 762 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42535 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 slib percentage <50 mu %silt 0 779 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42535 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 slib percentage <50 mu %silt 0 796 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42535 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 slib percentage <50 mu %silt 0 813 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42535 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 slib percentage <50 mu %silt 0 830 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42535 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 slib percentage <50 mu %silt 0.88 847 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42535 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 slib percentage <50 mu %silt 0.31 864 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42535 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 slib percentage <50 mu %silt 4.056666667 881 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42535 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 slib percentage <50 mu %silt 0 899 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42535 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 slib percentage <50 mu %silt 0 916 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42535 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 slib percentage <50 mu %silt 0 933 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42535 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 slib percentage <50 mu %silt 2.1200000000000001 967 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42535 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 slib percentage <50 mu %silt 0 1000 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42535 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 slib percentage <50 mu %silt 0 1017 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42535 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 slib percentage <50 mu %silt 0 1034 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42535 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 slib percentage <50 mu %silt 0 1051 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42535 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 slib percentage <50 mu %silt 0.78666666699999999 1068 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42535 49 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 slib percentage <63 mu %silt 0 389 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42536 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 slib percentage <63 mu %silt 0 406 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42536 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 slib percentage <63 mu %silt 0 423 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42536 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 slib percentage <63 mu %silt 0 440 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42536 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 slib percentage <63 mu %silt 0 457 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42536 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 slib percentage <63 mu %silt 0 474 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42536 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 slib percentage <63 mu %silt 5.4800000000000004 492 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42536 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 slib percentage <63 mu %silt 6.0199999999999996 509 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42536 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 slib percentage <63 mu %silt 3.7066666669999999 526 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42536 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 slib percentage <63 mu %silt 0.01 543 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42536 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 slib percentage <63 mu %silt 0 560 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42536 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 slib percentage <63 mu %silt 0 576 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42536 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 slib percentage <63 mu %silt 0 593 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42536 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 slib percentage <63 mu %silt 0 610 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42536 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 slib percentage <63 mu %silt 0 627 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42536 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 slib percentage <63 mu %silt 1.9099999999999999 644 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42536 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 slib percentage <63 mu %silt 0.63 661 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42536 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 slib percentage <63 mu %silt 5.3700000000000001 678 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42536 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 slib percentage <63 mu %silt 6.6200000000000001 695 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42536 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 slib percentage <63 mu %silt 11.470000000000001 712 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42536 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 slib percentage <63 mu %silt 9.5933333330000004 729 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42536 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 slib percentage <63 mu %silt 14.68 746 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42536 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 slib percentage <63 mu %silt 3.1699999999999999 763 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42536 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 slib percentage <63 mu %silt 0 780 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42536 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 slib percentage <63 mu %silt 0 797 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42536 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 slib percentage <63 mu %silt 0 814 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42536 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 slib percentage <63 mu %silt 0 831 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42536 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 slib percentage <63 mu %silt 0.88 848 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42536 57 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Standaard deviatie phi 0.75 1063 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 31 46 28 42539 49 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 slib percentage <63 mu %silt 0.31 865 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42536 57 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Standaard deviatie phi 0.68799999999999994 145 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42539 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Standaard deviatie phi 0.79000000000000004 162 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42539 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Standaard deviatie phi 0.92033333299999998 180 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42539 30 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Standaard deviatie phi 0.63633333299999995 1199 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 31 46 28 42539 41 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Standaard deviatie phi 0.69099999999999995 26 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42539 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Standaard deviatie phi 0.68333333299999999 43 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42539 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Standaard deviatie phi 0.70533333300000001 60 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 31 46 28 42539 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Standaard deviatie phi 0.64600000000000002 77 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42539 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Standaard deviatie phi 0.66200000000000003 94 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42539 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Standaard deviatie phi 0.66300000000000003 111 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42539 45 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 slib percentage <63 mu %silt 4.056666667 882 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42536 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 slib percentage <63 mu %silt 0 900 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42536 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 slib percentage <63 mu %silt 0 917 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42536 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 slib percentage <63 mu %silt 0 934 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42536 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 slib percentage <63 mu %silt 3.7766666670000002 951 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42536 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 slib percentage <63 mu %silt 2.1200000000000001 968 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42536 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 slib percentage <63 mu %silt 0 1001 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42536 55 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 slib percentage <63 mu %silt 0 1188 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42536 32 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 slib percentage <63 mu %silt 0 1018 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42536 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 slib percentage <63 mu %silt 0 1035 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42536 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 slib percentage <63 mu %silt 0 1052 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42536 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 slib percentage <63 mu %silt 0.78666666699999999 1069 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42536 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 slib percentage <63 mu %silt 0 1086 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42536 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 slib percentage <63 mu %silt 0 1103 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42536 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 slib percentage <63 mu %silt 0 1154 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42536 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 slib percentage <63 mu %silt 0 1239 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42536 39 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 slib percentage <63 mu %silt 1.9066666670000001 1273 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42536 44 2009-07-14 7 2009 1004 1004 51.56203 3.95085 slib percentage <63 mu %silt 0 1171 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42536 31 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 slib percentage <63 mu %silt 0 984 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42536 55 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Slib percentage <8mu %silt 0 1138 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42537 7 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Slib percentage <8mu %silt 0 1206 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42537 41 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <8mu %silt 0 16 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42537 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <8mu %silt 1.3500000000000001 33 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42537 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <8mu %silt 1.0733333329999999 50 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42537 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <8mu %silt 1.3999999999999999 67 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42537 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <8mu %silt 0 84 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42537 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <8mu %silt 0 101 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42537 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <8mu %silt 0 118 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42537 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <8mu %silt 0 135 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42537 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Slib percentage <8mu %silt 1.1000000000000001 152 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42537 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Slib percentage <8mu %silt 2.1499999999999999 170 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42537 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 Slib percentage <8mu %silt 2.746666667 187 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42537 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Slib percentage <8mu %silt 1.1100000000000001 204 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42537 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Slib percentage <8mu %silt 0 221 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42537 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Slib percentage <8mu %silt 0 238 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42537 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Slib percentage <8mu %silt 0 254 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42537 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Slib percentage <8mu %silt 0 271 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42537 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <8mu %silt 0 288 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42537 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <8mu %silt 0 305 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42537 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <8mu %silt 0 322 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42537 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <8mu %silt 0 339 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42537 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <8mu %silt 0 356 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42537 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Slib percentage <8mu %silt 0 373 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42537 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <8mu %silt 0 390 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42537 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <8mu %silt 0 407 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42537 42 2008-07-04 7 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <8mu %silt 0 424 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42537 38 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <8mu %silt 0 441 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42537 38 2009-04-01 4 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <8mu %silt 0 458 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42537 38 2009-07-14 7 2009 17 17 51.563057999999998 3.9524979999999998 Slib percentage <8mu %silt 0 475 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42537 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Slib percentage <8mu %silt 1.6899999999999999 493 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42537 27 2008-10-15 10 2008 26 26 51.563234000000001 3.948134 Slib percentage <8mu %silt 1.99 510 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42537 27 2009-04-01 4 2009 26 26 51.563234000000001 3.948134 Slib percentage <8mu %silt 1.0933333329999999 527 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42537 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Slib percentage <8mu %silt 0 544 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42537 27 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <8mu %silt 0 561 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42537 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 Slib percentage <8mu %silt 0 577 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42537 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <8mu %silt 0 594 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42537 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <8mu %silt 0 611 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42537 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <8mu %silt 0 628 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42537 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <8mu %silt 0 645 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42537 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <8mu %silt 0 662 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42537 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 Slib percentage <8mu %silt 1.493333333 679 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42537 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Slib percentage <8mu %silt 1.75 696 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42537 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Slib percentage <8mu %silt 3.5899999999999999 713 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42537 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Slib percentage <8mu %silt 2.79 730 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42537 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Slib percentage <8mu %silt 4.4566666670000004 747 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42537 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Slib percentage <8mu %silt 0.81999999999999995 764 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42537 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Slib percentage <8mu %silt 0 781 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42537 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <8mu %silt 0 798 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42537 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Slib percentage <8mu %silt 0 815 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42537 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Slib percentage <8mu %silt 0 832 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42537 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Slib percentage <8mu %silt 0.85999999999999999 849 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42537 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Slib percentage <8mu %silt 0.29999999999999999 866 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42537 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Slib percentage <8mu %silt 1.3500000000000001 883 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42537 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Slib percentage <8mu %silt 0 901 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42537 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 Slib percentage <8mu %silt 0 918 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42537 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 Slib percentage <8mu %silt 0 935 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42537 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Slib percentage <8mu %silt 1.1466666670000001 952 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42537 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 Slib percentage <8mu %silt 0 969 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42537 55 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Slib percentage <8mu %silt 0 1189 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42537 32 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 Slib percentage <8mu %silt 0 1019 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42537 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Slib percentage <8mu %silt 0 1036 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 26 46 23 42537 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Slib percentage <8mu %silt 0 1053 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 26 46 23 42537 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Slib percentage <8mu %silt 0.68333333299999999 1070 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42537 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Slib percentage <8mu %silt 0 1087 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42537 43 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 Slib percentage <2mu %silt 0 1082 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42532 43 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Slib percentage <2mu %silt 0 1150 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42532 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Slib percentage <2mu %silt 0 1235 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42532 39 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 SD(0.9) d(0.9) 318.1766667 1057 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 29 46 26 42525 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 SD(0.9) d(0.9) 345.25999999999999 1074 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 29 46 26 42525 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 SD(0.9) d(0.9) 292.03333329999998 1091 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 29 46 26 42525 33 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 SD(0.9) d(0.9) 306.21666670000002 1227 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 29 46 26 42525 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 SD(0.9) d(0.9) 298.94999999999999 1244 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 29 46 26 42525 37 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 slib precentage <16 mu %silt 0 1081 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42531 43 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 slib precentage <16 mu %silt 0 1149 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42531 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 slib precentage <16 mu %silt 0 1234 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42531 39 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Slib percentage <8mu %silt 0 1104 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42537 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 Slib percentage <8mu %silt 0 1155 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42537 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 Slib percentage <8mu %silt 0 1240 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42537 39 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Slib percentage <8mu %silt 0 1274 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42537 44 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Slib percentage <8mu %silt 0 1121 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42537 29 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Slib percentage <8mu %silt 0 1172 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42537 31 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Slib percentage <8mu %silt 0 1223 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42537 12 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Slib percentage <8mu %silt 0 985 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42537 55 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 SpSA cm2/cc 0.127 756 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 34 46 24 42545 59 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Svfines% %sand 2.8733333330000002 408 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 25 46 22 42540 42 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Slib percentage <2mu %silt 0 1116 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42532 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Slib percentage <32mu %sand 0 1117 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42533 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Smedium% %sand 31.173333329999998 1112 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 25 46 22 42530 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 SD(0.9) d(0.9) 320.09333329999998 1108 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 29 46 26 42525 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 slib precentage <16 mu %silt 0 1115 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42531 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 SpSA cm2/cc 0.074999999999999997 1113 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 34 46 24 42545 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 Svfines% %sand 4.0266666669999998 1122 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 25 46 22 42540 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 SD50MUm mu 213.25333330000001 1109 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 30 46 28 42528 29 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 SD(0.1) d(0.1) 142.4533333 1107 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 28 46 25 42524 29 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 SD(0.1) d(0.1) 96.613333330000003 665 0101000020E61000002B51F696729E0F405B61FA5E43C84940 28 46 25 42524 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 SD(0.1) d(0.1) 81.579999999999998 682 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 28 46 25 42524 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 SD(0.1) d(0.1) 28.370000000000001 699 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 28 46 25 42524 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 SD(0.1) d(0.1) 65.52333333 716 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 28 46 25 42524 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 SD(0.1) d(0.1) 21.59 733 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 28 46 25 42524 59 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 SD50PHIm phi 2.2200000000000002 1178 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 31 46 28 42529 32 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 SD50PHIm phi 2.4100000000000001 1127 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 31 46 28 42529 7 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 SD(0.1) d(0.1) 118.36 750 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 28 46 25 42524 59 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Slib percentage <2mu %silt 0 1167 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42532 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Slib percentage <2mu %silt 0 1184 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42532 32 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Slib percentage <32mu %sand 0 1168 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42533 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Slib percentage <32mu %sand 0 1185 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42533 32 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Smedium% %sand 30.25333333 1180 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 25 46 22 42530 32 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 SD(0.9) d(0.9) 309.82666669999998 1176 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 29 46 26 42525 32 2009-07-14 7 2009 1004 1004 51.56203 3.95085 slib precentage <16 mu %silt 0 1166 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42531 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 slib precentage <16 mu %silt 0 1183 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42531 32 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 Percentage Coarse-zand %sand 0 1174 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 25 46 22 42526 32 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 SpSA cm2/cc 0.073999999999999996 1181 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 34 46 24 42545 32 2009-07-14 7 2009 1004 1004 51.56203 3.95085 Svfines% %sand 3.8766666669999998 1173 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 25 46 22 42540 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 SD50MUm mu 215.03 1177 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 30 46 28 42528 32 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 SD(0.1) d(0.1) 149.18000000000001 1175 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 28 46 25 42524 32 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 SD(0.1) d(0.1) 128.4833333 988 0101000020E61000003FC7478B33A60F40D427B9C326C84940 28 46 25 42524 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 SD(0.1) d(0.1) 145.06666670000001 1022 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 28 46 25 42524 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 SD(0.1) d(0.1) 134.69999999999999 1039 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 28 46 25 42524 46 2009-07-14 7 2009 1004 1004 51.56203 3.95085 SD(0.1) d(0.1) 143.3966667 1158 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 28 46 25 42524 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 SD(0.1) d(0.1) 135.55333329999999 1226 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 28 46 25 42524 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 SD(0.1) d(0.1) 118.63666670000001 1243 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 28 46 25 42524 37 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 SD(0.1) d(0.1) 124.75 1056 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 28 46 25 42524 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 SD(0.1) d(0.1) 154.64333329999999 1073 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 28 46 25 42524 43 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Percentage Coarse-zand %sand 0.01 987 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42526 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 Svfines% %sand 6.4400000000000004 986 0101000020E61000003FC7478B33A60F40D427B9C326C84940 25 46 22 42540 55 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Sfines% %sand 62.310000000000002 228 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42527 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Sfines% %sand 63.596666669999998 261 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 25 46 22 42527 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Sfines% %sand 67.430000000000007 278 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 25 46 22 42527 50 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Slib percentage <2mu %silt 0 1065 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42532 49 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Slib percentage <32mu %sand 0.78666666699999999 1066 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42533 49 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 slib precentage <16 mu %silt 0.78666666699999999 1064 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42531 49 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 Slib percentage <4mu %silt 0.16666666699999999 1067 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 26 46 23 42534 49 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 slib percentage <50 mu %silt 0 983 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42535 55 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Slib percentage <2mu %silt 0 1133 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42532 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Slib percentage <32mu %sand 0 1134 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42533 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Smedium% %sand 19.24666667 1129 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 25 46 22 42530 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 slib precentage <16 mu %silt 0 1132 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42531 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 SpSA cm2/cc 0.085333332999999997 1130 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 34 46 24 42545 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 SD50MUm mu 188.2333333 1126 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 30 46 28 42528 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Sfines% %sand 70.616666670000001 1128 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 25 46 22 42527 7 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 Sfines% %sand 64.159999999999997 788 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42527 56 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 Slib percentage <4mu %silt 0 1135 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42534 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 slib percentage <50 mu %silt 0 1136 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42535 7 2009-07-14 7 2009 1002 1002 51.563389999999998 3.9529399999999999 slib percentage <63 mu %silt 0 1137 0101000020E6100000E466B8019F9F0F405C72DC291DC84940 26 46 23 42536 7 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 SpSA cm2/cc 0.081000000000000003 790 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 34 46 24 42545 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 SpSA cm2/cc 0.082000000000000003 807 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 34 46 24 42545 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 SpSA cm2/cc 0.092999999999999999 824 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 34 46 24 42545 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 SpSA cm2/cc 0.123 841 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 34 46 24 42545 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 SpSA cm2/cc 0.104666667 858 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 34 46 24 42545 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 SpSA cm2/cc 0.167333333 875 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 34 46 24 42545 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 SpSA cm2/cc 0.085000000000000006 892 0101000020E610000089B5F81400A30F404E62105839C84940 34 46 24 42545 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 SpSA cm2/cc 0.084000000000000005 910 0101000020E610000089B5F81400A30F404E62105839C84940 34 46 24 42545 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 SpSA cm2/cc 0.084000000000000005 927 0101000020E610000089B5F81400A30F404E62105839C84940 34 46 24 42545 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 SpSA cm2/cc 0.14533333300000001 944 0101000020E610000089B5F81400A30F404E62105839C84940 34 46 24 42545 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 SpSA cm2/cc 0.10000000000000001 961 0101000020E61000003FC7478B33A60F40D427B9C326C84940 34 46 24 42545 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 SpSA cm2/cc 0.079000000000000001 977 0101000020E61000003FC7478B33A60F40D427B9C326C84940 34 46 24 42545 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 SpSA cm2/cc 0.081000000000000003 994 0101000020E61000003FC7478B33A60F40D427B9C326C84940 34 46 24 42545 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 SpSA cm2/cc 0.080000000000000002 1011 0101000020E61000003FC7478B33A60F40D427B9C326C84940 34 46 24 42545 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 SpSA cm2/cc 0.073999999999999996 1028 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 34 46 24 42545 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 SpSA cm2/cc 0.076999999999999999 1045 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 34 46 24 42545 46 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Svfines% %sand 16.530000000000001 171 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42540 30 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 SpSA cm2/cc 0.104 1062 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 34 46 24 42545 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 SpSA cm2/cc 0.069000000000000006 1079 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 34 46 24 42545 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 SpSA cm2/cc 0.083000000000000004 1096 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 34 46 24 42545 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 SpSA cm2/cc 0.073333333000000001 1147 0101000020E6100000319413ED2AA40F4032772D211FC84940 34 46 24 42545 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 SpSA cm2/cc 0.074999999999999997 1164 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 34 46 24 42545 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 SpSA cm2/cc 0.079000000000000001 1232 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 34 46 24 42545 39 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 Svfines% %sand 13.83333333 663 0101000020E61000002B51F696729E0F405B61FA5E43C84940 25 46 22 42540 36 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 slib percentage <50 mu %silt 0 559 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42535 35 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 Svfines% %sand 28.120000000000001 714 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 25 46 22 42540 47 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 slib percentage <63 mu %silt 6.9699999999999998 169 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42536 30 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 SD50PHIm phi 2.4500000000000002 567 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42529 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 SD50PHIm phi 2.2733333330000001 583 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42529 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 SD50PHIm phi 2.3900000000000001 600 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 31 46 28 42529 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 SD50PHIm phi 2.3500000000000001 617 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42529 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 SD50PHIm phi 2.3999999999999999 634 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42529 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 SD50PHIm phi 2.4100000000000001 651 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42529 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 SD50PHIm phi 2.5499999999999998 668 0101000020E61000002B51F696729E0F405B61FA5E43C84940 31 46 28 42529 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 SD50PHIm phi 2.7799999999999998 685 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42529 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 SD50PHIm phi 2.8199999999999998 702 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 31 46 28 42529 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 SD50PHIm phi 2.9300000000000002 719 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42529 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 SD50PHIm phi 2.9566666669999999 736 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42529 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 SD50PHIm phi 2.4199999999999999 753 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 31 46 28 42529 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 SD50PHIm phi 2.2799999999999998 770 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42529 56 2009-04-01 4 2009 37 37 51.562086999999998 3.9562719999999998 SD50PHIm phi 2.3199999999999998 787 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42529 56 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 SD50PHIm phi 2.3300000000000001 804 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42529 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 SD50PHIm phi 2.54 821 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 31 46 28 42529 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 SD50PHIm phi 2.5499999999999998 838 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42529 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 SD50PHIm phi 2.5499999999999998 855 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42529 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 SD50PHIm phi 2.6200000000000001 872 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 31 46 28 42529 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 SD50PHIm phi 2.3999999999999999 889 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42529 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 SD50PHIm phi 2.3900000000000001 907 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42529 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 SD50PHIm phi 2.3700000000000001 924 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42529 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 SD50PHIm phi 2.4399999999999999 941 0101000020E610000089B5F81400A30F404E62105839C84940 31 46 28 42529 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 SD50PHIm phi 2.4300000000000002 958 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42529 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 SD50PHIm phi 2.2999999999999998 975 0101000020E61000003FC7478B33A60F40D427B9C326C84940 31 46 28 42529 55 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Slib percentage <2mu %silt 0 1252 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42532 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Slib percentage <2mu %silt 0 1269 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42532 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Slib percentage <32mu %sand 0.83333333300000001 1253 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42533 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Slib percentage <32mu %sand 1.8666666670000001 1270 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42533 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Smedium% %sand 20.31666667 1248 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 25 46 22 42530 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Smedium% %sand 22.969999999999999 1265 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 25 46 22 42530 44 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 SD(0.9) d(0.9) 306.56 1261 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 29 46 26 42525 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 slib precentage <16 mu %silt 0.83333333300000001 1251 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42531 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 slib precentage <16 mu %silt 0.32000000000000001 1268 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42531 44 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Percentage Coarse-zand %sand 0.806666667 1259 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 25 46 22 42526 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 SpSA cm2/cc 0.112666667 1249 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 34 46 24 42545 37 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 Slib percentage <2mu %silt 0 1099 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42532 33 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 Slib percentage <2mu %silt 0 1201 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42532 41 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <2mu %silt 0 113 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42532 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Slib percentage <2mu %silt 0 147 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42532 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Slib percentage <2mu %silt 0.10000000000000001 165 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42532 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Slib percentage <2mu %silt 0 199 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42532 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Slib percentage <2mu %silt 0 216 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42532 34 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <32mu %sand 0 114 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42533 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Slib percentage <32mu %sand 0 131 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42533 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Slib percentage <32mu %sand 3.9199999999999999 148 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42533 30 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Smedium% %sand 26.239999999999998 126 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42530 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 Smedium% %sand 14.35 143 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42530 30 2008-10-15 10 2008 10 10 51.559807999999997 3.950488 Smedium% %sand 14.07 160 0101000020E610000070ECD973999A0F400305DEC9A7C74940 25 46 22 42530 30 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 SD(0.9) d(0.9) 349.28333329999998 1193 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 29 46 26 42525 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 SD(0.9) d(0.9) 305.29000000000002 1210 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 29 46 26 42525 12 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 SD(0.9) d(0.9) 291.36000000000001 20 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 29 46 26 42525 51 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 slib precentage <16 mu %silt 0 1200 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42531 41 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Percentage Coarse-zand %sand 0.0066666670000000003 103 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42526 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Percentage Coarse-zand %sand 0.01 120 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42526 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 Svfines% %sand 6.653333333 119 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 25 46 22 42540 45 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 Svfines% %sand 3.5266666670000002 1037 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 25 46 22 42540 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 Svfines% %sand 6.4366666669999999 1054 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 25 46 22 42540 46 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 slib precentage <16 mu %silt 0 555 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42531 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 slib precentage <16 mu %silt 0 571 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42531 35 2009-07-14 7 2009 27 27 51.563774000000002 3.9522629999999999 slib precentage <16 mu %silt 0 605 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42531 35 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 slib precentage <16 mu %silt 0 622 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42531 36 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 SD50MUm mu 189.59 888 0101000020E610000089B5F81400A30F404E62105839C84940 30 46 28 42528 48 2008-10-15 10 2008 44 44 51.564250000000001 3.95459 SD50MUm mu 191.41999999999999 906 0101000020E610000089B5F81400A30F404E62105839C84940 30 46 28 42528 48 2009-04-01 4 2009 44 44 51.564250000000001 3.95459 SD50MUm mu 193.36333329999999 923 0101000020E610000089B5F81400A30F404E62105839C84940 30 46 28 42528 48 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 SD50MUm mu 191.36000000000001 4 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 30 46 28 42528 51 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 SD50MUm mu 184.36000000000001 940 0101000020E610000089B5F81400A30F404E62105839C84940 30 46 28 42528 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 SD50MUm mu 186.03 957 0101000020E61000003FC7478B33A60F40D427B9C326C84940 30 46 28 42528 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 SD50MUm mu 202.71000000000001 974 0101000020E61000003FC7478B33A60F40D427B9C326C84940 30 46 28 42528 55 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 SD50MUm mu 201.28999999999999 990 0101000020E61000003FC7478B33A60F40D427B9C326C84940 30 46 28 42528 55 2009-07-14 7 2009 49 49 51.563682999999997 3.956153 SD50MUm mu 202.25333330000001 1007 0101000020E61000003FC7478B33A60F40D427B9C326C84940 30 46 28 42528 55 2009-07-14 7 2009 94 94 51.563949999999998 3.9558599999999999 SD50MUm mu 217.65333330000001 1024 0101000020E6100000BD6F7CED99A50F40234A7B832FC84940 30 46 28 42528 54 2009-07-14 7 2009 97 97 51.561140000000002 3.9543200000000001 SD50MUm mu 210.05333329999999 1041 0101000020E61000008A592F8672A20F401D3D7E6FD3C74940 30 46 28 42528 46 2009-07-14 7 2009 98 98 51.560360000000003 3.95492 SD50MUm mu 199.58000000000001 1058 0101000020E6100000DD5ED218ADA30F4048FE60E0B9C74940 30 46 28 42528 49 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 SD50MUm mu 231.36333329999999 1075 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 30 46 28 42528 43 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Slib percentage <32mu %sand 8.7799999999999994 726 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42533 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Slib percentage <32mu %sand 12.02 743 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42533 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Slib percentage <32mu %sand 3.1099999999999999 760 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42533 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Slib percentage <32mu %sand 0 777 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42533 56 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 Smedium% %sand 3.6966666670000001 721 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42530 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Smedium% %sand 6.5599999999999996 738 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42530 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 Smedium% %sand 19.23 755 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 25 46 22 42530 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 Smedium% %sand 29.640000000000001 772 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42530 56 2008-07-04 7 2008 27 27 51.563774000000002 3.9522629999999999 SD(0.9) d(0.9) 302.38999999999999 548 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 29 46 26 42525 35 2008-10-15 10 2008 27 27 51.563774000000002 3.9522629999999999 SD(0.9) d(0.9) 266.14999999999998 565 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 29 46 26 42525 35 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 SD(0.9) d(0.9) 307.97333329999998 581 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 29 46 26 42525 35 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 slib precentage <16 mu %silt 0 538 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42531 27 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 slib precentage <16 mu %silt 0.10000000000000001 656 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42531 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 slib precentage <16 mu %silt 2.806666667 673 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42531 36 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 slib precentage <16 mu %silt 6.4699999999999998 707 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 26 46 23 42531 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 slib precentage <16 mu %silt 5.4633333329999996 724 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42531 59 2008-07-04 7 2008 37 32 51.562638999999997 3.959362 slib precentage <16 mu %silt 1.3 758 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42531 59 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 slib precentage <16 mu %silt 0 775 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 26 46 23 42531 56 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 SD50MUm mu 194.22333330000001 1092 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 30 46 28 42528 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 SD50MUm mu 218.72 1143 0101000020E6100000319413ED2AA40F4032772D211FC84940 30 46 28 42528 53 2009-07-14 7 2009 1004 1004 51.56203 3.95085 SD50MUm mu 215.3266667 1160 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 30 46 28 42528 31 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 SD50MUm mu 203.87333330000001 1228 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 30 46 28 42528 39 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 SD50MUm mu 187.84666669999999 1245 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 30 46 28 42528 37 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 SD(0.1) d(0.1) 157.40333330000001 1192 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 28 46 25 42524 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 SD(0.1) d(0.1) 135.75999999999999 1209 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 28 46 25 42524 12 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 SD(0.1) d(0.1) 117.91 19 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 28 46 25 42524 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 SD(0.1) d(0.1) 118.55666669999999 36 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 28 46 25 42524 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 SD(0.1) d(0.1) 113.0333333 53 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 28 46 25 42524 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 SD(0.1) d(0.1) 134.09999999999999 70 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 28 46 25 42524 45 2009-07-14 7 2009 37 37 51.562086999999998 3.9562719999999998 Sfines% %sand 64.266666670000006 805 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42527 56 2008-07-04 7 2008 39 37 51.562086999999998 3.9562719999999998 Sfines% %sand 71.530000000000001 822 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 25 46 22 42527 56 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Sfines% %sand 69.609999999999999 839 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42527 57 2009-04-01 4 2009 39 39 51.566155000000002 3.957967 Sfines% %sand 68.563333330000006 856 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42527 57 2009-07-14 7 2009 39 39 51.566155000000002 3.957967 Sfines% %sand 71.706666670000004 873 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 25 46 22 42527 57 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 Slib percentage <2mu %silt 0 947 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42532 48 2009-07-14 7 2009 44 44 51.564250000000001 3.95459 SD(0.9) d(0.9) 293.26999999999998 939 0101000020E610000089B5F81400A30F404E62105839C84940 29 46 26 42525 48 2008-07-04 7 2008 49 49 51.563682999999997 3.956153 SD(0.9) d(0.9) 282.37 956 0101000020E61000003FC7478B33A60F40D427B9C326C84940 29 46 26 42525 55 2008-10-15 10 2008 49 49 51.563682999999997 3.956153 SD(0.9) d(0.9) 306.14999999999998 973 0101000020E61000003FC7478B33A60F40D427B9C326C84940 29 46 26 42525 55 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Sfines% %sand 70.569999999999993 890 0101000020E610000089B5F81400A30F404E62105839C84940 25 46 22 42527 48 2008-07-04 7 2008 28 28 51.564556000000003 3.9523670000000002 SpSA cm2/cc 0.082000000000000003 620 0101000020E61000002B51F696729E0F405B61FA5E43C84940 34 46 24 42545 36 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 SpSA cm2/cc 0.098000000000000004 637 0101000020E61000002B51F696729E0F405B61FA5E43C84940 34 46 24 42545 36 2009-04-01 4 2009 28 28 51.564556000000003 3.9523670000000002 SpSA cm2/cc 0.090999999999999998 654 0101000020E61000002B51F696729E0F405B61FA5E43C84940 34 46 24 42545 36 2009-07-14 7 2009 28 28 51.564556000000003 3.9523670000000002 SpSA cm2/cc 0.17933333300000001 671 0101000020E61000002B51F696729E0F405B61FA5E43C84940 34 46 24 42545 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 SpSA cm2/cc 0.21099999999999999 688 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 34 46 24 42545 59 2008-10-15 10 2008 32 32 51.565784000000001 3.9545110000000001 SpSA cm2/cc 0.35199999999999998 705 0101000020E6100000C860C5A9D6A20F40CF4C309C6BC84940 34 46 24 42545 47 2009-04-01 4 2009 32 32 51.562638999999997 3.959362 SpSA cm2/cc 0.28199999999999997 722 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 34 46 24 42545 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 SpSA cm2/cc 0.45466666700000002 739 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 34 46 24 42545 59 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Slib percentage <4mu %silt 0 235 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42534 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Slib percentage <4mu %silt 0 285 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42534 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Slib percentage <4mu %silt 0 336 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42534 50 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Slib percentage <4mu %silt 0 387 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42534 42 2008-10-15 10 2008 17 17 51.563057999999998 3.9524979999999998 Slib percentage <4mu %silt 0 438 0101000020E6100000130B7C45B79E0F4026E0D74812C84940 26 46 23 42534 38 2008-07-04 7 2008 26 26 51.563234000000001 3.948134 Slib percentage <4mu %silt 0.68000000000000005 490 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42534 27 2009-07-14 7 2009 26 26 51.563234000000001 3.948134 Slib percentage <4mu %silt 0 541 0101000020E610000029CE5147C7950F4065FF3C0D18C84940 26 46 23 42534 27 2009-04-01 4 2009 27 27 51.563774000000002 3.9522629999999999 Slib percentage <4mu %silt 0 591 0101000020E6100000DB8651103C9E0F40E52A16BF29C84940 26 46 23 42534 35 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 Slib percentage <2mu %silt 0 1218 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42532 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 Slib percentage <2mu %silt 0 11 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42532 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <2mu %silt 0 45 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42532 51 2008-10-15 10 2008 37 37 51.562086999999998 3.9562719999999998 SpSA cm2/cc 0.079000000000000001 773 0101000020E6100000E3A430EF71A60F40DD408177F2C74940 34 46 24 42545 56 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 Standaard deviatie phi 0.71599999999999997 128 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 31 46 28 42539 45 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 Standaard deviatie phi 0.68899999999999995 197 0101000020E610000070ECD973999A0F400305DEC9A7C74940 31 46 28 42539 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 Standaard deviatie phi 0.65200000000000002 214 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42539 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 Standaard deviatie phi 0.63600000000000001 231 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42539 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 Standaard deviatie phi 0.65033333299999996 247 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42539 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 Standaard deviatie phi 0.65766666699999998 264 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 31 46 28 42539 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 Standaard deviatie phi 0.70099999999999996 281 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42539 50 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 Slib percentage <2mu %silt 0 62 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42532 51 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 Slib percentage <2mu %silt 0 96 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42532 45 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 slib precentage <16 mu %silt 0 1217 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42531 12 2008-10-15 10 2008 28 28 51.564556000000003 3.9523670000000002 Slib percentage <4mu %silt 0 642 0101000020E61000002B51F696729E0F405B61FA5E43C84940 26 46 23 42534 36 2008-07-04 7 2008 32 32 51.562638999999997 3.959362 Slib percentage <4mu %silt 0.72999999999999998 693 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42534 59 2009-07-14 7 2009 32 32 51.562638999999997 3.959362 Slib percentage <4mu %silt 2.3033333329999999 744 0101000020E61000008333F8FBC5AC0F40213A048E04C84940 26 46 23 42534 59 2008-10-15 10 2008 39 39 51.566155000000002 3.957967 Slib percentage <4mu %silt 0.31 846 0101000020E6100000882D3D9AEAA90F40C3BB5CC477C84940 26 46 23 42534 57 2008-07-04 7 2008 44 44 51.564250000000001 3.95459 Slib percentage <4mu %silt 0 898 0101000020E610000089B5F81400A30F404E62105839C84940 26 46 23 42534 48 2009-07-14 7 2009 101 101 51.562190000000001 3.9535499999999999 slib percentage <50 mu %silt 0 1085 0101000020E610000070CE88D2DEA00F40B21188D7F5C74940 26 46 23 42535 43 2009-07-14 7 2009 103 103 51.56176 3.9518800000000001 slib percentage <50 mu %silt 0 1102 0101000020E61000005ABBED42739D0F40B9196EC0E7C74940 26 46 23 42535 33 2009-07-14 7 2009 1003 1003 51.563450000000003 3.9551599999999998 slib percentage <50 mu %silt 0 1153 0101000020E6100000319413ED2AA40F4032772D211FC84940 26 46 23 42535 53 2009-07-14 7 2009 1008 1008 51.560760000000002 3.9529000000000001 slib percentage <50 mu %silt 0 1238 0101000020E610000001DE02098A9F0F40D673D2FBC6C74940 26 46 23 42535 39 2009-07-14 7 2009 1004 1004 51.56203 3.95085 slib percentage <50 mu %silt 0 1170 0101000020E61000007A36AB3E579B0F4079AF5A99F0C74940 26 46 23 42535 31 2009-07-14 7 2009 1005 1005 51.561300000000003 3.9513600000000002 slib percentage <50 mu %silt 0 1187 0101000020E6100000CEC7B5A1629C0F40569FABADD8C74940 26 46 23 42535 32 2009-07-14 7 2009 1001 1001 51.562379999999997 3.9499300000000002 slib percentage <63 mu %silt 0 1120 0101000020E61000000CEA5BE674990F4055F65D11FCC74940 26 46 23 42536 29 2009-07-14 7 2009 1006 1006 51.562049999999999 3.9529800000000002 slib percentage <63 mu %silt 0 1205 0101000020E6100000C8EF6DFAB39F0F40C05B2041F1C74940 26 46 23 42536 41 2009-07-14 7 2009 1007 1007 51.562069999999999 3.9551500000000002 slib percentage <63 mu %silt 0 1222 0101000020E6100000F931E6AE25A40F400708E6E8F1C74940 26 46 23 42536 12 2008-07-04 7 2008 4 4 51.559097999999999 3.9551409999999998 slib percentage <63 mu %silt 0 15 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42536 51 2008-10-15 10 2008 4 4 51.559097999999999 3.9551409999999998 slib percentage <63 mu %silt 4.2999999999999998 32 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42536 51 2009-04-01 4 2009 4 4 51.559097999999999 3.9551409999999998 slib percentage <63 mu %silt 3.3566666669999998 49 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42536 51 2009-07-14 7 2009 4 4 51.559097999999999 3.9551409999999998 slib percentage <63 mu %silt 4.3200000000000003 66 0101000020E6100000C58CF0F620A40F4027A1F48590C74940 26 46 23 42536 51 2008-07-04 7 2008 9 9 51.561613000000001 3.9538229999999999 slib percentage <63 mu %silt 0 83 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42536 45 2008-10-15 10 2008 9 9 51.561613000000001 3.9538229999999999 slib percentage <63 mu %silt 0 100 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42536 45 2009-04-01 4 2009 9 9 51.561613000000001 3.9538229999999999 slib percentage <63 mu %silt 0 117 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42536 45 2009-07-14 7 2009 9 9 51.561613000000001 3.9538229999999999 slib percentage <63 mu %silt 0 134 0101000020E61000008061F9F36DA10F4015014EEFE2C74940 26 46 23 42536 45 2008-07-04 7 2008 10 10 51.559807999999997 3.950488 slib percentage <63 mu %silt 3.98 151 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42536 30 2009-04-01 4 2009 10 10 51.559807999999997 3.950488 slib percentage <63 mu %silt 10.04666667 186 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42536 30 2009-07-14 7 2009 10 10 51.559807999999997 3.950488 slib percentage <63 mu %silt 3.71 203 0101000020E610000070ECD973999A0F400305DEC9A7C74940 26 46 23 42536 30 2008-07-04 7 2008 12 12 51.561526999999998 3.952013 slib percentage <63 mu %silt 0 220 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42536 34 2008-10-15 10 2008 12 12 51.561526999999998 3.952013 slib percentage <63 mu %silt 0 237 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42536 34 2009-04-01 4 2009 12 12 51.561526999999998 3.952013 slib percentage <63 mu %silt 0 253 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42536 34 2009-07-14 7 2009 12 12 51.561526999999998 3.952013 slib percentage <63 mu %silt 0 270 0101000020E61000004EEFE2FDB89D0F401669E21DE0C74940 26 46 23 42536 34 2008-07-04 7 2008 14 14 51.562306999999997 3.9549889999999999 slib percentage <63 mu %silt 0 287 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42536 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 slib percentage <63 mu %silt 0 304 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42536 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 slib percentage <63 mu %silt 0 321 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42536 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 slib percentage <63 mu %silt 0 338 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 26 46 23 42536 50 2008-10-15 10 2008 14 14 51.562306999999997 3.9549889999999999 Standaard deviatie phi 0.71899999999999997 298 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42539 50 2009-04-01 4 2009 14 14 51.562306999999997 3.9549889999999999 Standaard deviatie phi 0.72266666700000004 315 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42539 50 2009-07-14 7 2009 14 14 51.562306999999997 3.9549889999999999 Standaard deviatie phi 0.696333333 332 0101000020E61000006551D845D1A30F40EBA7FFACF9C74940 31 46 28 42539 50 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 Standaard deviatie phi 0.70799999999999996 349 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42539 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 Standaard deviatie phi 0.64300000000000002 366 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42539 42 2009-04-01 4 2009 15 15 51.561213000000002 3.9535459999999998 Standaard deviatie phi 0.63766666699999996 383 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42539 42 2009-07-14 7 2009 15 15 51.561213000000002 3.9535459999999998 Standaard deviatie phi 0.63633333299999995 400 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 31 46 28 42539 42 2008-07-04 7 2008 15 15 51.561213000000002 3.9535459999999998 slib percentage <63 mu %silt 0 355 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42536 42 2008-10-15 10 2008 15 15 51.561213000000002 3.9535459999999998 slib percentage <63 mu %silt 0 372 0101000020E610000059DAA9B9DCA00F40878BDCD3D5C74940 26 46 23 42536 42 2009-04-01 4 2009 49 49 51.563682999999997 3.956153 Slib percentage <8mu %silt 0 1002 0101000020E61000003FC7478B33A60F40D427B9C326C84940 26 46 23 42537 55 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 SD50PHIm phi 2.3866666670000001 1263 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 31 46 28 42529 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Standaard deviatie phi 0.73899999999999999 1250 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 31 46 28 42539 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Standaard deviatie phi 0.76300000000000001 1267 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 31 46 28 42539 44 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 SpSA cm2/cc 0.097000000000000003 1266 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 34 46 24 42545 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Svfines% %sand 12.096666669999999 1258 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 25 46 22 42540 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 SD50MUm mu 191.25666670000001 1262 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 30 46 28 42528 44 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 SD(0.1) d(0.1) 117.3466667 1260 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 28 46 25 42524 44 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Sfines% %sand 63.02333333 1264 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 25 46 22 42527 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Slib percentage <4mu %silt 0.26666666700000002 1254 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42534 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 Slib percentage <4mu %silt 0 1271 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42534 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 slib percentage <50 mu %silt 0.83333333300000001 1255 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42535 37 2009-07-14 7 2009 1010 1010 51.560229999999997 3.9536199999999999 slib percentage <50 mu %silt 1.9066666670000001 1272 0101000020E6100000FE7DC68503A10F40791EDC9DB5C74940 26 46 23 42535 44 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 slib percentage <63 mu %silt 0.83333333300000001 1256 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42536 37 2009-07-14 7 2009 1009 1009 51.560070000000003 3.9524499999999998 Slib percentage <8mu %silt 0.806666667 1257 0101000020E6100000029A081B9E9E0F4041BCAE5FB0C74940 26 46 23 42537 37 \. -- -- TOC entry 2760 (class 0 OID 0) -- Dependencies: 178 -- Name: t2sediment_locid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('t2sediment_locid_seq', 1275, true); -- -- TOC entry 2732 (class 0 OID 121204) -- Dependencies: 192 -- Data for Name: test_loc; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY test_loc (stationid, x, y, geom) FROM stdin; 94 55774.247000000003 398063.91700000002 0101000020E6100000DB3E2E7A32A60F402AFB072608C84940 95 55956.311000000002 398064.05699999997 0101000020E6100000B9AEB8B392AB0F4054B0F43D09C84940 96 56067.296999999999 398063.99900000001 0101000020E6100000F7AA5DABD9AE0F40069F8CDD09C84940 93 55849.504999999997 398296.04999999999 0101000020E610000036122BEA48A80F40D06245F04CC84940 92 55808.449999999997 398247.87800000003 0101000020E61000004BB252B619A70F4038FD29843EC84940 90 55706.927000000003 398143.01899999997 0101000020E6100000EED6A7D729A40F405D883A0D1FC84940 100 55731.879000000001 397682.31300000002 0101000020E61000002B7F48E62AA50F406059E98897C74940 98 55682.050999999999 397798.85100000002 0101000020E610000053ABECF3A0A30F40119F0890B9C74940 97 55643.517999999996 397889.15600000002 0101000020E6100000385D204470A20F40ADF658EED3C74940 91 55758.913 398196.00599999999 0101000020E610000034A468F2AAA50F4026E18DF42EC84940 99 55711.749000000003 397731.30699999997 0101000020E61000005FB08A778BA40F40033464D8A5C74940 101 55592.131000000001 398009.10800000001 0101000020E6100000416AAEFED9A00F40212F70F4F6C74940 102 55541.514000000003 398124.446 0101000020E6100000C26D34364A9F0F40F2ACCF9F18C84940 103 55479.214 397956.79200000002 0101000020E61000000CCD753E8C9D0F40B2DA19E5E6C74940 99 \N \N 0101000020E6100000EA522671FDA60F40749FCAC4DEC74940 101 \N \N 0101000020E6100000CBDF9303B3B10F40C3B47B03BFC74940 102 \N \N 0101000020E61000002BAE0BC6D4B20F40A05F56FCE5C74940 103 \N \N 0101000020E6100000E3E394C78BB60F40AB6A84A39AC74940 400 \N \N 0101000020E610000001324DFF8ABF0F40512445A36BC84940 500 \N \N 0101000020E6100000FEC3B980A3AF0F406A2E72168AC64940 600 \N \N 0101000020E6100000D6FD464EC3E30F4034F0722CE4C64940 \. -- -- TOC entry 2735 (class 0 OID 147219) -- Dependencies: 195 -- Data for Name: vogel_telvakken_2007; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY vogel_telvakken_2007 (gid, "Id", "Vak", the_geom, "RealID", locationdescription, orig_srid) FROM stdin; 5 2007 1 010300000001000000050000007ACD06F40D04EB40EB74202BC34B18417ACD06F40D04EB40EB74202B1B4E18417ACD06F4CD16EB40EB74202B1B4E18417ACD06F4CD16EB40EB74202BC34B18417ACD06F40D04EB40EB74202BC34B1841 A Vogeltelvak A Galgeplaat 2007 28992 8 2007 2 010300000001000000050000000046B6F3CD16EB40400C022B1B4E18410046B6F38D29EB40400C022B1B4E18410046B6F38D29EB40800C022BC34B18410046B6F3CD16EB40800C022BC34B18410046B6F3CD16EB40400C022B1B4E1841 B Vogeltelvak B Galgeplaat 2007 28992 6 2007 3 010300000001000000050000007ACD06F48D29EB40EB74202BC34B18417ACD06F48D29EB40EB74202B1B4E18417ACD06F44D3CEB40EA74202B1B4E18417ACD06F44D3CEB40EB74202BC34B18417ACD06F48D29EB40EB74202BC34B1841 C Vogeltelvak C Galgeplaat 2007 28992 7 2007 4 010300000001000000050000007ACD06F44D3CEB40EB74202BC34B18417ACD06F44D3CEB40EA74202B1B4E18417ACD06F40D4FEB40EB74202B1B4E18417ACD06F40D4FEB40EB74202BC34B18417ACD06F44D3CEB40EB74202BC34B1841 D Vogeltelvak D Galgeplaat 2007 28992 3 2007 5 010300000001000000050000007ACD06F40D04EB40EB74202B6B4918417ACD06F40D04EB40EB74202BC34B18417ACD06F4CD16EB40EB74202BC34B18417ACD06F4CD16EB40EB74202B6B4918417ACD06F40D04EB40EB74202B6B491841 E Vogeltelvak E Galgeplaat 2007 28992 1 2007 6 010300000001000000050000007ACD06F4CD16EB40EB74202B6B4918417ACD06F4CD16EB40EB74202BC34B18417ACD06F48D29EB40EB74202BC34B18417ACD06F48D29EB40EB74202B6B4918417ACD06F4CD16EB40EB74202B6B491841 F Vogeltelvak F Galgeplaat 2007 28992 4 2007 7 010300000001000000050000007ACD06F48D29EB40EB74202B6B4918417ACD06F48D29EB40EB74202BC34B18417ACD06F44D3CEB40EA74202BC34B18417ACD06F44D3CEB40EB74202B6B4918417ACD06F48D29EB40EB74202B6B491841 G Vogeltelvak G Galgeplaat 2007 28992 2 2007 8 010300000001000000050000007ACD06F44D3CEB40EB74202B6B4918417ACD06F44D3CEB40EA74202BC34B18417ACD06F40D4FEB40EB74202BC34B18417ACD06F40D4FEB40EB74202B6B4918417ACD06F44D3CEB40EB74202B6B491841 H Vogeltelvak H Galgeplaat 2007 28992 \. -- -- TOC entry 2761 (class 0 OID 0) -- Dependencies: 194 -- Name: vogel_telvakken_2007_gid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('vogel_telvakken_2007_gid_seq', 8, true); -- -- TOC entry 2737 (class 0 OID 147234) -- Dependencies: 197 -- Data for Name: vogel_telvakken_2009; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY vogel_telvakken_2009 (gid, "Id", "Vak", the_geom, locationdescription, orig_srid) FROM stdin; 5 2009 A 01030000000100000005000000D12B9B023413EB402D1034E72E4F1841D12B9B023413EB402D1034E7BE501841D12B9B02B41FEB402D1034E7BE501841D12B9B02B41FEB402D1034E72E4F1841D12B9B023413EB402D1034E72E4F1841 Vogeltelvak A Galgeplaat 2009 28992 8 2009 G 01030000000100000005000000D12B9B023413EB402D1034E7EE481841D12B9B023413EB402D1034E77E4A1841D12B9B02B41FEB402D1034E77E4A1841D12B9B02B41FEB402D1034E7EE481841D12B9B023413EB402D1034E7EE481841 Vogeltelvak B Galgeplaat 2009 28992 6 2009 B 01030000000100000005000000D12B9B02B41FEB402D1034E7BE501841D12B9B02342CEB402D1034E7BE501841D12B9B02342CEB402D1034E72E4F1841D12B9B02B41FEB402D1034E72E4F1841D12B9B02B41FEB402D1034E7BE501841 Vogeltelvak C Galgeplaat 2009 28992 7 2009 H 01030000000100000005000000D12B9B02B41FEB402D1034E77E4A1841D12B9B02342CEB402D1034E77E4A1841D12B9B02342CEB402D1034E7EE481841D12B9B02B41FEB402D1034E7EE481841D12B9B02B41FEB402D1034E77E4A1841 Vogeltelvak D Galgeplaat 2009 28992 3 2009 F 01030000000100000005000000D12B9B02342CEB402D1034E79E4D1841D12B9B02B438EB402D1034E79E4D1841D12B9B02B438EB402D1034E70E4C1841D12B9B02342CEB402D1034E70E4C1841D12B9B02342CEB402D1034E79E4D1841 Vogeltelvak E Galgeplaat 2009 28992 1 2009 D 01030000000100000005000000D12B9B023413EB402D1034E70E4C1841D12B9B023413EB402D1034E79E4D1841D12B9B02B41FEB402D1034E79E4D1841D12B9B02B41FEB402D1034E70E4C1841D12B9B023413EB402D1034E70E4C1841 Vogeltelvak F Galgeplaat 2009 28992 4 2009 C 01030000000100000005000000D12B9B02342CEB402D1034E7BE501841D12B9B02B438EB402D1034E7BE501841D12B9B02B438EB402D1034E72E4F1841D12B9B02342CEB402D1034E72E4F1841D12B9B02342CEB402D1034E7BE501841 Vogeltelvak G Galgeplaat 2009 28992 2 2009 E 01030000000100000005000000D12B9B02B41FEB402D1034E79E4D1841D12B9B02342CEB402D1034E79E4D1841D12B9B02342CEB402D1034E70E4C1841D12B9B02B41FEB402D1034E70E4C1841D12B9B02B41FEB402D1034E79E4D1841 Vogeltelvak H Galgeplaat 2009 28992 9 2009 I 01030000000100000005000000D12B9B02342CEB402D1034E77E4A1841D12B9B02B438EB402D1034E77E4A1841D12B9B02B438EB402D1034E7EE481841D12B9B02342CEB402D1034E7EE481841D12B9B02342CEB402D1034E77E4A1841 Vogeltelvak I Galgeplaat 2009 28992 \. -- -- TOC entry 2762 (class 0 OID 0) -- Dependencies: 196 -- Name: vogel_telvakken_2009_gid_seq; Type: SEQUENCE SET; Schema: pruts; Owner: dlt_boerboom -- SELECT pg_catalog.setval('vogel_telvakken_2009_gid_seq', 9, true); -- -- TOC entry 2738 (class 0 OID 153981) -- Dependencies: 198 -- Data for Name: vogels; Type: TABLE DATA; Schema: pruts; Owner: dlt_boerboom -- COPY vogels (area, date, desiccation, species, disturbance, foraging, number, datetime, idlocation, idmethod, idunit, idparameter, idobservationtype, remark, des_idmethod, des_idunit, des_idparameter, des_idobservationtype, des_value) FROM stdin; Gebied: K 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: H 2011-10-1 10:30:0 90.0 Scholekster \N f 58 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 11:0:0 100.0 Wulp \N f 7 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Wulp \N nf 70 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: i 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Sminet \N nf 6 2011-10-18 15:15:00 \N 49 18 6416 36 \N 50 38 54 37 5 Gebied: H 2012-10-7 17:15:0 90.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied GG 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 13:15:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 413 49 18 6147 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 413 49 18 6147 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 413 49 18 6147 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 414 49 18 6147 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2009-10-8 15:15:0 10.0 Scholekster \N nf 0 2009-10-08 15:15:00 421 49 18 25768 36 \N 50 38 54 37 10 Gebied GB 2007-10-18 13:15:0 75.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 414 49 18 6147 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 414 49 18 6147 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 414 49 18 6147 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 414 49 18 6147 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 6147 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 414 49 18 6147 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 414 49 18 6147 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 414 49 18 6147 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 414 49 18 6147 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 414 49 18 6147 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 414 49 18 6147 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 417 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 6147 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 414 49 18 6147 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 414 49 18 6147 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 414 49 18 6147 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 6147 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 414 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 415 49 18 6147 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 415 49 18 6147 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 415 49 18 6147 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 6147 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 415 49 18 6147 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 415 49 18 6147 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 415 49 18 6147 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 415 49 18 6147 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 415 49 18 6147 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 6147 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 415 49 18 6147 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 415 49 18 6147 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Scholekster \N f 4 2009-10-08 11:00:00 421 49 18 25768 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 421 49 18 6147 36 \N 50 38 54 37 5 Gebied: C 2009-10-8 11:0:0 1.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 423 49 18 6147 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 415 49 18 6147 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 415 49 18 6147 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 415 49 18 6147 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 415 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2010-10-9 12:0:0 100.0 Wulp \N f 2 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wulp \N nf 39 2009-10-09 17:00:00 428 49 18 6146 36 \N 50 38 54 37 80 Gebied GC 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wulp \N nf 0 2007-10-19 13:00:00 419 49 18 6146 36 \N 50 38 54 37 0 Gebied GC 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 415 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:15:00 416 49 18 6147 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 416 49 18 6147 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 416 49 18 6147 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-19 17:45:0 50.0 Regenwulp \N nf 0 2007-10-19 17:45:00 420 49 18 15809 36 \N 50 38 54 37 50 Gebied: D 2009-10-9 17:0:0 30.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 424 49 18 12895 36 \N 50 38 54 37 30 Gebied: F 2009-10-9 10:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:00:00 426 49 18 12895 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2009-10-8 15:0:0 20.0 Wulp \N f 2 2009-10-08 15:00:00 421 49 18 6146 35 \N 50 38 54 37 20 Gebied GD 2007-10-18 14:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:15:00 416 49 18 6147 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 416 49 18 6147 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 416 49 18 6147 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 416 49 18 6147 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 416 49 18 6147 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 416 49 18 6147 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 6147 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zilver Plevier \N nf 0 2007-10-19 17:45:00 416 49 18 6147 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 416 49 18 6147 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 416 49 18 6147 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 6147 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zilver Plevier \N nf 0 2007-10-19 17:45:00 416 49 18 6147 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 416 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 417 49 18 6147 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 6147 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 417 49 18 6147 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 6147 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 417 49 18 6147 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 417 49 18 6147 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 417 49 18 6147 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 418 49 18 6147 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 418 49 18 6147 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 16:15:0 5.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 418 49 18 6147 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 6147 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 6147 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 6147 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 419 49 18 6147 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 419 49 18 6147 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 419 49 18 6147 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 6147 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 419 49 18 6147 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 419 49 18 6147 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 419 49 18 6147 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 6147 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 419 49 18 6147 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 419 49 18 6147 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 6147 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 419 49 18 6147 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 419 49 18 6147 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 6147 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 419 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:15:00 420 49 18 6147 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 420 49 18 6147 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 420 49 18 6147 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 420 49 18 6147 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 6147 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zilver Plevier \N nf 0 2007-10-18 16:30:00 420 49 18 6147 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:15:00 420 49 18 6147 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 420 49 18 6147 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 420 49 18 6147 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zilver Plevier \N nf 0 2007-10-18 16:15:00 420 49 18 6147 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 6147 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zilver Plevier \N nf 0 2007-10-18 16:30:00 420 49 18 6147 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 420 49 18 6147 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 420 49 18 6147 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 6147 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zilver Plevier \N nf 0 2007-10-19 17:45:00 420 49 18 6147 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 420 49 18 6147 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 420 49 18 6147 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 420 49 18 6147 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 6147 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zilver Plevier \N nf 0 2007-10-19 17:45:00 420 49 18 6147 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 420 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 413 49 18 6147 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 6147 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 413 49 18 6147 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Wulp \N f 13 2009-10-08 10:45:00 421 49 18 6146 35 \N 50 38 54 37 10 Gebied GA 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zilver Plevier \N nf 0 2007-10-18 15:45:00 413 49 18 6147 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 413 49 18 6147 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 413 49 18 6147 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 6147 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 413 49 18 6147 36 \N 50 38 54 37 70 Gebied GE 2007-10-19 13:15:0 75.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 417 49 18 6147 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 417 49 18 6147 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 417 49 18 6147 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 417 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 413 49 18 17124 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 413 49 18 17124 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 413 49 18 17124 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 17124 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 413 49 18 17124 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 413 49 18 17124 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 413 49 18 17124 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 413 49 18 17124 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 413 49 18 17124 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 413 49 18 17124 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 413 49 18 17124 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 413 49 18 17124 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 414 49 18 17124 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 17124 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 414 49 18 17124 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 414 49 18 17124 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 414 49 18 17124 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 414 49 18 17124 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 17124 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 414 49 18 17124 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 414 49 18 17124 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 414 49 18 17124 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 414 49 18 17124 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 414 49 18 17124 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 414 49 18 17124 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 17124 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 414 49 18 17124 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 414 49 18 17124 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 414 49 18 17124 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 17124 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 415 49 18 17124 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 415 49 18 17124 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 415 49 18 17124 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 17124 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 415 49 18 17124 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 415 49 18 17124 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 415 49 18 17124 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 415 49 18 17124 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 415 49 18 17124 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 17124 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 415 49 18 17124 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 415 49 18 17124 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 415 49 18 17124 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 415 49 18 17124 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 415 49 18 17124 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 415 49 18 17124 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 415 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:15:00 416 49 18 17124 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 416 49 18 17124 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 416 49 18 17124 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:15:00 416 49 18 17124 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 416 49 18 17124 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 416 49 18 17124 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 416 49 18 17124 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 416 49 18 17124 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 416 49 18 17124 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 17124 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Drieteen Str. L. \N nf 0 2007-10-19 17:45:00 416 49 18 17124 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 416 49 18 17124 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 416 49 18 17124 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 17124 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Drieteen Str. L. \N nf 0 2007-10-19 17:45:00 416 49 18 17124 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 416 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 417 49 18 17124 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 17124 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 417 49 18 17124 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 17124 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 417 49 18 17124 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 417 49 18 17124 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 417 49 18 17124 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 417 49 18 17124 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 13:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 417 49 18 17124 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 417 49 18 17124 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 418 49 18 17124 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 418 49 18 17124 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 418 49 18 17124 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 418 49 18 17124 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 17124 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 17124 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 418 49 18 17124 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 418 49 18 17124 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 17124 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Scholekster \N f 1 2009-10-09 12:00:00 421 49 18 25768 35 \N 50 38 54 37 80 Gebied GA 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 418 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 419 49 18 17124 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 419 49 18 17124 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 419 49 18 17124 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 17124 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 419 49 18 17124 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 419 49 18 17124 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 419 49 18 17124 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 17124 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 419 49 18 17124 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 419 49 18 17124 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 17124 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Wulp \N f 1 2009-10-09 16:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 413 49 18 17124 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 17124 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 413 49 18 17124 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 413 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 419 49 18 17124 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 419 49 18 17124 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 17124 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 419 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:15:00 420 49 18 17124 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 420 49 18 17124 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 420 49 18 17124 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 420 49 18 17124 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 17124 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Drieteen Str. L. \N nf 0 2007-10-18 16:30:00 420 49 18 17124 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 413 49 18 17124 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 413 49 18 17124 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 413 49 18 17124 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:15:00 420 49 18 17124 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 12:30:00 420 49 18 17124 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Drieteen Str. L. \N nf 0 2007-10-18 12:45:00 420 49 18 17124 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Drieteen Str. L. \N nf 0 2007-10-18 16:15:00 420 49 18 17124 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 17124 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Drieteen Str. L. \N nf 0 2007-10-18 16:30:00 420 49 18 17124 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:15:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:30:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 13:45:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:00:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:15:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N nf 0 2007-10-18 14:45:00 420 49 18 17124 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 15:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 420 49 18 17124 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 420 49 18 17124 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 17124 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 17:45:00 420 49 18 17124 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 16:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Drieteen Str. L. \N nf 0 2007-10-19 12:45:00 420 49 18 17124 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:15:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 13:00:00 420 49 18 17124 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:45:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 13:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 17124 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Drieteen Str. L. \N nf 0 2007-10-19 17:45:00 420 49 18 17124 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 14:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:00:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:15:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:30:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N nf 0 2007-10-19 15:45:00 420 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 413 49 18 32972 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 413 49 18 32972 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 413 49 18 32972 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 32972 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 413 49 18 32972 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 413 49 18 32972 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 413 49 18 32972 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Scholekster \N nf 0 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied GA 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 413 49 18 32972 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 413 49 18 32972 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 413 49 18 32972 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 413 49 18 32972 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 413 49 18 32972 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 414 49 18 32972 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 32972 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 414 49 18 32972 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 414 49 18 32972 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 414 49 18 32972 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 414 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 414 49 18 32972 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 32972 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 414 49 18 32972 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 414 49 18 32972 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 414 49 18 32972 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 414 49 18 32972 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 414 49 18 32972 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 414 49 18 32972 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 32972 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 414 49 18 32972 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 414 49 18 32972 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 414 49 18 32972 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 32972 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 414 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 415 49 18 32972 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 415 49 18 32972 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 415 49 18 32972 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 32972 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 415 49 18 32972 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 415 49 18 32972 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:30:0 100.0 Sminet \N f 0 2011-10-18 13:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 415 49 18 32972 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 415 49 18 32972 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 415 49 18 32972 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 32972 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 415 49 18 32972 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 415 49 18 32972 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 415 49 18 32972 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 415 49 18 32972 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 415 49 18 32972 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 415 49 18 32972 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 415 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:15:00 416 49 18 32972 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 416 49 18 32972 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 416 49 18 32972 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:15:00 416 49 18 32972 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 416 49 18 32972 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 416 49 18 32972 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 416 49 18 32972 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 416 49 18 32972 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 416 49 18 32972 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 2 2007-10-19 13:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 13:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 32972 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:45:00 416 49 18 32972 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Sminet \N f 0 2011-10-18 13:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 416 49 18 32972 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 416 49 18 32972 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 2 2007-10-19 13:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 13:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 32972 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:45:00 416 49 18 32972 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 417 49 18 32972 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 32972 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 417 49 18 32972 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 32972 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 417 49 18 32972 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 417 49 18 32972 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Sminet \N f 0 2011-10-18 14:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 417 49 18 32972 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 417 49 18 32972 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 417 49 18 32972 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 418 49 18 32972 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 418 49 18 32972 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 32972 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 418 49 18 32972 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 418 49 18 32972 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 32972 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 32972 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 418 49 18 32972 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 418 49 18 32972 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 32972 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 418 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 419 49 18 32972 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 419 49 18 32972 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 419 49 18 32972 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 32972 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Sminet \N f 0 2011-10-18 14:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 419 49 18 32972 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 419 49 18 32972 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 419 49 18 32972 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 32972 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 419 49 18 32972 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 419 49 18 32972 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 32972 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 419 49 18 32972 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 419 49 18 32972 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 32972 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Sminet \N f 0 2011-10-18 14:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:45:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 419 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:15:00 420 49 18 32972 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 420 49 18 32972 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 420 49 18 32972 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 420 49 18 32972 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 32972 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:30:00 420 49 18 32972 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2009-10-9 14:0:0 100.0 Wulp \N f 2 2009-10-09 14:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:15:00 420 49 18 32972 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:30:00 420 49 18 32972 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 420 49 18 32972 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:15:00 420 49 18 32972 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 32972 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:30:00 420 49 18 32972 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 420 49 18 32972 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 15:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 420 49 18 32972 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 420 49 18 32972 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 2 2007-10-19 13:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 14:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 32972 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kleine Z. Reiger \N nf 1 2007-10-19 17:45:00 420 49 18 32972 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 15:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kleine Z. Reiger \N nf 0 2007-10-19 12:45:00 420 49 18 32972 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:15:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 420 49 18 32972 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:30:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:45:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N nf 2 2007-10-19 13:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 420 49 18 32972 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 14:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 416 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 32972 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kleine Z. Reiger \N nf 1 2007-10-19 17:45:00 420 49 18 32972 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 14:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:15:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 15:30:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N nf 1 2007-10-19 15:45:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:15:0 70.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 421 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 421 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 421 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 421 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 421 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 421 49 18 15810 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 421 49 18 15810 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 421 49 18 15810 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 421 49 18 15810 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 421 49 18 15810 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 421 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 421 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 421 49 18 15810 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 421 49 18 15810 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 421 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 421 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 421 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:15:0 97.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 421 49 18 15810 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 421 49 18 15810 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 421 49 18 15810 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Sminet \N f 0 2011-10-18 14:45:00 \N 49 18 6416 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 421 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 421 49 18 15810 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 421 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 421 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 421 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 421 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 421 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 421 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 421 49 18 15810 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 421 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 421 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 421 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 421 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 421 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bonte strandloper \N nf 0 2009-10-08 10:30:00 422 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 422 49 18 15810 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 422 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 422 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 422 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bonte strandloper \N nf 0 2009-10-08 10:30:00 422 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 422 49 18 15810 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 422 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 422 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 422 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bonte strandloper \N nf 0 2009-10-09 11:15:00 422 49 18 15810 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 422 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 422 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 422 49 18 15810 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Sminet \N f 0 2011-10-18 15:00:00 \N 49 18 6416 35 \N 50 38 54 37 50 Gebied: B 2009-10-9 16:45:0 0.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bonte strandloper \N nf 0 2009-10-09 11:15:00 422 49 18 15810 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 422 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 422 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 422 49 18 15810 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 422 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 422 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bonte strandloper \N nf 0 2009-10-08 10:45:00 423 49 18 15810 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 423 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 423 49 18 15810 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 423 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bonte strandloper \N nf 0 2009-10-08 10:45:00 423 49 18 15810 36 \N 50 38 54 37 0.10000000000000001 Gebied: A 2010-10-9 9:30:0 15.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 15 Gebied: C 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 423 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 423 49 18 15810 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 423 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bonte strandloper \N nf 0 2009-10-09 11:00:00 423 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bonte strandloper \N nf 0 2009-10-09 11:15:00 423 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 423 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 423 49 18 15810 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bonte strandloper \N nf 0 2009-10-09 11:00:00 423 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bonte strandloper \N nf 0 2009-10-09 11:15:00 423 49 18 15810 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 423 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 423 49 18 15810 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 423 49 18 15810 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 423 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 424 49 18 15810 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 424 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 424 49 18 15810 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 424 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 424 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 424 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 424 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 424 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 424 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 425 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 425 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 15810 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 425 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 425 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:30:0 95.0 Drieteen Str. L. \N nf 0 2007-10-19 16:30:00 420 49 18 17124 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-19 16:00:00 420 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 12:45:00 413 49 18 32972 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 32972 36 \N 50 38 54 37 30 Gebied: E 2009-10-9 10:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:00:00 425 49 18 15810 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 425 49 18 15810 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 425 49 18 15810 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:00:00 425 49 18 15810 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 425 49 18 15810 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 16:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 413 49 18 32972 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 413 49 18 32972 35 \N 50 38 54 37 30 Gebied: E 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 425 49 18 15810 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Bonte strandloper \N nf 0 2009-10-08 09:30:00 426 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 426 49 18 15810 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 15810 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Bonte strandloper \N nf 0 2009-10-08 09:30:00 426 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bonte strandloper \N nf 0 2009-10-08 09:45:00 426 49 18 15810 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: F 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 15810 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:00:00 426 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 426 49 18 15810 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 426 49 18 15810 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:00:00 426 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 426 49 18 15810 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 426 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 15810 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 427 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 427 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 15810 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 15810 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 427 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 427 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 15810 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 427 49 18 15810 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 413 49 18 12895 36 \N 50 38 54 37 1 Gebied: G 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 427 49 18 15810 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 427 49 18 15810 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 427 49 18 15810 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 15810 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 428 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 428 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 15810 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 15810 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 428 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 9:45:0 40.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: H 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 428 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 15810 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 428 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 428 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 428 49 18 15810 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 428 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 428 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bonte strandloper \N nf 0 2009-10-09 17:15:00 428 49 18 15810 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 428 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 429 49 18 15810 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 429 49 18 15810 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 429 49 18 15810 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 429 49 18 15810 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 15810 36 \N 50 38 54 37 0 Gebied GA 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 15810 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bonte strandloper \N nf 0 2009-10-08 10:15:00 429 49 18 15810 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 15:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 429 49 18 15810 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 429 49 18 15810 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bonte strandloper \N nf 0 2009-10-08 15:45:00 429 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 15:15:0 10.0 Bonte strandloper \N nf 0 2009-10-08 15:15:00 421 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bonte strandloper \N nf 0 2009-10-08 11:45:00 421 49 18 15810 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 15810 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 429 49 18 15810 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 429 49 18 15810 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 429 49 18 15810 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 429 49 18 15810 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 429 49 18 15810 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 429 49 18 15810 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Bonte strandloper \N nf 0 2009-10-09 10:30:00 429 49 18 15810 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bonte strandloper \N nf 0 2009-10-09 14:15:00 429 49 18 15810 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 10:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Bonte strandloper \N nf 0 2009-10-08 15:30:00 421 49 18 15810 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bonte strandloper \N nf 0 2009-10-08 12:00:00 421 49 18 15810 36 \N 50 38 54 37 97 Gebied: i 2009-10-9 14:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 14:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 11:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 15:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 12:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:00:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bonte strandloper \N nf 0 2009-10-09 16:45:00 429 49 18 15810 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bonte strandloper \N nf 0 2009-10-09 17:00:00 429 49 18 15810 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:30:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-09 13:45:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 15810 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:15:00 429 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bonte strandloper \N nf 0 2009-10-09 10:15:00 429 49 18 15810 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bonte strandloper \N nf 0 2009-10-09 14:00:00 429 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bonte strandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bonte strandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bonte strandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bonte strandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bonte strandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bonte strandloper \N nf 0 2010-10-09 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bonte strandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bonte strandloper \N nf 0 2010-10-09 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: B 2009-10-9 11:15:0 0.1 Wulp \N f 26 2009-10-09 11:15:00 422 49 18 6146 35 \N 50 38 54 37 0.10000000000000001 Gebied: H 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bonte strandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bonte strandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bonte strandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bonte strandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: L 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bonte strandloper \N nf 0 2009-10-08 10:45:00 421 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bonte strandloper \N nf 0 2009-10-08 11:00:00 421 49 18 15810 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bonte strandloper \N nf 0 2009-10-08 14:45:00 421 49 18 15810 36 \N 50 38 54 37 65 Gebied: F 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bonte strandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 421 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 421 49 18 15810 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 421 49 18 15810 35 \N 50 38 54 37 65 Gebied: G 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bonte strandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bonte strandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bonte strandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bonte strandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bonte strandloper \N f 0 2009-10-09 11:15:00 423 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: H 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bonte strandloper smelleken nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bonte strandloper smelleken nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bonte strandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bonte strandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bonte strandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Wulp \N f 1 2009-10-09 11:15:00 423 49 18 6146 35 \N 50 38 54 37 0.5 Gebied: C 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 421 49 18 12895 36 \N 50 38 54 37 5 Gebied GA 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 413 49 18 12895 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 12895 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 413 49 18 12895 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 413 49 18 12895 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 413 49 18 12895 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 413 49 18 12895 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 12895 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 413 49 18 12895 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Scholekster \N f 7 2009-10-09 15:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 413 49 18 12895 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 413 49 18 12895 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 413 49 18 12895 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 413 49 18 12895 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 413 49 18 12895 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 413 49 18 12895 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 413 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 413 49 18 12895 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 414 49 18 12895 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 12895 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 414 49 18 12895 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 414 49 18 12895 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 414 49 18 12895 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2009-10-08 13:45:00 426 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 414 49 18 12895 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 12895 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 414 49 18 12895 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 414 49 18 12895 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 414 49 18 12895 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 414 49 18 12895 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 414 49 18 12895 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 414 49 18 12895 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 12895 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 413 49 18 6147 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 16:0:0 1.0 Drieteen Str. L. \N nf 0 2007-10-18 16:00:00 413 49 18 17124 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N nf 0 2007-10-18 14:30:00 417 49 18 17124 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Kleine Z. Reiger \N nf 0 2007-10-18 16:00:00 413 49 18 32972 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 417 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 414 49 18 12895 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 414 49 18 12895 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 414 49 18 12895 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 12895 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 414 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 415 49 18 12895 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 415 49 18 12895 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 415 49 18 12895 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 12895 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 415 49 18 12895 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 415 49 18 12895 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 415 49 18 12895 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 415 49 18 12895 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 415 49 18 12895 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 12895 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 415 49 18 12895 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 415 49 18 12895 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 415 49 18 12895 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 415 49 18 12895 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 415 49 18 12895 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 415 49 18 12895 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 416 49 18 12895 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 416 49 18 12895 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 12895 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rosse grutto \N nf 0 2007-10-19 17:45:00 416 49 18 12895 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 416 49 18 12895 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 416 49 18 12895 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:30:00 427 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 12895 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rosse grutto \N nf 0 2007-10-19 17:45:00 416 49 18 12895 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 417 49 18 12895 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 12895 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 417 49 18 12895 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 12895 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 417 49 18 12895 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 417 49 18 12895 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 417 49 18 12895 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 417 49 18 12895 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 417 49 18 12895 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 417 49 18 12895 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 417 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 418 49 18 12895 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 418 49 18 12895 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 12895 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 418 49 18 12895 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 418 49 18 12895 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 12895 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 12895 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 418 49 18 12895 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 418 49 18 12895 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 12895 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 418 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 419 49 18 12895 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 419 49 18 12895 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 419 49 18 12895 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 12895 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 419 49 18 12895 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 419 49 18 12895 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 419 49 18 12895 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 12895 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 419 49 18 12895 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 419 49 18 12895 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 12895 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 419 49 18 12895 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 419 49 18 12895 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 12895 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:15:00 420 49 18 12895 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 420 49 18 12895 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 420 49 18 12895 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 420 49 18 12895 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 12895 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rosse grutto \N nf 0 2007-10-18 16:30:00 420 49 18 12895 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:15:00 420 49 18 12895 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 420 49 18 12895 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 420 49 18 12895 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 420 49 18 12895 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 12895 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rosse grutto \N nf 0 2007-10-18 16:30:00 420 49 18 12895 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 420 49 18 12895 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 420 49 18 12895 36 \N 50 38 54 37 40 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 420 49 18 6147 36 \N 50 38 54 37 90 Gebied GH 2007-10-19 16:15:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 420 49 18 12895 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 12895 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rosse grutto \N nf 0 2007-10-19 17:45:00 420 49 18 12895 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rosse grutto \N nf 0 2007-10-19 12:45:00 420 49 18 12895 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:15:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rosse grutto \N nf 0 2007-10-19 13:00:00 420 49 18 12895 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:30:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rosse grutto \N nf 0 2007-10-19 16:45:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rosse grutto \N nf 0 2007-10-19 17:00:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 13:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rosse grutto \N nf 0 2007-10-19 17:15:00 420 49 18 12895 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 12895 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rosse grutto \N nf 0 2007-10-19 17:45:00 420 49 18 12895 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bonte strandloper \N nf 0 2011-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bonte strandloper \N nf 0 2011-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bonte strandloper \N nf 0 2011-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bonte strandloper \N nf 0 2011-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bonte strandloper \N nf 0 2011-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bonte strandloper \N nf 0 2011-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bonte strandloper \N nf 0 2011-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bonte strandloper \N nf 0 2011-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bonte strandloper \N nf 0 2011-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: D 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bonte strandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bonte strandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 16:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bonte strandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bonte strandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bonte strandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bonte strandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bonte strandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bonte strandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bonte strandloper \N nf 0 2011-10-08 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bonte strandloper \N nf 0 2011-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bonte strandloper \N nf 0 2011-10-08 18:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bonte strandloper \N nf 0 2011-10-08 18:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bonte strandloper \N nf 0 2011-10-08 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bonte strandloper \N nf 0 2011-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bonte strandloper \N nf 0 2011-10-08 18:30:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bonte strandloper \N nf 0 2011-10-08 18:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Bonte strandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bonte strandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bonte strandloper \N nf 0 2012-10-08 18:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Bonte strandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bonte strandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bonte strandloper \N nf 0 2012-10-08 18:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bonte strandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bonte strandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bonte strandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bonte strandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bonte strandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bonte strandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bonte strandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bonte strandloper \N nf 0 2009-10-08 10:30:00 421 49 18 15810 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bonte strandloper \N nf 0 2009-10-08 14:15:00 421 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bonte strandloper \N nf 0 2009-10-09 16:15:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bonte strandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bonte strandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bonte strandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bonte strandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bonte strandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bonte strandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bonte strandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bonte strandloper \N nf 0 2011-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bonte strandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bonte strandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bonte strandloper \N nf 0 2011-10-18 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bonte strandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bonte strandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bonte strandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bonte strandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bonte strandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bonte strandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bonte strandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bonte strandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 15810 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bonte strandloper \N nf 0 2009-10-08 12:30:00 425 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Bonte strandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: D 2010-10-10 15:0:0 100.0 Bonte strandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bonte strandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bonte strandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wilde eend \N nf 0 2009-10-08 15:45:00 424 49 18 4323 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 4323 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wilde eend \N nf 0 2009-10-08 09:45:00 424 49 18 4323 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wilde eend \N nf 0 2009-10-08 15:45:00 424 49 18 4323 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 4323 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wilde eend \N nf 0 2009-10-09 10:15:00 424 49 18 4323 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wilde eend \N nf 0 2009-10-09 17:00:00 424 49 18 4323 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wilde eend \N nf 0 2009-10-09 10:15:00 424 49 18 4323 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wilde eend \N nf 0 2009-10-09 17:00:00 424 49 18 4323 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wilde eend \N nf 0 2009-10-08 09:45:00 425 49 18 4323 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 4323 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wilde eend \N nf 0 2009-10-08 15:45:00 425 49 18 4323 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 4323 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wilde eend \N nf 0 2009-10-08 09:45:00 425 49 18 4323 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 4323 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wilde eend \N nf 0 2009-10-08 15:45:00 425 49 18 4323 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wilde eend \N nf 0 2009-10-09 10:00:00 425 49 18 4323 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wilde eend \N nf 0 2009-10-09 10:15:00 425 49 18 4323 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wilde eend \N nf 0 2009-10-09 17:15:00 425 49 18 4323 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Wilde eend \N nf 0 2009-10-09 10:00:00 425 49 18 4323 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wilde eend \N nf 0 2009-10-09 10:15:00 425 49 18 4323 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wilde eend \N nf 0 2009-10-09 17:15:00 425 49 18 4323 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Wilde eend \N nf 0 2009-10-08 09:30:00 426 49 18 4323 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wilde eend \N nf 0 2009-10-08 09:45:00 426 49 18 4323 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wilde eend \N nf 0 2009-10-08 15:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 4323 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Wilde eend \N nf 0 2009-10-08 09:30:00 426 49 18 4323 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wilde eend \N nf 0 2009-10-08 09:45:00 426 49 18 4323 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wilde eend \N nf 0 2009-10-08 15:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 4323 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Wilde eend \N nf 0 2009-10-09 10:00:00 426 49 18 4323 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wilde eend \N nf 0 2009-10-09 10:15:00 426 49 18 4323 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wilde eend \N nf 0 2009-10-09 17:15:00 426 49 18 4323 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Wilde eend \N nf 0 2009-10-09 10:00:00 426 49 18 4323 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wilde eend \N nf 0 2009-10-09 10:15:00 426 49 18 4323 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wilde eend \N nf 0 2009-10-09 10:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wilde eend \N nf 0 2009-10-09 17:15:00 426 49 18 4323 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 4323 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wilde eend \N nf 0 2009-10-08 10:15:00 427 49 18 4323 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wilde eend \N nf 0 2009-10-08 15:45:00 427 49 18 4323 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 4323 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 4323 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wilde eend \N nf 0 2009-10-08 10:15:00 427 49 18 4323 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wilde eend \N nf 0 2009-10-08 15:45:00 427 49 18 4323 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 4323 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wilde eend \N nf 0 2009-10-09 10:30:00 427 49 18 4323 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wilde eend \N nf 0 2009-10-09 17:15:00 427 49 18 4323 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wilde eend \N nf 0 2009-10-09 10:30:00 427 49 18 4323 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wilde eend \N nf 0 2009-10-09 17:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wilde eend \N nf 0 2009-10-09 17:15:00 427 49 18 4323 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 4323 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wilde eend \N nf 0 2009-10-08 10:15:00 428 49 18 4323 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wilde eend \N nf 0 2009-10-08 15:45:00 428 49 18 4323 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:15:0 99.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: H 2009-10-8 16:0:0 1.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 4323 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 4323 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wilde eend \N nf 0 2009-10-08 10:15:00 428 49 18 4323 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wilde eend \N nf 0 2009-10-08 15:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wilde eend \N nf 0 2009-10-08 15:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wilde eend \N nf 0 2009-10-08 15:45:00 428 49 18 4323 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 4323 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wilde eend \N nf 0 2009-10-09 10:30:00 428 49 18 4323 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wilde eend \N nf 0 2009-10-09 17:00:00 428 49 18 4323 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wilde eend \N nf 0 2009-10-09 17:15:00 428 49 18 4323 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wilde eend \N nf 0 2009-10-09 10:30:00 428 49 18 4323 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wilde eend \N nf 0 2009-10-09 14:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wilde eend \N nf 0 2009-10-09 16:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wilde eend \N nf 0 2009-10-09 17:00:00 428 49 18 4323 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wilde eend \N nf 0 2009-10-09 17:15:00 428 49 18 4323 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wilde eend \N nf 0 2009-10-09 14:00:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wilde eend \N nf 0 2009-10-08 10:15:00 429 49 18 4323 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wilde eend \N nf 0 2009-10-08 15:15:00 429 49 18 4323 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wilde eend \N nf 0 2009-10-08 15:30:00 429 49 18 4323 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wilde eend \N nf 0 2009-10-08 15:45:00 429 49 18 4323 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 4323 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 4323 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wilde eend \N nf 0 2009-10-08 10:15:00 429 49 18 4323 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wilde eend \N nf 0 2009-10-08 10:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wilde eend \N nf 0 2009-10-08 11:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wilde eend \N nf 0 2009-10-08 14:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wilde eend \N nf 0 2009-10-08 11:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wilde eend \N nf 0 2009-10-08 15:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wilde eend \N nf 0 2009-10-08 11:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wilde eend \N nf 0 2009-10-08 15:15:00 429 49 18 4323 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wilde eend \N nf 0 2009-10-08 12:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wilde eend \N nf 0 2009-10-08 15:30:00 429 49 18 4323 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wilde eend \N nf 0 2009-10-08 12:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wilde eend \N nf 0 2009-10-08 15:45:00 429 49 18 4323 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 4323 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wilde eend \N nf 0 2009-10-08 12:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wilde eend \N nf 0 2009-10-08 13:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Wilde eend \N nf 0 2009-10-09 14:00:00 429 49 18 4323 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wilde eend \N nf 0 2009-10-09 10:30:00 429 49 18 4323 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wilde eend \N nf 0 2009-10-09 14:15:00 429 49 18 4323 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wilde eend \N nf 0 2009-10-09 16:45:00 429 49 18 4323 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wilde eend \N nf 0 2009-10-09 17:00:00 429 49 18 4323 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wilde eend \N nf 0 2009-10-09 13:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wilde eend \N nf 0 2009-10-09 10:15:00 429 49 18 4323 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wilde eend \N nf 0 2009-10-09 14:00:00 429 49 18 4323 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wilde eend \N nf 0 2009-10-09 10:30:00 429 49 18 4323 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wilde eend \N nf 0 2009-10-09 14:15:00 429 49 18 4323 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wilde eend \N nf 0 2009-10-09 10:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wilde eend \N nf 0 2009-10-09 14:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 4323 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Wilde eend \N nf 0 2009-10-09 11:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wilde eend \N nf 0 2009-10-09 14:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wilde eend \N nf 0 2009-10-09 11:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wilde eend \N nf 0 2009-10-09 15:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wilde eend \N nf 0 2009-10-09 11:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wilde eend \N nf 0 2009-10-09 15:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wilde eend \N nf 0 2009-10-09 11:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wilde eend \N nf 0 2009-10-09 15:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wilde eend \N nf 0 2009-10-09 12:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wilde eend \N nf 0 2009-10-09 12:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wilde eend \N nf 0 2009-10-09 16:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wilde eend \N nf 0 2009-10-09 12:45:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wilde eend \N nf 0 2009-10-09 16:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wilde eend \N nf 0 2009-10-09 13:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wilde eend \N nf 0 2009-10-09 16:45:00 429 49 18 4323 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wilde eend \N nf 0 2009-10-09 13:15:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wilde eend \N nf 0 2009-10-09 17:00:00 429 49 18 4323 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wilde eend \N nf 0 2009-10-09 13:30:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 4323 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:0:0 100.0 Wilde eend \N nf 0 2009-10-08 13:00:00 429 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wilde eend \N nf 0 2009-10-09 10:15:00 429 49 18 4323 36 \N 50 38 54 37 1 Gebied: E 2009-10-8 12:30:0 100.0 Wilde eend \N nf 0 2009-10-08 12:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wilde eend \N nf 0 2009-10-08 16:15:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Wilde eend \N nf 0 2007-10-18 16:00:00 413 49 18 4323 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 413 49 18 4323 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 4323 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wilde eend \N nf 0 2007-10-18 13:15:00 413 49 18 4323 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wilde eend \N nf 0 2007-10-18 15:45:00 413 49 18 4323 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Wilde eend \N nf 0 2007-10-18 16:00:00 413 49 18 4323 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 413 49 18 4323 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 4323 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wilde eend \N nf 0 2007-10-18 13:15:00 413 49 18 4323 36 \N 50 38 54 37 70 Gebied: D 2009-10-9 17:0:0 30.0 Wilde eend \N f 0 2009-10-09 17:00:00 424 49 18 4323 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wilde eend \N nf 0 2007-10-19 13:00:00 413 49 18 4323 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wilde eend \N nf 0 2007-10-19 13:15:00 413 49 18 4323 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wilde eend \N nf 0 2007-10-19 17:15:00 413 49 18 4323 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wilde eend \N nf 0 2007-10-19 13:00:00 413 49 18 4323 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wilde eend \N nf 0 2007-10-19 13:15:00 413 49 18 4323 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wilde eend \N nf 0 2007-10-19 17:15:00 413 49 18 4323 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 413 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wilde eend \N nf 0 2007-10-18 15:45:00 413 49 18 4323 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 414 49 18 4323 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 4323 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wilde eend \N nf 0 2007-10-18 13:15:00 414 49 18 4323 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 414 49 18 4323 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 414 49 18 4323 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 414 49 18 4323 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 4323 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 414 49 18 4323 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 414 49 18 4323 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wilde eend \N nf 0 2007-10-19 12:45:00 414 49 18 4323 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wilde eend \N nf 0 2007-10-19 13:00:00 414 49 18 4323 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wilde eend \N nf 0 2007-10-19 13:15:00 414 49 18 4323 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 4323 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wilde eend \N nf 0 2007-10-19 12:45:00 414 49 18 4323 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wilde eend \N nf 0 2007-10-19 13:00:00 414 49 18 4323 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wilde eend \N nf 0 2007-10-19 13:15:00 414 49 18 4323 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 4323 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 414 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 415 49 18 4323 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 415 49 18 4323 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wilde eend \N nf 0 2007-10-18 16:15:00 415 49 18 4323 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 4323 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 415 49 18 4323 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 415 49 18 4323 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 415 49 18 4323 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 415 49 18 4323 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wilde eend \N nf 0 2007-10-18 16:15:00 415 49 18 4323 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 4323 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 415 49 18 4323 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 415 49 18 4323 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wilde eend \N nf 0 2007-10-19 12:45:00 415 49 18 4323 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wilde eend \N nf 0 2007-10-19 13:00:00 415 49 18 4323 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wilde eend \N nf 0 2007-10-19 12:45:00 415 49 18 4323 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wilde eend \N nf 0 2007-10-19 13:00:00 415 49 18 4323 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 415 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wilde eend \N nf 0 2007-10-18 12:15:00 416 49 18 4323 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wilde eend \N nf 0 2007-10-18 15:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wilde eend \N nf 0 2007-10-18 12:30:00 416 49 18 4323 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wilde eend \N nf 0 2007-10-18 12:45:00 416 49 18 4323 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Wilde eend \N nf 0 2007-10-18 16:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wilde eend \N nf 0 2007-10-18 14:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wilde eend \N nf 0 2007-10-18 14:15:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wilde eend \N nf 0 2007-10-18 14:30:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wilde eend \N nf 0 2007-10-18 14:45:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wilde eend \N nf 0 2007-10-18 15:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wilde eend \N nf 0 2007-10-18 12:15:00 416 49 18 4323 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wilde eend \N nf 0 2007-10-18 15:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wilde eend \N nf 0 2007-10-18 12:30:00 416 49 18 4323 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 12:45:0 80.0 Wilde eend \N nf 0 2007-10-18 12:45:00 416 49 18 4323 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Wilde eend \N nf 0 2007-10-18 16:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wilde eend \N nf 0 2007-10-18 14:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wilde eend \N nf 0 2007-10-18 14:15:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wilde eend \N nf 0 2007-10-18 14:30:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wilde eend \N nf 0 2007-10-18 14:45:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wilde eend \N nf 0 2007-10-18 15:00:00 416 49 18 4323 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wilde eend \N nf 0 2007-10-19 12:45:00 416 49 18 4323 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wilde eend \N nf 0 2007-10-19 13:00:00 416 49 18 4323 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 4323 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wilde eend \N nf 0 2007-10-19 17:45:00 416 49 18 4323 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wilde eend \N nf 0 2007-10-19 12:45:00 416 49 18 4323 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wilde eend \N nf 0 2007-10-19 13:00:00 416 49 18 4323 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 419 49 18 10711 35 \N 50 38 54 37 0 Gebied GD 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 4323 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wilde eend \N nf 0 2007-10-19 17:45:00 416 49 18 4323 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 417 49 18 4323 36 \N 50 38 54 37 1 Gebied: G 2011-10-18 15:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied GE 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 4323 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wilde eend \N nf 0 2007-10-18 13:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 417 49 18 4323 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 4323 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wilde eend \N nf 0 2007-10-18 13:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wilde eend \N nf 0 2007-10-19 13:00:00 417 49 18 4323 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wilde eend \N nf 0 2007-10-19 13:15:00 417 49 18 4323 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wilde eend \N nf 0 2007-10-19 17:15:00 417 49 18 4323 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wilde eend \N nf 0 2007-10-19 13:00:00 417 49 18 4323 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wilde eend \N nf 0 2007-10-19 13:15:00 417 49 18 4323 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wilde eend \N nf 0 2007-10-19 17:15:00 417 49 18 4323 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 417 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wilde eend \N nf 0 2007-10-18 16:00:00 418 49 18 4323 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wilde eend \N nf 0 2007-10-18 16:15:00 418 49 18 4323 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 4323 36 \N 50 38 54 37 70 Gebied: E 2009-10-9 12:30:0 100.0 Wilde eend \N nf 0 2009-10-09 12:30:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wilde eend \N nf 0 2007-10-18 16:00:00 418 49 18 4323 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wilde eend \N nf 0 2007-10-18 12:45:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wilde eend \N nf 0 2007-10-18 16:15:00 418 49 18 4323 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 4323 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wilde eend \N nf 0 2007-10-19 12:45:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wilde eend \N nf 0 2007-10-19 13:00:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 4323 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wilde eend \N nf 0 2007-10-19 12:45:00 418 49 18 4323 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wilde eend \N nf 0 2007-10-19 13:00:00 418 49 18 4323 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Scholekster \N nf 1 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied GF 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 4323 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 418 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 419 49 18 4323 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wilde eend \N nf 0 2007-10-18 12:45:00 419 49 18 4323 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wilde eend \N nf 0 2007-10-18 16:15:00 419 49 18 4323 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 4323 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wilde eend \N nf 0 2007-10-18 13:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 419 49 18 4323 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wilde eend \N nf 0 2007-10-18 12:45:00 419 49 18 4323 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wilde eend \N nf 0 2007-10-18 16:15:00 419 49 18 4323 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 4323 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wilde eend \N nf 0 2007-10-18 13:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wilde eend \N nf 0 2007-10-18 13:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wilde eend \N nf 0 2007-10-18 13:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wilde eend \N nf 0 2007-10-18 14:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wilde eend \N nf 0 2007-10-18 14:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wilde eend \N nf 0 2007-10-18 14:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wilde eend \N nf 0 2007-10-18 14:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wilde eend \N nf 0 2007-10-19 12:45:00 419 49 18 4323 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wilde eend \N nf 0 2007-10-19 13:00:00 419 49 18 4323 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 4323 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wilde eend \N nf 0 2007-10-19 12:45:00 419 49 18 4323 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wilde eend \N nf 0 2007-10-19 16:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wilde eend \N nf 0 2007-10-19 13:00:00 419 49 18 4323 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Wilde eend \N nf 0 2007-10-19 16:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wilde eend \N nf 0 2007-10-19 16:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wilde eend \N nf 0 2007-10-19 17:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wilde eend \N nf 0 2007-10-19 17:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 4323 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 419 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wilde eend \N nf 0 2007-10-18 12:15:00 420 49 18 4323 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wilde eend \N nf 0 2007-10-18 15:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 420 49 18 4323 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wilde eend \N nf 0 2007-10-18 12:45:00 420 49 18 4323 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wilde eend \N nf 0 2007-10-18 16:15:00 420 49 18 4323 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 4323 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wilde eend \N nf 0 2007-10-18 16:30:00 420 49 18 4323 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wilde eend \N nf 0 2007-10-18 14:00:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wilde eend \N nf 0 2007-10-18 14:15:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wilde eend \N nf 0 2007-10-18 14:30:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wilde eend \N nf 0 2007-10-18 14:45:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wilde eend \N nf 0 2007-10-18 12:15:00 420 49 18 4323 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wilde eend \N nf 0 2007-10-18 15:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wilde eend \N nf 0 2007-10-18 12:30:00 420 49 18 4323 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wilde eend \N nf 0 2007-10-18 12:45:00 420 49 18 4323 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wilde eend \N nf 0 2007-10-18 16:15:00 420 49 18 4323 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wilde eend slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 4323 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wilde eend \N nf 0 2007-10-18 16:30:00 420 49 18 4323 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wilde eend \N nf 0 2007-10-18 13:15:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wilde eend \N nf 0 2007-10-18 13:30:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wilde eend \N nf 0 2007-10-18 13:45:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wilde eend \N nf 0 2007-10-18 14:00:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wilde eend \N nf 0 2007-10-18 14:15:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wilde eend \N nf 0 2007-10-18 14:30:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wilde eend \N nf 0 2007-10-18 14:45:00 420 49 18 4323 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wilde eend \N nf 0 2007-10-18 15:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wilde eend \N nf 0 2007-10-18 15:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wilde eend \N nf 0 2007-10-18 15:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wilde eend \N nf 0 2007-10-19 12:45:00 420 49 18 4323 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wilde eend \N nf 0 2007-10-19 16:15:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wilde eend \N nf 0 2007-10-19 13:00:00 420 49 18 4323 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wilde eend \N nf 0 2007-10-19 16:30:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied: D 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wilde eend \N nf 0 2007-10-19 16:45:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wilde eend \N nf 0 2007-10-19 17:00:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wilde eend \N nf 0 2007-10-19 17:15:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 4323 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wilde eend \N nf 0 2007-10-19 17:45:00 420 49 18 4323 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wilde eend \N nf 0 2007-10-19 16:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wilde eend \N nf 0 2007-10-19 12:45:00 420 49 18 4323 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wilde eend \N nf 0 2007-10-19 16:15:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wilde eend \N nf 0 2007-10-19 13:00:00 420 49 18 4323 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wilde eend \N nf 0 2007-10-19 16:30:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wilde eend \N nf 0 2007-10-19 13:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wilde eend \N nf 0 2007-10-19 16:45:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wilde eend \N nf 0 2007-10-19 13:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wilde eend \N nf 0 2007-10-19 17:00:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wilde eend \N nf 0 2007-10-19 13:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wilde eend \N nf 0 2007-10-19 17:15:00 420 49 18 4323 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wilde eend \N nf 0 2007-10-19 14:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 4323 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wilde eend \N nf 0 2007-10-19 14:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wilde eend \N nf 0 2007-10-19 17:45:00 420 49 18 4323 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wilde eend \N nf 0 2007-10-19 14:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wilde eend \N nf 0 2007-10-19 14:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wilde eend \N nf 0 2007-10-19 15:00:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wilde eend \N nf 0 2007-10-19 15:15:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wilde eend \N nf 0 2007-10-19 15:30:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wilde eend \N nf 0 2007-10-19 15:45:00 420 49 18 4323 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:0:0 100.0 Wilde eend \N nf 0 2007-10-18 16:00:00 416 49 18 4323 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zwarte ruiter \N nf 0 2011-10-18 10:00:00 \N 49 18 32971 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zwarte ruiter \N nf 0 2011-10-18 10:15:00 \N 49 18 32971 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 14:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zwarte ruiter \N nf 0 2011-10-18 10:30:00 \N 49 18 32971 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 14:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zwarte ruiter \N nf 0 2011-10-18 10:45:00 \N 49 18 32971 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2011-10-18 14:30:00 \N 49 18 32971 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zwarte ruiter \N nf 0 2011-10-18 14:45:00 \N 49 18 32971 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zwarte ruiter \N nf 0 2011-10-18 10:15:00 \N 49 18 32971 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 14:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zwarte ruiter \N nf 0 2011-10-18 10:30:00 \N 49 18 32971 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 14:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zwarte ruiter \N nf 0 2011-10-18 10:45:00 \N 49 18 32971 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2011-10-18 14:30:00 \N 49 18 32971 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zwarte ruiter \N nf 0 2011-10-18 14:45:00 \N 49 18 32971 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 11:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 12:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2011-10-18 13:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zwarte ruiter \N nf 0 2012-10-18 10:00:00 \N 49 18 32971 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zwarte ruiter \N nf 0 2012-10-18 10:15:00 \N 49 18 32971 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zwarte ruiter \N nf 0 2012-10-18 10:30:00 \N 49 18 32971 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zwarte ruiter \N nf 0 2012-10-18 10:45:00 \N 49 18 32971 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zwarte ruiter \N nf 0 2012-10-18 14:45:00 \N 49 18 32971 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zwarte ruiter \N nf 0 2012-10-18 10:00:00 \N 49 18 32971 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zwarte ruiter \N nf 0 2012-10-18 10:15:00 \N 49 18 32971 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zwarte ruiter \N nf 0 2012-10-18 10:30:00 \N 49 18 32971 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zwarte ruiter \N nf 0 2012-10-18 10:45:00 \N 49 18 32971 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 14:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zwarte ruiter \N nf 0 2012-10-18 14:45:00 \N 49 18 32971 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 11:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 12:45:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:00:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:15:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2012-10-18 13:30:00 \N 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 413 49 18 32971 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 413 49 18 32971 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 32971 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 413 49 18 32971 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 413 49 18 32971 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 413 49 18 32971 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 413 49 18 32971 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 32971 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 413 49 18 32971 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 413 49 18 32971 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 413 49 18 32971 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 413 49 18 32971 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 413 49 18 32971 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 413 49 18 32971 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 413 49 18 32971 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 413 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 413 49 18 32971 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 414 49 18 32971 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 32971 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 414 49 18 32971 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 414 49 18 32971 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 414 49 18 32971 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 414 49 18 32971 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 32971 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 414 49 18 32971 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 414 49 18 32971 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 414 49 18 32971 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 414 49 18 32971 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 414 49 18 32971 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 414 49 18 32971 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 32971 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 414 49 18 32971 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 414 49 18 32971 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 414 49 18 32971 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 32971 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 414 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 415 49 18 32971 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 415 49 18 32971 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 415 49 18 32971 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 32971 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 415 49 18 32971 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 415 49 18 32971 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 415 49 18 32971 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 415 49 18 32971 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 415 49 18 32971 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 32971 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 415 49 18 32971 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 415 49 18 32971 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 415 49 18 32971 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 415 49 18 32971 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 415 49 18 32971 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 415 49 18 32971 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:15:00 416 49 18 32971 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 416 49 18 32971 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 416 49 18 32971 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:15:00 416 49 18 32971 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 416 49 18 32971 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 416 49 18 32971 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 416 49 18 32971 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 416 49 18 32971 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 416 49 18 32971 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 32971 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zwarte ruiter \N nf 0 2007-10-19 17:45:00 416 49 18 32971 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 416 49 18 32971 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 416 49 18 32971 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 32971 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zwarte ruiter \N nf 0 2007-10-19 17:45:00 416 49 18 32971 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 416 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 417 49 18 32971 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 32971 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 417 49 18 32971 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 32971 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 417 49 18 32971 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 417 49 18 32971 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 417 49 18 32971 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 413 49 18 6147 35 \N 50 38 54 37 60 Gebied GE 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 417 49 18 32971 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 417 49 18 32971 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 417 49 18 32971 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 417 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 418 49 18 32971 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 418 49 18 32971 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 32971 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 418 49 18 32971 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 418 49 18 32971 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 32971 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 32971 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 418 49 18 32971 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 418 49 18 32971 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 32971 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 418 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 419 49 18 32971 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 419 49 18 32971 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 419 49 18 32971 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 32971 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 419 49 18 32971 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 419 49 18 32971 36 \N 50 38 54 37 10 Gebied GC 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 415 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:15:0 20.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 419 49 18 32971 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 32971 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 419 49 18 32971 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 419 49 18 32971 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 32971 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 419 49 18 32971 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 419 49 18 32971 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 32971 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 419 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:15:00 420 49 18 32971 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 420 49 18 32971 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 420 49 18 32971 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 420 49 18 32971 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 32971 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zwarte ruiter \N nf 0 2007-10-18 16:30:00 420 49 18 32971 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:15:00 420 49 18 32971 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zwarte ruiter \N nf 0 2007-10-18 12:30:00 420 49 18 32971 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 16:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zwarte ruiter \N nf 0 2007-10-18 12:45:00 420 49 18 32971 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zwarte ruiter \N nf 0 2007-10-18 16:15:00 420 49 18 32971 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zwarte ruiter slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 32971 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zwarte ruiter \N nf 0 2007-10-18 16:30:00 420 49 18 32971 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:15:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:30:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 13:45:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:00:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:15:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:30:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zwarte ruiter \N nf 0 2007-10-18 14:45:00 420 49 18 32971 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-18 15:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 420 49 18 32971 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 420 49 18 32971 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 32971 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 17:45:00 420 49 18 32971 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 16:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zwarte ruiter \N nf 0 2007-10-19 12:45:00 420 49 18 32971 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:15:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 13:00:00 420 49 18 32971 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:30:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 16:45:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 17:00:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 13:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zwarte ruiter \N nf 0 2007-10-19 17:15:00 420 49 18 32971 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 32971 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zwarte ruiter \N nf 0 2007-10-19 17:45:00 420 49 18 32971 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 14:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:00:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:15:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:30:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zwarte ruiter \N nf 0 2007-10-19 15:45:00 420 49 18 32971 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zwarte ruiter \N nf 0 2011-10-18 10:00:00 \N 49 18 32971 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 10:0:0 70.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 9:45:0 5.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 10:0:0 25.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 9:45:0 5.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 10:0:0 25.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Aalscholver \N nf 0 2010-10-09 08:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Aalscholver \N nf 0 2010-10-09 08:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: D 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Aalscholver \N nf 0 2010-10-09 08:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Aalscholver \N nf 0 2010-10-09 08:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Aalscholver \N nf 0 2010-10-09 08:15:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Aalscholver \N nf 0 2010-10-09 08:30:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Aalscholver \N nf 0 2010-10-09 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Aalscholver \N nf 0 2010-10-09 08:15:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Aalscholver \N nf 0 2010-10-09 08:30:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Aalscholver \N nf 0 2010-10-09 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: B 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Aalscholver \N nf 0 2010-10-09 08:45:00 \N 49 18 10443 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Aalscholver \N nf 0 2010-10-09 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Aalscholver \N nf 0 2010-10-09 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Aalscholver \N nf 0 2010-10-09 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Aalscholver \N nf 0 2010-10-09 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Aalscholver \N nf 0 2010-10-09 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Aalscholver \N nf 0 2010-10-09 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Aalscholver \N nf 0 2010-10-09 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Aalscholver \N nf 0 2010-10-09 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Aalscholver \N nf 0 2010-10-09 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Aalscholver \N nf 0 2010-10-09 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Aalscholver \N nf 0 2010-10-09 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Aalscholver \N nf 0 2010-10-09 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Aalscholver \N nf 0 2010-10-09 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 413 49 18 6147 36 \N 50 38 54 37 60 Gebied: D 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Aalscholver \N nf 4 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Aalscholver \N nf 4 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Aalscholver \N nf 0 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Aalscholver \N nf 0 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Aalscholver \N nf 4 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Aalscholver \N nf 0 2010-10-10 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Aalscholver \N nf 4 2010-10-10 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Aalscholver \N nf 0 2010-10-10 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Aalscholver \N nf 0 2010-10-10 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Aalscholver \N nf 0 2010-10-10 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Aalscholver \N nf 0 2010-10-10 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Aalscholver \N nf 0 2010-10-10 10:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Aalscholver \N nf 0 2010-10-10 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Aalscholver \N nf 0 2010-10-10 10:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Aalscholver \N nf 0 2010-10-10 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Aalscholver \N nf 0 2010-10-10 10:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Aalscholver \N nf 0 2010-10-10 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Aalscholver \N nf 0 2010-10-10 11:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Aalscholver \N nf 0 2010-10-10 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Aalscholver \N nf 0 2010-10-10 11:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Aalscholver \N nf 0 2010-10-10 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Aalscholver \N nf 0 2010-10-10 11:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Aalscholver \N nf 0 2010-10-10 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Aalscholver \N nf 0 2010-10-10 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Aalscholver \N nf 0 2010-10-10 12:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Aalscholver \N nf 0 2010-10-10 12:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Aalscholver \N nf 0 2010-10-10 12:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Aalscholver \N nf 0 2010-10-10 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: D 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 60 Gebied: E 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Aalscholver Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Aalscholver Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Aalscholver Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Aalscholver \N nf 3 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Aalscholver Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Aalscholver \N nf 3 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Aalscholver \N nf 0 2011-10-01 16:30:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Aalscholver \N nf 5 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Aalscholver \N nf 7 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Aalscholver \N nf 5 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Aalscholver \N nf 7 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 16:15:0 80.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 16:15:0 80.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: J 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: K 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:15:0 80.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:15:0 80.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 13:45:0 100.0 Aalscholver \N nf 0 2011-10-01 13:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Aalscholver \N nf 0 2011-10-01 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Aalscholver \N nf 0 2011-10-01 14:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Aalscholver \N nf 0 2011-10-01 14:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Aalscholver \N nf 0 2011-10-01 15:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Aalscholver \N nf 0 2011-10-01 15:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Aalscholver \N nf 0 2011-10-01 15:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 413 49 18 6147 35 \N 50 38 54 37 80 Gebied: G 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bontbekplevier smelleken nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bontbekplevier smelleken nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bontbekplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 27527 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 413 49 18 27527 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 27527 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 413 49 18 27527 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 413 49 18 27527 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 413 49 18 27527 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 413 49 18 27527 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 27527 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 413 49 18 27527 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied GA 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 413 49 18 27527 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 413 49 18 27527 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 413 49 18 27527 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 413 49 18 27527 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 413 49 18 27527 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 413 49 18 27527 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 413 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 413 49 18 27527 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 414 49 18 27527 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 27527 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 414 49 18 27527 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 414 49 18 27527 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 414 49 18 27527 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 414 49 18 27527 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 27527 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 414 49 18 27527 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 414 49 18 27527 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 414 49 18 27527 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 414 49 18 27527 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 414 49 18 27527 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 414 49 18 27527 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 27527 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 414 49 18 27527 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 414 49 18 27527 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 414 49 18 27527 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 27527 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 415 49 18 27527 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 415 49 18 27527 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 415 49 18 27527 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 27527 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 415 49 18 27527 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 415 49 18 27527 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 415 49 18 27527 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 415 49 18 27527 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 415 49 18 27527 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 27527 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 415 49 18 27527 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 415 49 18 27527 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 415 49 18 27527 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 415 49 18 27527 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 415 49 18 27527 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 415 49 18 27527 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 415 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:15:00 416 49 18 27527 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 416 49 18 27527 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 416 49 18 27527 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:15:00 416 49 18 27527 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 416 49 18 27527 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 416 49 18 27527 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 416 49 18 27527 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 416 49 18 27527 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 416 49 18 27527 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 27527 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bontbekplevier \N nf 0 2007-10-19 17:45:00 416 49 18 27527 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 416 49 18 27527 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 416 49 18 27527 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 27527 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bontbekplevier \N nf 0 2007-10-19 17:45:00 416 49 18 27527 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 416 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 417 49 18 27527 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 27527 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 417 49 18 27527 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 27527 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 413 49 18 27527 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 417 49 18 27527 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 417 49 18 27527 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 417 49 18 27527 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 417 49 18 27527 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 417 49 18 27527 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 417 49 18 27527 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 417 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 16:0:0 75.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 418 49 18 27527 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 418 49 18 27527 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 27527 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 418 49 18 27527 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 418 49 18 27527 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 27527 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wilde eend \N nf 0 2009-10-08 11:15:00 426 49 18 4323 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 27527 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 418 49 18 27527 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 27527 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 418 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 419 49 18 27527 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 419 49 18 27527 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 419 49 18 27527 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 27527 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 419 49 18 27527 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 419 49 18 27527 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 419 49 18 27527 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 27527 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 419 49 18 27527 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 419 49 18 27527 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 27527 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 419 49 18 27527 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 419 49 18 27527 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 27527 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 419 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:15:00 420 49 18 27527 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 420 49 18 27527 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 420 49 18 27527 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 420 49 18 27527 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 27527 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bontbekplevier \N nf 0 2007-10-18 16:30:00 420 49 18 27527 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:15:00 420 49 18 27527 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 420 49 18 27527 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 16:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bontbekplevier \N nf 0 2007-10-18 12:45:00 420 49 18 27527 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bontbekplevier \N nf 0 2007-10-18 16:15:00 420 49 18 27527 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bontbekplevier slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 27527 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bontbekplevier \N nf 0 2007-10-18 16:30:00 420 49 18 27527 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:15:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:30:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 13:45:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:00:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:30:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bontbekplevier \N nf 0 2007-10-18 14:45:00 420 49 18 27527 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-18 15:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 420 49 18 27527 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 420 49 18 27527 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 27527 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bontbekplevier \N nf 0 2007-10-19 17:45:00 420 49 18 27527 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bontbekplevier \N nf 0 2007-10-19 12:45:00 420 49 18 27527 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:15:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bontbekplevier \N nf 0 2007-10-19 13:00:00 420 49 18 27527 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:30:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bontbekplevier \N nf 0 2007-10-19 16:45:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bontbekplevier \N nf 0 2007-10-19 17:00:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 13:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bontbekplevier \N nf 0 2007-10-19 17:15:00 420 49 18 27527 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 27527 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bontbekplevier \N nf 0 2007-10-19 17:45:00 420 49 18 27527 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 14:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:15:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:30:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bontbekplevier \N nf 0 2007-10-19 15:45:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bontbekplevier \N nf 0 2007-10-18 14:15:00 414 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Scholekster \N nf 0 2009-10-08 11:45:00 421 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Scholekster \N nf 0 2009-10-08 15:30:00 421 49 18 25768 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Scholekster \N nf 1 2009-10-08 12:00:00 421 49 18 25768 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Scholekster \N nf 0 2009-10-08 12:15:00 421 49 18 25768 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Scholekster \N nf 0 2009-10-08 12:30:00 421 49 18 25768 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Scholekster \N nf 0 2009-10-08 12:45:00 421 49 18 25768 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Scholekster \N nf 0 2009-10-08 10:30:00 421 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Scholekster \N nf 0 2009-10-08 10:45:00 421 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 3 2009-10-08 14:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Scholekster \N nf 0 2009-10-08 11:00:00 421 49 18 25768 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Scholekster \N nf 0 2009-10-08 14:45:00 421 49 18 25768 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Scholekster \N nf 0 2009-10-08 11:15:00 421 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Scholekster \N nf 0 2009-10-08 15:00:00 421 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Scholekster \N nf 0 2009-10-08 11:30:00 421 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Scholekster \N nf 0 2009-10-08 15:15:00 421 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Scholekster \N nf 0 2009-10-08 15:30:00 421 49 18 25768 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Scholekster \N nf 0 2009-10-08 12:15:00 421 49 18 25768 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Scholekster \N nf 0 2009-10-08 12:30:00 421 49 18 25768 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Scholekster \N nf 0 2009-10-08 12:45:00 421 49 18 25768 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Scholekster \N nf 0 2009-10-09 11:00:00 421 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Scholekster \N nf 0 2009-10-09 11:15:00 421 49 18 25768 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Scholekster \N nf 0 2009-10-09 11:45:00 421 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Scholekster \N nf 0 2009-10-09 12:00:00 421 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Scholekster \N nf 0 2009-10-09 16:30:00 421 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Scholekster \N nf 0 2009-10-09 16:45:00 421 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Scholekster \N nf 0 2009-10-09 11:00:00 421 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Scholekster \N nf 0 2009-10-09 11:15:00 421 49 18 25768 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Scholekster \N nf 0 2009-10-09 11:45:00 421 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Scholekster \N nf 0 2009-10-09 12:00:00 421 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Scholekster \N nf 0 2009-10-09 16:30:00 421 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Scholekster \N nf 0 2009-10-09 16:45:00 421 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Scholekster \N nf 0 2009-10-08 10:30:00 422 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Scholekster \N nf 0 2009-10-08 10:45:00 422 49 18 25768 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Scholekster \N nf 0 2009-10-08 11:00:00 422 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Scholekster \N nf 1 2009-10-08 14:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Scholekster \N nf 0 2009-10-08 11:15:00 422 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Scholekster \N nf 0 2009-10-08 15:00:00 422 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Scholekster \N nf 1 2009-10-08 11:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Scholekster \N nf 0 2009-10-08 15:15:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Scholekster \N nf 2 2009-10-08 11:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Scholekster \N nf 1 2009-10-08 12:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Scholekster \N nf 4 2009-10-08 12:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Scholekster \N nf 1 2009-10-08 13:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Scholekster \N nf 1 2009-10-08 13:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Scholekster \N nf 1 2009-10-08 13:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Scholekster \N nf 0 2009-10-08 10:30:00 422 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Scholekster \N nf 0 2009-10-08 10:45:00 422 49 18 25768 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Scholekster \N nf 0 2009-10-08 11:00:00 422 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Scholekster \N nf 1 2009-10-08 14:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Scholekster \N nf 0 2009-10-08 11:15:00 422 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Scholekster \N nf 0 2009-10-08 15:00:00 422 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Scholekster \N nf 1 2009-10-08 11:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Scholekster \N nf 0 2009-10-08 15:15:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Scholekster \N nf 2 2009-10-08 11:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 12:30:0 100.0 Scholekster \N nf 1 2009-10-08 12:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Scholekster \N nf 4 2009-10-08 12:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Scholekster \N nf 1 2009-10-08 13:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Scholekster \N nf 1 2009-10-08 13:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Scholekster \N nf 1 2009-10-08 13:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Scholekster \N nf 0 2009-10-09 11:00:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Scholekster \N nf 0 2009-10-09 11:15:00 422 49 18 25768 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Scholekster \N nf 0 2009-10-09 11:30:00 422 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Scholekster \N nf 2 2009-10-09 12:00:00 422 49 18 25768 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Scholekster \N nf 0 2009-10-09 16:45:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Scholekster \N nf 0 2009-10-09 11:00:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Scholekster \N nf 0 2009-10-09 11:15:00 422 49 18 25768 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Scholekster \N nf 0 2009-10-09 11:30:00 422 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Scholekster \N nf 2 2009-10-09 12:00:00 422 49 18 25768 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Scholekster \N nf 0 2009-10-09 16:45:00 422 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 422 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Scholekster \N nf 0 2009-10-08 10:30:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Scholekster \N nf 0 2009-10-08 10:45:00 423 49 18 25768 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 1 2009-10-08 14:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Scholekster \N nf 0 2009-10-08 11:00:00 423 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Scholekster \N nf 1 2009-10-08 11:15:00 423 49 18 25768 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Scholekster \N nf 0 2009-10-08 11:30:00 423 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Scholekster \N nf 0 2009-10-08 15:15:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Scholekster \N nf 2 2009-10-08 11:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Scholekster \N nf 5 2009-10-08 12:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Scholekster \N nf 3 2009-10-08 12:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Scholekster \N nf 7 2009-10-08 12:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Scholekster \N nf 2 2009-10-08 13:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zilver Plevier \N nf 0 2007-10-19 13:15:00 413 49 18 6147 36 \N 50 38 54 37 80 Gebied: C 2009-10-8 13:15:0 100.0 Scholekster \N nf 11 2009-10-08 13:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Scholekster \N nf 2 2009-10-08 13:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Scholekster \N nf 1 2009-10-08 13:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Scholekster \N nf 2 2009-10-08 14:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Scholekster \N nf 0 2009-10-08 10:30:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Scholekster \N nf 0 2009-10-08 10:45:00 423 49 18 25768 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 1 2009-10-08 14:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Scholekster \N nf 0 2009-10-08 11:00:00 423 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Scholekster \N nf 1 2009-10-08 11:15:00 423 49 18 25768 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Scholekster \N nf 0 2009-10-08 11:30:00 423 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Scholekster \N nf 0 2009-10-08 15:15:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Scholekster \N nf 2 2009-10-08 11:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Scholekster \N nf 5 2009-10-08 12:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Scholekster \N nf 3 2009-10-08 12:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Scholekster \N nf 7 2009-10-08 12:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Scholekster \N nf 2 2009-10-08 13:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Scholekster \N nf 11 2009-10-08 13:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Scholekster \N nf 2 2009-10-08 13:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Scholekster \N nf 1 2009-10-08 13:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Scholekster \N nf 2 2009-10-08 14:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Scholekster \N nf 0 2009-10-09 11:00:00 423 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Scholekster \N nf 0 2009-10-09 11:15:00 423 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Scholekster \N nf 0 2009-10-09 11:30:00 423 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Scholekster \N nf 0 2009-10-09 11:45:00 423 49 18 25768 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Scholekster \N nf 1 2009-10-09 12:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Scholekster \N nf 0 2009-10-09 16:45:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Scholekster \N nf 1 2009-10-09 13:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Scholekster \N nf 0 2009-10-09 11:00:00 423 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Scholekster \N nf 0 2009-10-09 11:15:00 423 49 18 25768 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Scholekster \N nf 0 2009-10-09 11:30:00 423 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Scholekster \N nf 0 2009-10-09 11:45:00 423 49 18 25768 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Scholekster \N nf 1 2009-10-09 12:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Scholekster \N nf 0 2009-10-09 16:45:00 423 49 18 25768 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Scholekster \N nf 1 2009-10-09 13:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 423 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Scholekster \N nf 1 2009-10-08 09:45:00 424 49 18 25768 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Scholekster \N nf 0 2009-10-08 15:45:00 424 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Scholekster \N nf 1 2009-10-08 09:45:00 424 49 18 25768 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Scholekster \N nf 0 2009-10-08 15:45:00 424 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Scholekster \N nf 0 2009-10-09 10:15:00 424 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Scholekster \N nf 0 2009-10-09 17:00:00 424 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Scholekster \N nf 0 2009-10-09 10:15:00 424 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: D 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Scholekster \N nf 0 2009-10-09 17:00:00 424 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 424 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Scholekster \N nf 0 2009-10-08 09:45:00 425 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Scholekster \N nf 2 2009-10-08 10:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Scholekster \N nf 0 2009-10-08 15:45:00 425 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 25768 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Scholekster \N nf 0 2009-10-08 09:45:00 425 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Scholekster \N nf 2 2009-10-08 10:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Scholekster \N nf 0 2009-10-08 15:45:00 425 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 25768 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Scholekster \N nf 0 2009-10-09 10:00:00 425 49 18 25768 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Scholekster \N nf 0 2009-10-09 10:15:00 425 49 18 25768 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Scholekster \N nf 0 2009-10-09 17:15:00 425 49 18 25768 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Scholekster \N nf 0 2009-10-09 10:00:00 425 49 18 25768 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Scholekster \N nf 0 2009-10-09 10:15:00 425 49 18 25768 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Scholekster \N nf 0 2009-10-09 17:15:00 425 49 18 25768 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Scholekster \N nf 0 2009-10-08 09:30:00 426 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Scholekster \N nf 0 2009-10-08 09:45:00 426 49 18 25768 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Scholekster \N nf 0 2009-10-08 15:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 25768 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Scholekster \N nf 0 2009-10-08 09:30:00 426 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Scholekster \N nf 0 2009-10-08 09:45:00 426 49 18 25768 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Scholekster \N nf 0 2009-10-08 10:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Scholekster \N nf 0 2009-10-08 15:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 25768 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Scholekster \N nf 0 2009-10-09 10:00:00 426 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Scholekster \N nf 0 2009-10-09 10:15:00 426 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: F 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Scholekster \N nf 0 2009-10-09 17:15:00 426 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Scholekster \N nf 0 2009-10-09 10:00:00 426 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Scholekster \N nf 0 2009-10-09 10:15:00 426 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Scholekster \N nf 0 2009-10-09 10:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 426 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Scholekster \N nf 0 2009-10-09 17:15:00 426 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 25768 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Scholekster \N nf 0 2009-10-08 10:15:00 427 49 18 25768 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Scholekster \N nf 7 2009-10-08 15:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Scholekster \N nf 70 2009-10-08 15:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Scholekster \N nf 660 2009-10-08 15:45:00 427 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Scholekster \N nf 0 2009-10-09 10:30:00 427 49 18 25768 36 \N 50 38 54 37 80 Gebied: G 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 25768 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 25768 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Scholekster \N nf 0 2009-10-08 10:15:00 427 49 18 25768 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Scholekster \N nf 0 2009-10-08 10:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Scholekster \N nf 0 2009-10-08 11:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Scholekster \N nf 7 2009-10-08 15:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Scholekster \N nf 70 2009-10-08 15:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Scholekster \N nf 660 2009-10-08 15:45:00 427 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 25768 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Scholekster \N nf 0 2009-10-09 17:15:00 427 49 18 25768 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Scholekster \N nf 0 2009-10-09 10:30:00 427 49 18 25768 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Scholekster \N nf 0 2009-10-09 17:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Scholekster \N nf 0 2009-10-09 17:15:00 427 49 18 25768 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 25768 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Scholekster \N nf 1 2009-10-08 10:15:00 428 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Scholekster \N nf 3 2009-10-08 10:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Scholekster \N nf 2 2009-10-08 10:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Scholekster \N nf 2 2009-10-08 11:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Scholekster \N nf 0 2009-10-08 15:45:00 428 49 18 25768 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 25768 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 25768 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Scholekster \N nf 1 2009-10-08 10:15:00 428 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Scholekster \N nf 3 2009-10-08 10:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Scholekster \N nf 2 2009-10-08 10:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Scholekster \N nf 2 2009-10-08 11:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Scholekster \N nf 0 2009-10-08 15:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Scholekster \N nf 0 2009-10-08 15:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Scholekster \N nf 0 2009-10-08 15:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Scholekster \N nf 0 2009-10-08 15:45:00 428 49 18 25768 36 \N 50 38 54 37 50 Gebied: B 2010-10-9 13:45:0 1.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 25768 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Scholekster \N nf 0 2009-10-09 10:30:00 428 49 18 25768 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:45:0 10.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: H 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Scholekster \N nf 120 2009-10-09 17:00:00 428 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Scholekster \N nf 0 2009-10-09 17:15:00 428 49 18 25768 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Scholekster \N nf 0 2009-10-09 10:30:00 428 49 18 25768 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Scholekster \N nf 0 2009-10-09 14:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Scholekster \N nf 120 2009-10-09 17:00:00 428 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Scholekster \N nf 0 2009-10-09 17:15:00 428 49 18 25768 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Scholekster \N nf 0 2009-10-09 14:00:00 428 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Scholekster \N nf 0 2009-10-08 10:15:00 429 49 18 25768 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Scholekster \N nf 2 2009-10-08 10:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Scholekster \N nf 1 2009-10-08 11:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Scholekster \N nf 1 2009-10-08 15:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Scholekster \N nf 0 2009-10-08 15:15:00 429 49 18 25768 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Scholekster \N nf 3 2009-10-08 15:30:00 429 49 18 25768 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Scholekster \N nf 3 2009-10-08 15:45:00 429 49 18 25768 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 25768 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 1 2009-10-08 10:00:00 429 49 18 25768 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Scholekster \N nf 0 2009-10-08 10:15:00 429 49 18 25768 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Scholekster \N nf 0 2009-10-08 13:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Scholekster \N nf 2 2009-10-08 10:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Scholekster \N nf 0 2009-10-08 14:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Scholekster \N nf 0 2009-10-08 10:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Scholekster \N nf 1 2009-10-08 11:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Scholekster \N nf 0 2009-10-08 11:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Scholekster \N nf 0 2009-10-08 14:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Scholekster \N nf 0 2009-10-08 11:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Scholekster \N nf 1 2009-10-08 15:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Scholekster \N nf 0 2009-10-08 11:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Scholekster \N nf 0 2009-10-08 15:15:00 429 49 18 25768 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Scholekster \N nf 0 2009-10-08 12:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Scholekster \N nf 3 2009-10-08 15:30:00 429 49 18 25768 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Scholekster \N nf 0 2009-10-08 12:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Scholekster \N nf 3 2009-10-08 15:45:00 429 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 11:45:0 95.0 Scholekster \N nf 0 2009-10-08 11:45:00 421 49 18 25768 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 25768 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Scholekster \N nf 0 2009-10-08 12:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Scholekster \N nf 0 2009-10-08 13:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Scholekster \N nf 2 2009-10-09 10:30:00 429 49 18 25768 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Scholekster \N nf 0 2009-10-09 14:15:00 429 49 18 25768 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:15:0 30.0 Scholekster \N f 8 2007-10-18 16:15:00 415 49 18 25768 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Scholekster \N nf 0 2009-10-09 16:45:00 429 49 18 25768 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Scholekster \N nf 0 2009-10-09 17:00:00 429 49 18 25768 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Scholekster \N nf 0 2009-10-09 10:15:00 429 49 18 25768 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Scholekster \N nf 0 2009-10-09 14:00:00 429 49 18 25768 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Scholekster \N nf 2 2009-10-09 10:30:00 429 49 18 25768 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Scholekster \N nf 0 2009-10-09 14:15:00 429 49 18 25768 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Scholekster \N nf 0 2009-10-09 10:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Scholekster \N nf 0 2009-10-09 14:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Scholekster \N nf 0 2009-10-09 11:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Scholekster \N nf 1 2009-10-08 12:00:00 421 49 18 25768 36 \N 50 38 54 37 97 Gebied: E 2009-10-8 12:30:0 100.0 Scholekster \N nf 0 2009-10-08 12:30:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Scholekster \N nf 0 2009-10-09 14:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Scholekster \N nf 0 2009-10-09 11:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Scholekster \N nf 0 2009-10-09 15:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Scholekster \N nf 0 2009-10-09 11:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Scholekster \N nf 0 2009-10-09 15:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Scholekster \N nf 0 2009-10-09 12:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Scholekster \N nf 0 2009-10-09 15:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Scholekster \N nf 0 2009-10-09 12:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Scholekster \N nf 0 2009-10-09 16:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Scholekster \N nf 0 2009-10-09 12:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Scholekster \N nf 0 2009-10-09 12:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Scholekster \N nf 0 2009-10-09 16:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Scholekster \N nf 0 2009-10-09 13:00:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Scholekster \N nf 0 2009-10-09 16:45:00 429 49 18 25768 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Scholekster \N nf 0 2009-10-09 13:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Scholekster \N nf 0 2009-10-09 17:00:00 429 49 18 25768 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Scholekster \N nf 0 2009-10-09 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Scholekster \N nf 0 2009-10-09 13:45:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Scholekster slechtvalk nf 1 2009-10-08 10:00:00 429 49 18 25768 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N nf 0 2009-10-08 13:30:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Scholekster \N nf 0 2009-10-08 13:15:00 429 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Scholekster \N nf 0 2009-10-09 10:15:00 429 49 18 25768 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Scholekster \N nf 0 2009-10-09 14:00:00 429 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Scholekster \N nf 2 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Scholekster \N nf 1 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Scholekster \N nf 3 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Scholekster \N nf 1 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:30:0 95.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Scholekster \N nf 2 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Scholekster \N nf 1 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Scholekster \N nf 3 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Scholekster \N nf 1 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:15:0 90.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Scholekster \N nf 1 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Scholekster \N nf 1 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Scholekster \N nf 1 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Scholekster \N nf 1 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Scholekster \N nf 0 2010-10-09 08:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Scholekster \N nf 0 2010-10-09 08:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Scholekster \N nf 0 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Scholekster \N nf 2 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Scholekster \N nf 6 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wilde eend \N nf 0 2009-10-08 09:45:00 424 49 18 4323 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wilde eend \N nf 0 2009-10-08 13:45:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wilde eend \N nf 0 2009-10-08 10:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wilde eend \N nf 0 2009-10-08 14:00:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wilde eend \N nf 0 2009-10-08 10:30:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wilde eend \N nf 0 2009-10-08 14:15:00 424 49 18 4323 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Scholekster \N nf 4 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Scholekster \N nf 0 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Scholekster \N nf 0 2010-10-09 08:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Scholekster \N nf 0 2010-10-09 08:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Scholekster \N nf 0 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Scholekster \N nf 2 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Scholekster \N nf 6 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Scholekster \N nf 4 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Scholekster \N nf 0 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Scholekster \N nf 0 2010-10-09 08:15:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: D 2009-10-8 9:45:0 10.0 Wilde eend \N f 0 2009-10-08 09:45:00 424 49 18 4323 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:30:0 75.0 Scholekster \N nf 4 2010-10-09 08:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Scholekster \N nf 0 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Scholekster \N nf 10 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Scholekster \N nf 0 2010-10-09 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Scholekster \N nf 0 2010-10-09 08:15:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Scholekster \N nf 4 2010-10-09 08:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Scholekster \N nf 0 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Scholekster \N nf 10 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Scholekster \N nf 0 2010-10-09 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Scholekster \N nf 8 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Scholekster \N nf 10 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Scholekster \N nf 10 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Scholekster \N nf 8 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Scholekster \N nf 10 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Scholekster \N nf 10 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Scholekster \N nf 3 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Scholekster \N nf 2 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Scholekster \N nf 3 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Scholekster \N nf 11 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Scholekster \N nf 9 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Scholekster \N nf 2 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Scholekster \N nf 2 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Scholekster \N nf 3 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Scholekster \N nf 1 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Scholekster \N nf 0 2010-10-09 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Scholekster \N nf 3 2010-10-09 08:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Scholekster \N nf 1 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Scholekster \N nf 1 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Scholekster \N nf 0 2010-10-09 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Scholekster \N nf 0 2010-10-09 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Scholekster \N nf 0 2010-10-09 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Scholekster \N nf 0 2010-10-09 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Scholekster \N nf 0 2010-10-09 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:15:0 100.0 Scholekster \N nf 0 2010-10-09 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Scholekster \N nf 0 2010-10-09 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Scholekster \N nf 0 2010-10-09 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Scholekster \N nf 0 2010-10-09 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Scholekster \N nf 0 2010-10-09 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Scholekster \N nf 1 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Scholekster \N nf 3 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Scholekster \N nf 5 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Scholekster \N nf 1 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Scholekster \N nf 3 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Scholekster \N nf 5 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Scholekster \N nf 1 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Scholekster \N nf 1 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Scholekster \N nf 1 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Scholekster \N nf 1 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Scholekster \N nf 0 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Scholekster \N nf 4 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Scholekster \N nf 0 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Scholekster \N nf 4 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Scholekster \N nf 1 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Scholekster \N nf 1 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wilde eend \N nf 0 2009-10-09 15:45:00 425 49 18 4323 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Scholekster \N nf 1 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Scholekster \N nf 1 2010-10-10 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Scholekster \N nf 0 2010-10-10 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Scholekster \N nf 1 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Scholekster \N nf 1 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Scholekster \N nf 0 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Scholekster \N nf 0 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Scholekster \N nf 1 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Scholekster \N nf 1 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Scholekster \N nf 0 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Scholekster \N nf 12 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Scholekster \N nf 1 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Scholekster \N nf 1 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Scholekster \N nf 1 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Scholekster \N nf 1 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Scholekster \N nf 12 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Scholekster \N nf 1 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Scholekster \N nf 1 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Scholekster \N nf 0 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Scholekster \N nf 0 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Scholekster \N nf 1 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Scholekster \N nf 1 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Scholekster \N nf 0 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Scholekster \N nf 2 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Scholekster \N nf 3 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Scholekster \N nf 2 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Scholekster \N nf 2 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Scholekster \N nf 1 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Scholekster \N nf 2 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Scholekster \N nf 10 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Scholekster \N nf 2 2010-10-10 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Scholekster \N nf 0 2010-10-10 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Scholekster \N nf 3 2010-10-10 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Scholekster \N nf 0 2010-10-10 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Scholekster \N nf 2 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Scholekster \N nf 0 2010-10-10 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Scholekster \N nf 2 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Scholekster \N nf 0 2010-10-10 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Scholekster \N nf 0 2010-10-10 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Scholekster \N nf 0 2010-10-10 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Scholekster \N nf 1 2010-10-10 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Scholekster \N nf 2 2010-10-10 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Scholekster \N nf 0 2010-10-10 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Scholekster \N nf 0 2010-10-10 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Scholekster \N nf 10 2010-10-10 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Scholekster \N nf 0 2010-10-10 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Scholekster \N nf 1 2010-10-10 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Scholekster \N nf 0 2010-10-10 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Scholekster \N nf 0 2010-10-10 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Scholekster \N nf 0 2010-10-10 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Scholekster \N nf 0 2010-10-10 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Scholekster \N nf 3 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Scholekster \N nf 1 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Scholekster \N nf 1 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Scholekster \N nf 1 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Scholekster \N nf 1 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Scholekster \N nf 1 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Scholekster \N nf 2 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Scholekster \N nf 3 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Scholekster \N nf 1 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Scholekster \N nf 1 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Scholekster \N nf 1 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Scholekster \N nf 1 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Scholekster \N nf 1 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Scholekster \N nf 2 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N nf 1 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N nf 1 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N nf 1 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N nf 1 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N nf 1 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N nf 1 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N nf 1 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N nf 4 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N nf 1 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N nf 1 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N nf 1 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N nf 1 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N nf 1 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N nf 4 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N nf 1 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N nf 1 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N nf 1 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N nf 1 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Scholekster \N nf 0 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Scholekster \N nf 0 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Scholekster \N nf 0 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Scholekster \N nf 0 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Scholekster \N nf 0 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Scholekster \N nf 1 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Scholekster Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Scholekster \N nf 1 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Scholekster \N nf 0 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Scholekster \N nf 1 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Scholekster Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Scholekster \N nf 1 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Scholekster \N nf 2 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wilde eend \N nf 0 2009-10-09 16:15:00 427 49 18 4323 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Scholekster Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Scholekster \N nf 0 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Scholekster \N nf 2 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Scholekster Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Scholekster \N nf 0 2011-10-01 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Scholekster \N nf 2 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Scholekster \N nf 1 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Scholekster \N nf 2 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied GA 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 17:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Scholekster \N nf 0 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Scholekster \N nf 2 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Scholekster \N nf 1 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Scholekster \N nf 2 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Scholekster \N nf 0 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Scholekster \N nf 2 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Scholekster \N nf 3 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Scholekster \N nf 3 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Scholekster \N nf 4 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Scholekster \N nf 3 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Scholekster \N nf 2 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Scholekster \N nf 10 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Scholekster \N nf 2 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Scholekster \N nf 17 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Scholekster \N nf 4 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Scholekster \N nf 3 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Scholekster \N nf 3 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Scholekster \N nf 1 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Scholekster \N nf 2 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Scholekster \N nf 4 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Scholekster \N nf 2 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Scholekster \N nf 2 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Scholekster \N nf 3 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Scholekster \N nf 3 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Scholekster \N nf 4 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Scholekster \N nf 3 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Scholekster \N nf 2 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Scholekster \N nf 10 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Scholekster \N nf 2 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Scholekster \N nf 17 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Scholekster \N nf 4 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Scholekster \N nf 3 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Scholekster \N nf 3 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 13:0:0 100.0 Scholekster \N nf 2 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Scholekster \N nf 3 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Scholekster \N nf 4 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Scholekster \N nf 2 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Scholekster \N nf 1 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Scholekster \N nf 13 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Scholekster \N nf 2 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Scholekster \N nf 8 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Scholekster \N nf 2 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Scholekster \N nf 11 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Scholekster \N nf 21 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Scholekster \N nf 13 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Scholekster \N nf 24 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Scholekster \N nf 21 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Scholekster smelleken nf 5 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Scholekster \N nf 12 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Scholekster \N nf 10 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Scholekster \N nf 6 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Scholekster \N nf 30 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Scholekster \N nf 2 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Scholekster \N nf 2 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Scholekster \N nf 8 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Scholekster \N nf 4 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Scholekster \N nf 1 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Scholekster \N nf 1 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Scholekster \N nf 13 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Scholekster \N nf 2 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Scholekster \N nf 8 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Scholekster \N nf 2 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Scholekster \N nf 11 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Scholekster \N nf 21 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Scholekster \N nf 13 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Scholekster \N nf 24 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Scholekster \N nf 21 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Scholekster smelleken nf 5 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Scholekster \N nf 12 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:30:0 100.0 Scholekster \N nf 6 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 13:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Scholekster \N nf 30 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Scholekster \N nf 2 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Scholekster \N nf 2 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Scholekster \N nf 8 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Scholekster \N nf 4 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Scholekster \N nf 1 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Scholekster \N nf 30 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Scholekster \N nf 6 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Scholekster \N nf 100 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Scholekster \N nf 30 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Scholekster \N nf 6 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Scholekster \N nf 100 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Scholekster \N nf 9 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Scholekster \N nf 100 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Scholekster \N nf 9 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Scholekster \N nf 100 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Scholekster \N nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Scholekster \N nf 0 2011-10-01 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Scholekster \N nf 50 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Scholekster \N nf 21 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Scholekster \N nf 15 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Scholekster \N nf 50 2011-10-01 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Scholekster \N nf 0 2011-10-01 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Scholekster \N nf 0 2011-10-01 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Scholekster \N nf 0 2011-10-01 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Scholekster \N nf 21 2011-10-01 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Scholekster \N nf 0 2011-10-01 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Scholekster \N nf 0 2011-10-01 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Scholekster \N nf 0 2011-10-01 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Scholekster \N nf 0 2011-10-01 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Scholekster \N nf 0 2011-10-01 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Scholekster \N nf 0 2011-10-01 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Scholekster \N nf 0 2011-10-01 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Scholekster \N nf 0 2011-10-01 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Scholekster \N nf 0 2011-10-01 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Scholekster \N nf 0 2011-10-01 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Scholekster \N nf 0 2011-10-01 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Scholekster \N nf 0 2011-10-01 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Scholekster \N nf 15 2011-10-01 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Scholekster \N nf 0 2011-10-01 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Scholekster \N nf 0 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Scholekster \N nf 1 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Scholekster \N nf 3 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Scholekster \N nf 3 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Scholekster \N nf 2 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Scholekster \N nf 2 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Scholekster \N nf 1 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Scholekster \N nf 1 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Scholekster \N nf 1 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Scholekster \N nf 3 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Scholekster \N nf 3 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Scholekster \N nf 2 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Scholekster \N nf 2 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Scholekster \N nf 1 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Scholekster \N nf 1 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Scholekster \N nf 1 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Scholekster \N nf 2 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Scholekster \N nf 1 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Scholekster \N nf 1 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Scholekster \N nf 2 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Scholekster \N nf 1 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Scholekster \N nf 1 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Scholekster \N nf 2 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 8 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Scholekster \N nf 4 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Scholekster \N nf 1 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Scholekster \N nf 1 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Scholekster \N nf 1 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Scholekster \N nf 2 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 8 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Scholekster \N nf 4 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Scholekster \N nf 1 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Scholekster \N nf 1 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Scholekster \N nf 0 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Scholekster \N nf 0 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Scholekster \N nf 0 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Scholekster \N nf 1 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Scholekster \N nf 1 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Scholekster \N nf 0 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Scholekster \N nf 1 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Scholekster \N nf 1 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Scholekster \N nf 7 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Scholekster \N nf 1 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Scholekster \N nf 7 2011-10-02 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Scholekster \N nf 1 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Scholekster \N nf 1 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Scholekster \N nf 1 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 0 Gebied: G 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Scholekster \N nf 1 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Scholekster \N nf 1 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Scholekster \N nf 1 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Scholekster \N nf 1 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Scholekster slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Scholekster \N nf 4 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Scholekster \N nf 15 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Scholekster \N nf 7 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Scholekster \N nf 7 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Scholekster \N nf 3 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Scholekster \N nf 4 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Scholekster \N nf 15 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Scholekster \N nf 7 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Scholekster \N nf 7 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Scholekster \N nf 3 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Scholekster \N nf 1 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied GH 2007-10-18 14:0:0 90.0 Scholekster \N nf 0 2007-10-18 14:00:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Scholekster \N nf 4 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Scholekster \N nf 2 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Scholekster \N nf 11 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Scholekster \N nf 11 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Scholekster \N nf 7 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Scholekster \N nf 7 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 4 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:15:0 100.0 Scholekster \N nf 6 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Scholekster \N nf 2 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 17:0:0 45.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Scholekster \N nf 4 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Scholekster \N nf 2 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Scholekster \N nf 11 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Scholekster \N nf 11 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Scholekster \N nf 7 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Scholekster \N nf 7 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 4 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Scholekster \N nf 2 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Scholekster \N nf 6 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Scholekster \N nf 5 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Scholekster \N nf 11 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Scholekster \N nf 5 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Scholekster \N nf 1 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Scholekster \N nf 4 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Scholekster \N nf 0 2011-10-02 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Scholekster \N nf 4 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Scholekster \N nf 0 2011-10-02 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Scholekster \N nf 0 2011-10-02 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Scholekster \N nf 0 2011-10-02 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Scholekster \N nf 0 2011-10-02 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Scholekster \N nf 0 2011-10-02 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Scholekster \N nf 0 2011-10-02 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Scholekster \N nf 0 2011-10-02 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Scholekster \N nf 0 2011-10-02 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Scholekster \N nf 0 2011-10-02 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Scholekster vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Scholekster \N nf 0 2011-10-02 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Scholekster visarend nf 0 2011-10-02 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:30:0 100.0 Scholekster slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Scholekster \N nf 0 2011-10-02 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Scholekster \N nf 6 2011-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Scholekster \N nf 0 2011-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Scholekster \N nf 4 2011-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Scholekster \N nf 0 2011-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Scholekster \N nf 4 2011-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Scholekster \N nf 3 2011-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Scholekster \N nf 3 2011-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Scholekster \N nf 12 2011-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Scholekster \N nf 0 2011-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Scholekster \N nf 0 2011-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Scholekster \N nf 0 2011-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Scholekster \N nf 0 2011-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Scholekster \N nf 0 2011-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Scholekster \N nf 0 2011-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Scholekster \N nf 0 2011-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Scholekster \N nf 0 2011-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Scholekster \N nf 0 2011-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Scholekster \N nf 0 2011-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Scholekster \N nf 0 2011-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Scholekster \N nf 6 2011-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Scholekster \N nf 0 2011-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Scholekster \N nf 4 2011-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Scholekster \N nf 0 2011-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Scholekster \N nf 4 2011-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Scholekster \N nf 3 2011-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Scholekster \N nf 3 2011-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Scholekster \N nf 12 2011-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Scholekster \N nf 0 2011-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Scholekster \N nf 0 2011-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Scholekster \N nf 0 2011-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Scholekster \N nf 0 2011-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Scholekster \N nf 0 2011-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Scholekster \N nf 0 2011-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Scholekster \N nf 0 2011-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Scholekster \N nf 0 2011-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Scholekster \N nf 0 2011-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Scholekster \N nf 0 2011-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Scholekster \N nf 0 2011-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Scholekster \N nf 2 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Scholekster \N nf 2 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Scholekster \N nf 1 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Scholekster \N nf 7 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:45:0 10.0 Scholekster \N nf 9 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Scholekster \N nf 2 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Scholekster \N nf 2 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Scholekster \N nf 1 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Scholekster \N nf 7 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Scholekster \N nf 9 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Scholekster \N nf 1 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Scholekster \N nf 1 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Scholekster \N nf 6 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Scholekster \N nf 1 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Scholekster \N nf 1 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Scholekster \N nf 6 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Scholekster \N nf 0 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Scholekster \N nf 0 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Scholekster \N nf 1 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Scholekster \N nf 8 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Scholekster \N nf 1 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Scholekster \N nf 8 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Scholekster \N nf 0 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Scholekster \N nf 0 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Scholekster \N nf 0 2012-10-07 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Scholekster \N nf 4 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Scholekster \N nf 1 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Scholekster \N nf 0 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Scholekster \N nf 0 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Scholekster \N nf 4 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Scholekster \N nf 8 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Scholekster \N nf 3 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Scholekster \N nf 0 2009-10-08 16:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Scholekster \N nf 1 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Scholekster \N nf 10 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Scholekster \N nf 0 2012-10-07 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Scholekster \N nf 8 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Scholekster \N nf 0 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Scholekster \N nf 3 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Scholekster \N nf 0 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Scholekster \N nf 1 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Scholekster \N nf 0 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Scholekster \N nf 10 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Scholekster \N nf 11 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Scholekster \N nf 1 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Scholekster \N nf 1 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Scholekster \N nf 12 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Scholekster \N nf 1 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Scholekster \N nf 0 2012-10-07 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Scholekster \N nf 0 2012-10-07 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Scholekster \N nf 11 2012-10-07 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Scholekster \N nf 0 2012-10-07 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Scholekster \N nf 1 2012-10-07 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Scholekster \N nf 0 2012-10-07 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Scholekster \N nf 1 2012-10-07 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Scholekster \N nf 0 2012-10-07 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Scholekster \N nf 0 2012-10-07 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Scholekster \N nf 0 2012-10-07 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Scholekster \N nf 0 2012-10-07 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Scholekster \N nf 0 2012-10-07 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Scholekster \N nf 12 2012-10-07 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Scholekster \N nf 0 2012-10-07 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Scholekster \N nf 1 2012-10-07 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Scholekster \N nf 0 2012-10-07 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Scholekster \N nf 0 2012-10-07 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Scholekster \N nf 0 2012-10-07 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Scholekster \N nf 0 2012-10-07 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Scholekster \N nf 0 2012-10-07 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Scholekster \N nf 0 2012-10-07 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Scholekster \N nf 0 2012-10-07 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Scholekster \N nf 0 2011-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Scholekster \N nf 0 2011-10-08 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Scholekster \N nf 0 2011-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Scholekster \N nf 1 2011-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Scholekster \N nf 0 2011-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Scholekster \N nf 0 2011-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Scholekster \N nf 0 2011-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Scholekster \N nf 0 2011-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Scholekster \N nf 0 2011-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Scholekster \N nf 0 2011-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Scholekster \N nf 0 2011-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Scholekster \N nf 0 2011-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Scholekster \N nf 0 2011-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Scholekster \N nf 0 2011-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Scholekster \N nf 0 2011-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Scholekster \N nf 0 2011-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Scholekster \N nf 0 2011-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Scholekster \N nf 0 2011-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Scholekster \N nf 0 2011-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Scholekster \N nf 0 2011-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Scholekster \N nf 0 2011-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Scholekster \N nf 0 2011-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Scholekster \N nf 0 2011-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Scholekster \N nf 0 2011-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Scholekster \N nf 0 2011-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Scholekster \N nf 0 2011-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Scholekster \N nf 5 2011-10-08 18:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Scholekster \N nf 0 2011-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Scholekster \N nf 0 2011-10-08 18:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Scholekster \N nf 0 2011-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Scholekster \N nf 0 2011-10-08 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Scholekster \N nf 0 2011-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Scholekster \N nf 1 2011-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Scholekster \N nf 0 2011-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Scholekster \N nf 0 2011-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Scholekster \N nf 0 2011-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Scholekster \N nf 0 2011-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Scholekster \N nf 0 2011-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Scholekster \N nf 0 2011-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Scholekster \N nf 0 2011-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Scholekster \N nf 0 2011-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Scholekster \N nf 0 2011-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Scholekster \N nf 0 2011-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Scholekster \N nf 0 2011-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Scholekster \N nf 0 2011-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Scholekster \N nf 0 2011-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Scholekster \N nf 0 2011-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Scholekster \N nf 0 2011-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Scholekster \N nf 0 2011-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Scholekster \N nf 0 2011-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Scholekster \N nf 0 2011-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Scholekster \N nf 0 2011-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Scholekster \N nf 0 2011-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Scholekster \N nf 0 2011-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Scholekster \N nf 0 2011-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Scholekster \N nf 5 2011-10-08 18:30:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Scholekster \N nf 0 2011-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Scholekster \N nf 0 2011-10-08 18:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Scholekster \N nf 2 2012-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Scholekster \N nf 0 2012-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Scholekster \N nf 0 2012-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Scholekster \N nf 0 2012-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Scholekster \N nf 3 2012-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Scholekster \N nf 0 2012-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Scholekster \N nf 0 2012-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Scholekster \N nf 0 2012-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Scholekster \N nf 0 2012-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Scholekster \N nf 0 2012-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Scholekster \N nf 0 2012-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Scholekster \N nf 0 2012-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Scholekster \N nf 0 2012-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Scholekster \N nf 0 2012-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Scholekster \N nf 0 2012-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Scholekster \N nf 0 2012-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Scholekster \N nf 0 2012-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Scholekster \N nf 0 2012-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Scholekster \N nf 0 2012-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Scholekster \N nf 0 2012-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Scholekster \N nf 0 2012-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Scholekster \N nf 1 2012-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Scholekster \N nf 0 2012-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Scholekster \N nf 0 2012-10-08 18:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Scholekster \N nf 0 2012-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Scholekster \N nf 0 2012-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Scholekster \N nf 0 2012-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Scholekster \N nf 2 2012-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Scholekster \N nf 0 2012-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Scholekster \N nf 0 2012-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Scholekster \N nf 0 2012-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Scholekster \N nf 3 2012-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Scholekster \N nf 0 2012-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Scholekster \N nf 0 2012-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Scholekster \N nf 0 2012-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Scholekster \N nf 0 2012-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Scholekster \N nf 0 2012-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Scholekster \N nf 0 2012-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Scholekster \N nf 0 2012-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Scholekster \N nf 0 2012-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Scholekster \N nf 0 2012-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Scholekster \N nf 0 2012-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Scholekster \N nf 0 2012-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Scholekster \N nf 0 2012-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Scholekster \N nf 0 2012-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Scholekster \N nf 0 2012-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Scholekster \N nf 0 2012-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Scholekster \N nf 0 2012-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Scholekster \N nf 1 2012-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Scholekster \N nf 0 2012-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Scholekster \N nf 0 2012-10-08 18:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Scholekster \N nf 0 2012-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Scholekster \N nf 0 2012-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Scholekster \N nf 0 2012-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Scholekster \N nf 2 2012-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Scholekster \N nf 0 2012-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Scholekster \N nf 0 2012-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Scholekster \N nf 0 2012-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Scholekster \N nf 0 2012-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Scholekster \N nf 0 2012-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Scholekster \N nf 0 2012-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Scholekster \N nf 0 2012-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Scholekster \N nf 2 2012-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Scholekster \N nf 0 2012-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Scholekster \N nf 2 2012-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Scholekster \N nf 0 2012-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Scholekster \N nf 0 2012-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Scholekster \N nf 0 2012-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Scholekster \N nf 0 2012-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Scholekster \N nf 0 2012-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Scholekster \N nf 0 2012-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Scholekster \N nf 0 2012-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Scholekster \N nf 0 2012-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Scholekster \N nf 0 2012-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Scholekster \N nf 0 2012-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Scholekster \N nf 0 2012-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Scholekster \N nf 0 2012-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Scholekster \N nf 0 2012-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Scholekster \N nf 0 2012-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Scholekster \N nf 2 2012-10-08 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Scholekster \N nf 0 2012-10-08 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Scholekster \N nf 0 2012-10-08 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Scholekster \N nf 0 2012-10-08 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Scholekster \N nf 0 2012-10-08 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Scholekster \N nf 0 2012-10-08 16:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Scholekster \N nf 0 2012-10-08 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Scholekster \N nf 0 2012-10-08 16:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Scholekster \N nf 2 2012-10-08 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Scholekster \N nf 0 2012-10-08 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Scholekster \N nf 2 2012-10-08 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Scholekster \N nf 0 2012-10-08 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Scholekster \N nf 0 2012-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Scholekster \N nf 0 2012-10-08 17:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Scholekster \N nf 0 2012-10-08 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Scholekster \N nf 0 2012-10-08 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Scholekster \N nf 0 2012-10-08 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Scholekster \N nf 0 2012-10-08 17:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Scholekster \N nf 0 2012-10-08 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Scholekster \N nf 0 2012-10-08 18:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Scholekster \N nf 0 2012-10-08 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Scholekster \N nf 0 2012-10-08 18:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Scholekster \N nf 0 2012-10-08 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Scholekster \N nf 0 2012-10-08 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Scholekster \N nf 0 2012-10-08 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Scholekster \N nf 0 2012-10-08 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Scholekster \N nf 1 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Scholekster \N nf 0 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Scholekster \N nf 11 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Scholekster \N nf 2 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: G 2011-10-18 13:30:0 100.0 Sminet \N nf 0 2011-10-18 13:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Sminet \N nf 0 2011-10-18 13:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Sminet \N nf 0 2011-10-18 14:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Sminet \N nf 0 2011-10-18 14:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Sminet \N nf 0 2011-10-18 14:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Sminet \N nf 0 2011-10-18 14:45:00 \N 49 18 6416 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 15:0:0 50.0 Sminet \N nf 0 2011-10-18 15:00:00 \N 49 18 6416 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 15:15:0 5.0 Sminet \N nf 6 2011-10-18 15:15:00 \N 49 18 6416 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 13:15:0 100.0 Sminet \N nf 0 2011-10-18 13:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:30:0 100.0 Sminet \N nf 0 2011-10-18 13:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Sminet \N nf 0 2011-10-18 13:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Sminet \N nf 0 2011-10-18 14:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Sminet \N nf 0 2011-10-18 14:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Sminet \N nf 0 2011-10-18 14:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Sminet \N nf 0 2011-10-18 14:45:00 \N 49 18 6416 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 15:0:0 50.0 Sminet \N nf 0 2011-10-18 15:00:00 \N 49 18 6416 36 \N 50 38 54 37 50 Gebied: A 2011-10-18 14:30:0 90.0 Scholekster \N nf 32 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Scholekster \N nf 75 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Scholekster \N nf 1 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Scholekster \N nf 0 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Sminet \N f 0 2011-10-18 13:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:15:0 100.0 Sminet \N f 0 2011-10-18 13:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:30:0 100.0 Sminet \N f 0 2011-10-18 13:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Sminet \N f 0 2011-10-18 14:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Sminet \N f 0 2011-10-18 14:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Sminet \N f 0 2011-10-18 14:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Sminet \N f 0 2011-10-18 14:45:00 \N 49 18 6416 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 15:0:0 50.0 Sminet \N f 0 2011-10-18 15:00:00 \N 49 18 6416 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 15:15:0 5.0 Sminet \N f 6 2011-10-18 15:15:00 \N 49 18 6416 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 13:15:0 100.0 Sminet \N f 0 2011-10-18 13:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Scholekster \N nf 11 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Scholekster \N nf 2 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Scholekster \N nf 32 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Scholekster \N nf 75 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Scholekster \N nf 3 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Scholekster \N nf 2 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Scholekster \N nf 2 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Scholekster \N nf 1 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Scholekster \N nf 1 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Scholekster \N nf 1 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Scholekster \N nf 1 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Scholekster \N nf 2 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Scholekster \N nf 3 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Scholekster \N nf 2 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Scholekster \N nf 2 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Scholekster \N nf 1 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Scholekster \N nf 1 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Scholekster \N nf 1 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Scholekster \N nf 1 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Scholekster \N nf 2 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Scholekster \N nf 2 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Scholekster \N nf 1 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Scholekster \N nf 2 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Scholekster \N nf 1 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Scholekster \N nf 1 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Scholekster \N nf 0 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Scholekster \N nf 0 2009-10-08 10:30:00 421 49 18 25768 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Scholekster \N nf 0 2009-10-08 14:15:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 413 49 18 25768 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 25768 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Scholekster \N nf 0 2007-10-18 13:15:00 413 49 18 25768 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Scholekster \N nf 0 2007-10-18 15:45:00 413 49 18 25768 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Scholekster \N nf 0 2007-10-18 16:00:00 413 49 18 25768 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 413 49 18 25768 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 25768 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Scholekster \N nf 0 2007-10-18 13:15:00 413 49 18 25768 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Scholekster \N nf 0 2007-10-19 13:00:00 413 49 18 25768 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Scholekster \N nf 1 2007-10-19 16:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Scholekster \N nf 0 2007-10-19 13:15:00 413 49 18 25768 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Scholekster \N nf 0 2007-10-19 17:15:00 413 49 18 25768 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Scholekster \N nf 5 2007-10-19 14:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Scholekster \N nf 5 2007-10-19 14:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Scholekster \N nf 2 2007-10-19 15:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Scholekster \N nf 2 2007-10-19 15:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Scholekster \N nf 4 2007-10-19 15:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Scholekster \N nf 0 2007-10-19 13:00:00 413 49 18 25768 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Scholekster \N nf 1 2007-10-19 16:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Scholekster \N nf 0 2007-10-19 13:15:00 413 49 18 25768 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Scholekster \N nf 0 2007-10-19 17:15:00 413 49 18 25768 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Scholekster \N nf 5 2007-10-19 14:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Scholekster \N nf 5 2007-10-19 14:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Scholekster \N nf 2 2007-10-19 15:15:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Scholekster \N nf 2 2007-10-19 15:30:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Scholekster \N nf 4 2007-10-19 15:45:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 413 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Scholekster \N nf 0 2007-10-18 15:45:00 413 49 18 25768 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Scholekster \N nf 0 2007-10-18 16:00:00 413 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 414 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 25768 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Scholekster \N nf 0 2007-10-18 13:15:00 414 49 18 25768 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Scholekster \N nf 3 2007-10-18 13:30:00 414 49 18 25768 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Scholekster \N nf 0 2007-10-18 13:45:00 414 49 18 25768 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 414 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 25768 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Scholekster \N nf 0 2007-10-18 13:15:00 414 49 18 25768 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Scholekster \N nf 3 2007-10-18 13:30:00 414 49 18 25768 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Scholekster \N nf 0 2007-10-18 13:45:00 414 49 18 25768 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Scholekster \N nf 0 2007-10-19 12:45:00 414 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Scholekster \N nf 1 2007-10-19 16:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Scholekster \N nf 0 2007-10-19 13:00:00 414 49 18 25768 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Scholekster \N nf 2 2007-10-19 16:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Scholekster \N nf 0 2007-10-19 13:15:00 414 49 18 25768 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Scholekster \N nf 7 2007-10-19 13:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Scholekster \N nf 2 2007-10-19 13:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 25768 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Scholekster \N nf 4 2007-10-19 14:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Scholekster \N nf 3 2007-10-19 14:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Scholekster \N nf 5 2007-10-19 14:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Scholekster \N nf 1 2007-10-19 15:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Scholekster \N nf 5 2007-10-19 15:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Scholekster \N nf 2 2007-10-19 16:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Scholekster \N nf 0 2007-10-19 12:45:00 414 49 18 25768 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Scholekster \N nf 1 2007-10-19 16:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Scholekster \N nf 0 2007-10-19 13:00:00 414 49 18 25768 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Scholekster \N nf 2 2007-10-19 16:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Scholekster \N nf 0 2007-10-19 13:15:00 414 49 18 25768 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Scholekster \N nf 7 2007-10-19 13:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Scholekster \N nf 2 2007-10-19 13:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 25768 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Scholekster \N nf 4 2007-10-19 14:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Scholekster \N nf 3 2007-10-19 14:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Scholekster \N nf 5 2007-10-19 14:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Scholekster \N nf 1 2007-10-19 15:15:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Scholekster \N nf 5 2007-10-19 15:30:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Scholekster \N nf 2 2007-10-19 16:00:00 414 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 415 49 18 25768 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 415 49 18 25768 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Scholekster \N nf 0 2007-10-18 16:15:00 415 49 18 25768 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 25768 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 415 49 18 25768 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 415 49 18 25768 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 413 49 18 32971 35 \N 50 38 54 37 1 Gebied: G 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 415 49 18 25768 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 415 49 18 25768 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Scholekster \N nf 0 2007-10-18 16:15:00 415 49 18 25768 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 25768 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 415 49 18 25768 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 415 49 18 25768 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Scholekster \N nf 0 2007-10-19 12:45:00 415 49 18 25768 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Scholekster \N nf 0 2007-10-19 13:00:00 415 49 18 25768 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Scholekster \N nf 0 2007-10-19 12:45:00 415 49 18 25768 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Scholekster \N nf 0 2007-10-19 13:00:00 415 49 18 25768 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 415 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Scholekster \N nf 0 2007-10-18 12:15:00 416 49 18 25768 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Scholekster \N nf 0 2007-10-18 15:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Scholekster \N nf 0 2007-10-18 12:30:00 416 49 18 25768 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Scholekster \N nf 0 2007-10-18 12:45:00 416 49 18 25768 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Scholekster \N nf 0 2007-10-18 16:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Scholekster \N nf 2 2007-10-18 13:45:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Scholekster \N nf 0 2007-10-18 14:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Scholekster \N nf 0 2007-10-18 14:15:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Scholekster \N nf 0 2007-10-18 14:30:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Scholekster \N nf 1 2007-10-18 14:45:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Scholekster \N nf 0 2007-10-18 15:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Scholekster \N nf 0 2007-10-18 12:15:00 416 49 18 25768 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Scholekster \N nf 0 2007-10-18 15:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Scholekster \N nf 0 2007-10-18 12:30:00 416 49 18 25768 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Scholekster \N nf 0 2007-10-18 12:45:00 416 49 18 25768 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Scholekster \N nf 0 2007-10-18 16:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Scholekster \N nf 2 2007-10-18 13:45:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Scholekster \N nf 0 2007-10-18 14:15:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Scholekster \N nf 0 2007-10-18 14:30:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Scholekster \N nf 1 2007-10-18 14:45:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Scholekster \N nf 0 2007-10-19 12:45:00 416 49 18 25768 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Scholekster \N nf 0 2007-10-19 13:00:00 416 49 18 25768 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Scholekster \N nf 5 2007-10-19 14:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 25768 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Scholekster \N nf 0 2007-10-19 17:45:00 416 49 18 25768 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Scholekster \N nf 0 2007-10-19 12:45:00 416 49 18 25768 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Scholekster \N nf 0 2007-10-19 13:00:00 416 49 18 25768 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Scholekster \N nf 5 2007-10-19 14:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 25768 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Scholekster \N nf 0 2007-10-19 17:45:00 416 49 18 25768 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 416 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 25768 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Scholekster \N nf 0 2007-10-18 13:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 417 49 18 25768 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 25768 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Scholekster \N nf 0 2007-10-18 13:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Scholekster \N nf 0 2007-10-19 13:00:00 417 49 18 25768 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Scholekster \N nf 1 2007-10-19 16:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Scholekster \N nf 0 2007-10-19 13:15:00 417 49 18 25768 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Scholekster \N nf 5 2007-10-19 17:15:00 417 49 18 25768 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Scholekster \N nf 2 2007-10-19 14:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Scholekster \N nf 4 2007-10-19 15:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Scholekster \N nf 2 2007-10-19 15:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Scholekster \N nf 17 2007-10-19 15:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Scholekster \N nf 0 2007-10-19 13:00:00 417 49 18 25768 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Scholekster \N nf 1 2007-10-19 16:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Scholekster \N nf 0 2007-10-19 13:15:00 417 49 18 25768 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Scholekster \N nf 5 2007-10-19 17:15:00 417 49 18 25768 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Scholekster \N nf 2 2007-10-19 14:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Scholekster \N nf 4 2007-10-19 15:15:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Scholekster \N nf 2 2007-10-19 15:30:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Scholekster \N nf 17 2007-10-19 15:45:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 417 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Scholekster \N nf 0 2007-10-18 16:00:00 418 49 18 25768 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Scholekster \N nf 0 2007-10-18 16:15:00 418 49 18 25768 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 25768 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Scholekster \N nf 0 2007-10-18 16:00:00 418 49 18 25768 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Scholekster \N nf 0 2007-10-18 12:45:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Scholekster \N nf 0 2007-10-18 16:15:00 418 49 18 25768 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 25768 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Scholekster \N nf 0 2007-10-18 13:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Scholekster \N nf 0 2007-10-19 12:45:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Scholekster \N nf 1 2007-10-19 16:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Scholekster \N nf 7 2007-10-19 13:00:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Scholekster \N nf 2 2007-10-19 13:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Scholekster \N nf 4 2007-10-19 16:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Scholekster \N nf 1 2007-10-19 13:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Scholekster \N nf 1 2007-10-19 13:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Scholekster \N nf 4 2007-10-19 17:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 25768 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Scholekster \N nf 2 2007-10-19 14:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Scholekster \N nf 9 2007-10-19 14:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Scholekster \N nf 10 2007-10-19 15:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Scholekster \N nf 1 2007-10-19 15:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Scholekster \N nf 0 2007-10-19 12:45:00 418 49 18 25768 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Scholekster \N nf 1 2007-10-19 16:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Scholekster \N nf 7 2007-10-19 13:00:00 418 49 18 25768 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Scholekster \N nf 2 2007-10-19 13:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Scholekster \N nf 4 2007-10-19 16:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Scholekster \N nf 1 2007-10-19 13:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Scholekster \N nf 1 2007-10-19 13:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Scholekster \N nf 4 2007-10-19 17:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Scholekster \N nf 4 2007-10-19 14:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 25768 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Scholekster \N nf 2 2007-10-19 14:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Scholekster \N nf 4 2007-10-19 14:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Scholekster \N nf 9 2007-10-19 14:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Scholekster \N nf 10 2007-10-19 15:30:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Scholekster \N nf 1 2007-10-19 15:45:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Scholekster \N nf 1 2007-10-19 16:00:00 418 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 419 49 18 25768 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Scholekster \N nf 0 2007-10-18 12:45:00 419 49 18 25768 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Scholekster \N nf 0 2007-10-18 16:15:00 419 49 18 25768 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 25768 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Scholekster \N nf 0 2007-10-18 13:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Scholekster \N nf 4 2007-10-18 13:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 419 49 18 25768 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Scholekster \N nf 0 2007-10-18 12:45:00 419 49 18 25768 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Scholekster \N nf 0 2007-10-18 16:15:00 419 49 18 25768 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 25768 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Scholekster \N nf 0 2007-10-18 13:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Scholekster \N nf 0 2007-10-18 13:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Scholekster \N nf 4 2007-10-18 13:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Scholekster \N nf 0 2007-10-18 14:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Scholekster \N nf 0 2007-10-18 14:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Scholekster \N nf 0 2007-10-18 14:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Scholekster \N nf 0 2007-10-18 14:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Scholekster \N nf 0 2007-10-19 12:45:00 419 49 18 25768 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Scholekster \N nf 0 2007-10-19 13:00:00 419 49 18 25768 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 25768 36 \N 50 38 54 37 95 Gebied: E 2009-10-9 16:15:0 100.0 Scholekster \N nf 0 2009-10-09 16:15:00 425 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Scholekster \N nf 16 2007-10-19 15:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Scholekster \N nf 6 2007-10-19 16:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Scholekster \N nf 0 2007-10-19 12:45:00 419 49 18 25768 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Scholekster \N nf 0 2007-10-19 16:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Scholekster \N nf 0 2007-10-19 13:00:00 419 49 18 25768 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Scholekster \N nf 0 2007-10-19 16:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Scholekster \N nf 0 2007-10-19 16:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Scholekster \N nf 0 2007-10-19 17:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Scholekster \N nf 0 2007-10-19 17:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Scholekster \N nf 0 2007-10-19 14:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 25768 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Scholekster \N nf 16 2007-10-19 15:45:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Scholekster \N nf 6 2007-10-19 16:00:00 419 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Scholekster \N nf 0 2007-10-18 12:15:00 420 49 18 25768 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Scholekster \N nf 0 2007-10-18 15:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 420 49 18 25768 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Scholekster \N nf 0 2007-10-18 12:45:00 420 49 18 25768 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Scholekster \N nf 0 2007-10-18 16:15:00 420 49 18 25768 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 25768 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Scholekster \N nf 0 2007-10-18 16:30:00 420 49 18 25768 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Scholekster \N nf 0 2007-10-18 13:45:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Scholekster \N nf 0 2007-10-18 14:00:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Scholekster \N nf 0 2007-10-18 14:15:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Scholekster \N nf 0 2007-10-18 14:30:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Scholekster \N nf 0 2007-10-18 14:45:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Scholekster \N nf 0 2007-10-18 12:15:00 420 49 18 25768 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Scholekster \N nf 0 2007-10-18 15:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Scholekster \N nf 0 2007-10-18 12:30:00 420 49 18 25768 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Scholekster \N nf 0 2007-10-18 16:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Scholekster \N nf 0 2007-10-18 12:45:00 420 49 18 25768 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Scholekster \N nf 0 2007-10-18 16:15:00 420 49 18 25768 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Scholekster slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 25768 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Scholekster \N nf 0 2007-10-18 16:30:00 420 49 18 25768 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Scholekster \N nf 0 2007-10-18 13:15:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Scholekster \N nf 0 2007-10-18 13:30:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Scholekster \N nf 0 2007-10-18 14:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Scholekster \N nf 0 2007-10-18 13:45:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Scholekster \N nf 0 2007-10-18 14:15:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Scholekster \N nf 0 2007-10-18 14:30:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Scholekster \N nf 0 2007-10-18 14:45:00 420 49 18 25768 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Scholekster \N nf 0 2007-10-18 15:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Scholekster \N nf 0 2007-10-18 15:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Scholekster \N nf 0 2007-10-18 15:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Scholekster \N nf 0 2007-10-19 12:45:00 420 49 18 25768 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Scholekster \N nf 0 2007-10-19 16:15:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Scholekster \N nf 0 2007-10-19 13:00:00 420 49 18 25768 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Scholekster \N nf 0 2007-10-19 16:30:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Scholekster \N nf 0 2007-10-19 17:00:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Scholekster \N nf 0 2007-10-19 17:15:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Scholekster \N nf 2 2007-10-19 14:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 25768 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Scholekster \N nf 0 2007-10-19 17:45:00 420 49 18 25768 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Scholekster \N nf 0 2007-10-19 12:45:00 420 49 18 25768 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Scholekster \N nf 0 2007-10-19 16:15:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Scholekster \N nf 0 2007-10-19 13:00:00 420 49 18 25768 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Scholekster \N nf 0 2007-10-19 16:30:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Scholekster \N nf 0 2007-10-19 13:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Scholekster \N nf 0 2007-10-19 16:45:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Scholekster \N nf 0 2007-10-19 13:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Scholekster \N nf 0 2007-10-19 17:00:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Scholekster \N nf 0 2007-10-19 13:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Scholekster \N nf 0 2007-10-19 17:15:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Scholekster \N nf 2 2007-10-19 14:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Scholekster slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 25768 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Scholekster \N nf 0 2007-10-19 14:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Scholekster \N nf 0 2007-10-19 17:45:00 420 49 18 25768 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Scholekster \N nf 0 2007-10-19 14:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Scholekster \N nf 0 2007-10-19 14:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Scholekster \N nf 0 2007-10-19 15:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Scholekster \N nf 0 2007-10-19 15:15:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Scholekster \N nf 0 2007-10-19 15:30:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Scholekster \N nf 0 2007-10-19 15:45:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Scholekster \N nf 0 2007-10-19 16:00:00 420 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: D 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Scholekster \N nf 2 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 413 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Scholekster \N nf 1 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Scholekster \N nf 0 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Scholekster \N nf 2 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Scholekster \N nf 0 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Scholekster \N nf 4 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Scholekster \N nf 3 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Scholekster \N nf 0 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Scholekster \N nf 4 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zilver Plevier \N nf 0 2007-10-19 17:15:00 413 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Scholekster \N nf 3 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Scholekster \N nf 2 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Scholekster \N nf 0 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Scholekster \N nf 13 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Scholekster \N nf 2 2012-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Scholekster \N nf 0 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Scholekster \N nf 0 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Scholekster \N nf 0 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Scholekster \N nf 13 2012-10-18 15:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Scholekster \N nf 10 2011-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Scholekster \N nf 2 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Scholekster \N nf 2 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Scholekster \N nf 1 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Scholekster \N nf 0 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Scholekster \N nf 3 2011-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Scholekster \N nf 10 2011-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Scholekster \N nf 10 2011-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Scholekster \N nf 2 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Scholekster \N nf 2 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Scholekster \N nf 1 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Scholekster \N nf 0 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Scholekster \N nf 3 2011-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Scholekster \N nf 10 2011-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Scholekster \N nf 1 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Scholekster \N nf 2 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Scholekster \N nf 2 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Scholekster \N nf 6 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Scholekster \N nf 3 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Scholekster \N nf 20 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Scholekster \N nf 30 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Scholekster \N nf 0 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Scholekster \N nf 2 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Scholekster \N nf 2 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Scholekster \N nf 6 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Scholekster \N nf 3 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Scholekster \N nf 20 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Scholekster \N nf 30 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Scholekster \N nf 10 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Scholekster \N nf 10 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Scholekster \N nf 2 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Scholekster \N nf 1 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Scholekster \N nf 2 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Scholekster \N nf 2 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Scholekster \N nf 30 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Scholekster \N nf 10 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Scholekster \N nf 10 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Scholekster \N nf 2 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Scholekster \N nf 1 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Scholekster \N nf 2 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Scholekster \N nf 2 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Scholekster \N nf 30 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Scholekster \N nf 0 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Scholekster \N nf 2 2011-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Scholekster \N nf 8 2011-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Scholekster \N nf 4 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Scholekster \N nf 2 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Scholekster \N nf 0 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Scholekster \N nf 4 2011-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Scholekster \N nf 20 2011-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Scholekster \N nf 2 2011-10-18 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Scholekster \N nf 0 2011-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Scholekster \N nf 8 2011-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Scholekster \N nf 0 2011-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Scholekster \N nf 4 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Scholekster \N nf 0 2011-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Scholekster \N nf 2 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Scholekster \N nf 0 2011-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Scholekster \N nf 0 2011-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Scholekster \N nf 0 2011-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Scholekster \N nf 0 2011-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Scholekster \N nf 0 2011-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Scholekster \N nf 0 2011-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Scholekster \N nf 0 2011-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Scholekster \N nf 0 2011-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Scholekster \N nf 0 2011-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Scholekster \N nf 0 2011-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Scholekster \N nf 4 2011-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Scholekster \N nf 0 2011-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Scholekster \N nf 20 2011-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Scholekster \N nf 0 2011-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Scholekster \N nf 0 2011-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Scholekster \N nf 0 2011-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Scholekster \N nf 0 2011-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Scholekster \N nf 0 2011-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Scholekster \N nf 30 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Scholekster \N nf 3 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Scholekster \N nf 4 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Scholekster \N nf 30 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Scholekster \N nf 30 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Scholekster \N nf 3 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Scholekster \N nf 1 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Scholekster \N nf 0 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Scholekster \N nf 0 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Scholekster \N nf 4 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: G 2009-10-9 16:45:0 100.0 Scholekster \N nf 0 2009-10-09 16:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Scholekster \N nf 30 2012-10-18 15:15:00 \N 49 18 25768 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Scholekster \N nf 16 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Scholekster \N nf 2 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Scholekster \N nf 25 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Scholekster \N nf 1 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 419 49 18 32971 35 \N 50 38 54 37 0 Gebied: L 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Scholekster \N nf 1 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Scholekster \N nf 11 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Scholekster \N nf 16 2012-10-18 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Scholekster \N nf 0 2012-10-18 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Scholekster \N nf 2 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Scholekster \N nf 0 2012-10-18 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Scholekster \N nf 25 2012-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Scholekster \N nf 1 2012-10-18 13:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Scholekster \N nf 0 2012-10-18 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Scholekster \N nf 0 2012-10-18 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Scholekster \N nf 0 2012-10-18 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Scholekster \N nf 1 2012-10-18 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Scholekster \N nf 0 2012-10-18 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Scholekster \N nf 0 2012-10-18 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Scholekster \N nf 0 2012-10-18 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Scholekster \N nf 0 2012-10-18 14:45:00 \N 49 18 25768 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Scholekster \N nf 0 2012-10-18 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Scholekster \N nf 11 2012-10-18 15:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Scholekster \N nf 0 2012-10-18 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Scholekster \N nf 0 2012-10-18 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Scholekster \N nf 0 2012-10-18 12:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Scholekster \N nf 0 2012-10-18 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Scholekster \N nf 0 2012-10-18 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Scholekster \N nf 0 2010-10-10 12:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Scholekster \N nf 0 2010-10-10 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Scholekster \N nf 0 2011-10-01 15:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Scholekster \N nf 0 2012-10-07 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: A 2009-10-8 12:15:0 97.0 Rotgans \N nf 0 2009-10-08 12:15:00 421 49 18 16654 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rotgans \N nf 0 2009-10-08 12:30:00 421 49 18 16654 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rotgans \N nf 0 2009-10-08 12:45:00 421 49 18 16654 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rotgans \N nf 0 2009-10-08 10:30:00 421 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rotgans \N nf 0 2009-10-08 10:45:00 421 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rotgans \N nf 0 2009-10-08 11:00:00 421 49 18 16654 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rotgans \N nf 0 2009-10-08 14:45:00 421 49 18 16654 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rotgans \N nf 0 2009-10-08 11:15:00 421 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rotgans \N nf 0 2009-10-08 15:00:00 421 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rotgans \N nf 0 2009-10-08 11:30:00 421 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Rotgans \N nf 0 2009-10-08 12:00:00 421 49 18 16654 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Rotgans \N nf 0 2009-10-08 12:15:00 421 49 18 16654 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rotgans \N nf 0 2009-10-08 12:30:00 421 49 18 16654 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rotgans \N nf 0 2009-10-08 12:45:00 421 49 18 16654 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rotgans \N nf 0 2009-10-09 11:00:00 421 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rotgans \N nf 0 2009-10-09 11:15:00 421 49 18 16654 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rotgans \N nf 0 2009-10-09 11:30:00 421 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rotgans \N nf 0 2009-10-09 11:45:00 421 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rotgans \N nf 0 2009-10-09 12:00:00 421 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rotgans \N nf 0 2009-10-09 16:30:00 421 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rotgans \N nf 0 2009-10-09 16:45:00 421 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rotgans \N nf 0 2009-10-09 11:00:00 421 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rotgans \N nf 0 2009-10-09 11:15:00 421 49 18 16654 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rotgans \N nf 0 2009-10-09 11:30:00 421 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rotgans \N nf 0 2009-10-09 11:45:00 421 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rotgans \N nf 0 2009-10-09 12:00:00 421 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rotgans \N nf 0 2009-10-09 16:45:00 421 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rotgans \N nf 0 2009-10-08 10:30:00 422 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rotgans \N nf 0 2009-10-08 10:45:00 422 49 18 16654 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rotgans \N nf 0 2009-10-08 11:00:00 422 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rotgans \N nf 0 2009-10-08 11:15:00 422 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rotgans \N nf 0 2009-10-08 15:00:00 422 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rotgans \N nf 0 2009-10-08 15:15:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rotgans \N nf 0 2009-10-08 10:30:00 422 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rotgans \N nf 0 2009-10-08 10:45:00 422 49 18 16654 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rotgans \N nf 0 2009-10-08 11:00:00 422 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rotgans \N nf 0 2009-10-08 11:15:00 422 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rotgans \N nf 0 2009-10-08 15:00:00 422 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rotgans \N nf 0 2009-10-08 15:15:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rotgans \N nf 0 2009-10-09 11:00:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rotgans \N nf 0 2009-10-09 11:15:00 422 49 18 16654 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rotgans \N nf 0 2009-10-09 11:30:00 422 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rotgans \N nf 0 2009-10-09 11:45:00 422 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rotgans \N nf 0 2009-10-09 12:00:00 422 49 18 16654 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rotgans \N nf 0 2009-10-09 16:45:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rotgans \N nf 0 2009-10-09 11:00:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rotgans \N nf 0 2009-10-09 11:15:00 422 49 18 16654 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rotgans \N nf 0 2009-10-09 11:30:00 422 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rotgans \N nf 0 2009-10-09 11:45:00 422 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rotgans \N nf 0 2009-10-09 12:00:00 422 49 18 16654 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rotgans \N nf 0 2009-10-09 16:45:00 422 49 18 16654 36 \N 50 38 54 37 0 Gebied: A 2010-10-9 9:0:0 1.0 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Aalscholver \N nf 0 2010-10-09 12:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Aalscholver \N nf 0 2010-10-09 13:15:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Aalscholver \N nf 0 2010-10-09 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Aalscholver \N nf 0 2010-10-09 13:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 422 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rotgans \N nf 0 2009-10-08 10:30:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rotgans \N nf 0 2009-10-08 10:45:00 423 49 18 16654 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rotgans \N nf 0 2009-10-08 11:00:00 423 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 11:15:0 20.0 Rotgans \N nf 0 2009-10-08 11:15:00 423 49 18 16654 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rotgans \N nf 0 2009-10-08 11:30:00 423 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rotgans \N nf 0 2009-10-08 15:15:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rotgans \N nf 0 2009-10-08 10:30:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rotgans \N nf 0 2009-10-08 10:45:00 423 49 18 16654 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rotgans \N nf 0 2009-10-08 11:00:00 423 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rotgans \N nf 0 2009-10-08 11:15:00 423 49 18 16654 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rotgans \N nf 0 2009-10-08 11:30:00 423 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rotgans \N nf 0 2009-10-08 15:15:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rotgans \N nf 0 2009-10-09 11:00:00 423 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rotgans \N nf 0 2009-10-09 11:15:00 423 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rotgans \N nf 0 2009-10-09 11:30:00 423 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rotgans \N nf 0 2009-10-09 11:45:00 423 49 18 16654 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rotgans \N nf 0 2009-10-09 16:45:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rotgans \N nf 0 2009-10-09 11:00:00 423 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rotgans \N nf 0 2009-10-09 11:15:00 423 49 18 16654 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rotgans \N nf 0 2009-10-09 11:30:00 423 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rotgans \N nf 0 2009-10-09 11:45:00 423 49 18 16654 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rotgans \N nf 0 2009-10-09 16:45:00 423 49 18 16654 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rotgans \N nf 0 2009-10-08 09:45:00 424 49 18 16654 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rotgans \N nf 0 2009-10-08 15:45:00 424 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rotgans \N nf 0 2009-10-08 09:45:00 424 49 18 16654 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rotgans \N nf 0 2009-10-08 15:45:00 424 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rotgans \N nf 0 2009-10-09 10:15:00 424 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rotgans \N nf 0 2009-10-09 17:00:00 424 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rotgans \N nf 0 2009-10-09 10:15:00 424 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rotgans \N nf 0 2009-10-09 17:00:00 424 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 424 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rotgans \N nf 0 2009-10-08 09:45:00 425 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rotgans \N nf 0 2009-10-08 15:45:00 425 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 16654 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rotgans \N nf 0 2009-10-08 09:45:00 425 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rotgans \N nf 0 2009-10-08 15:45:00 425 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Rotgans \N nf 0 2009-10-09 10:00:00 425 49 18 16654 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rotgans \N nf 0 2009-10-09 10:15:00 425 49 18 16654 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rotgans \N nf 0 2009-10-09 17:15:00 425 49 18 16654 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Rotgans \N nf 0 2009-10-09 10:00:00 425 49 18 16654 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rotgans \N nf 0 2009-10-09 10:15:00 425 49 18 16654 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rotgans \N nf 0 2009-10-09 17:15:00 425 49 18 16654 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Rotgans \N nf 0 2009-10-08 09:30:00 426 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rotgans \N nf 0 2009-10-08 09:45:00 426 49 18 16654 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rotgans \N nf 0 2009-10-08 15:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 16654 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Rotgans \N nf 0 2009-10-08 09:30:00 426 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rotgans \N nf 0 2009-10-08 09:45:00 426 49 18 16654 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rotgans \N nf 0 2009-10-08 10:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rotgans \N nf 0 2009-10-08 15:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 16654 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rotgans \N nf 0 2009-10-08 16:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Rotgans \N nf 0 2009-10-09 10:00:00 426 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rotgans \N nf 0 2009-10-09 10:15:00 426 49 18 16654 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rotgans \N nf 0 2009-10-09 17:15:00 426 49 18 16654 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Rotgans \N nf 0 2009-10-09 10:00:00 426 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rotgans \N nf 0 2009-10-09 10:15:00 426 49 18 16654 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rotgans \N nf 0 2009-10-09 10:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 426 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rotgans \N nf 0 2009-10-09 17:15:00 426 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 16654 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rotgans \N nf 0 2009-10-08 10:15:00 427 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rotgans \N nf 0 2009-10-08 15:45:00 427 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 16654 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 16654 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rotgans \N nf 0 2009-10-08 10:15:00 427 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rotgans \N nf 0 2009-10-08 15:45:00 427 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 16654 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rotgans \N nf 0 2009-10-09 10:30:00 427 49 18 16654 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rotgans \N nf 0 2009-10-09 17:15:00 427 49 18 16654 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rotgans \N nf 0 2009-10-09 10:30:00 427 49 18 16654 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rotgans \N nf 0 2009-10-09 17:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rotgans \N nf 0 2009-10-09 17:15:00 427 49 18 16654 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 16654 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rotgans \N nf 0 2009-10-08 10:15:00 428 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rotgans \N nf 0 2009-10-08 15:45:00 428 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 16654 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 16654 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rotgans \N nf 0 2009-10-08 10:15:00 428 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rotgans \N nf 0 2009-10-08 15:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rotgans \N nf 0 2009-10-08 15:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rotgans \N nf 0 2009-10-08 15:45:00 428 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 16654 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rotgans \N nf 0 2009-10-09 10:30:00 428 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rotgans \N nf 0 2009-10-09 17:00:00 428 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rotgans \N nf 0 2009-10-09 17:15:00 428 49 18 16654 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rotgans \N nf 0 2009-10-09 10:30:00 428 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rotgans \N nf 0 2009-10-09 14:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rotgans \N nf 0 2009-10-09 16:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rotgans \N nf 0 2009-10-09 17:00:00 428 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rotgans \N nf 0 2009-10-09 17:15:00 428 49 18 16654 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rotgans \N nf 0 2009-10-09 14:00:00 428 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rotgans \N nf 0 2009-10-08 10:15:00 429 49 18 16654 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rotgans \N nf 0 2009-10-08 15:15:00 429 49 18 16654 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rotgans \N nf 0 2009-10-08 15:30:00 429 49 18 16654 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rotgans \N nf 0 2009-10-08 15:45:00 429 49 18 16654 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 16654 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 16654 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rotgans \N nf 0 2009-10-08 10:15:00 429 49 18 16654 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rotgans \N nf 0 2009-10-08 13:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rotgans \N nf 0 2009-10-08 10:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rotgans \N nf 0 2009-10-08 14:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rotgans \N nf 0 2009-10-08 10:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rotgans \N nf 0 2009-10-08 11:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rotgans \N nf 0 2009-10-08 11:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rotgans \N nf 0 2009-10-08 11:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rotgans \N nf 0 2009-10-08 15:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rotgans \N nf 0 2009-10-08 11:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rotgans \N nf 0 2009-10-08 15:15:00 429 49 18 16654 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rotgans \N nf 0 2009-10-08 12:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rotgans \N nf 0 2009-10-08 15:30:00 429 49 18 16654 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rotgans \N nf 0 2009-10-08 12:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Rotgans \N nf 0 2009-10-08 15:15:00 421 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rotgans \N nf 0 2009-10-08 11:45:00 421 49 18 16654 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 15:45:0 40.0 Rotgans \N nf 0 2009-10-08 15:45:00 429 49 18 16654 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 16654 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rotgans \N nf 0 2009-10-08 12:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rotgans \N nf 0 2009-10-08 13:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N nf 0 2009-10-08 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Rotgans \N nf 0 2009-10-09 14:00:00 429 49 18 16654 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rotgans \N nf 0 2009-10-09 10:30:00 429 49 18 16654 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rotgans \N nf 0 2009-10-09 14:15:00 429 49 18 16654 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rotgans \N nf 0 2009-10-09 16:45:00 429 49 18 16654 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rotgans \N nf 0 2009-10-09 17:00:00 429 49 18 16654 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rotgans \N nf 0 2009-10-09 10:15:00 429 49 18 16654 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rotgans \N nf 0 2009-10-09 14:00:00 429 49 18 16654 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rotgans \N nf 0 2009-10-09 10:30:00 429 49 18 16654 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rotgans \N nf 0 2009-10-09 14:15:00 429 49 18 16654 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rotgans \N nf 0 2009-10-09 10:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rotgans \N nf 0 2009-10-09 11:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Rotgans \N nf 0 2009-10-08 15:30:00 421 49 18 16654 36 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 16654 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Rotgans \N nf 0 2009-10-09 14:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rotgans \N nf 0 2009-10-09 11:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rotgans \N nf 0 2009-10-09 15:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rotgans \N nf 0 2009-10-09 11:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rotgans \N nf 0 2009-10-09 15:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rotgans \N nf 0 2009-10-09 12:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rotgans \N nf 0 2009-10-09 15:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rotgans \N nf 0 2009-10-09 12:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rotgans \N nf 0 2009-10-09 16:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rotgans \N nf 0 2009-10-09 12:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rotgans \N nf 0 2009-10-09 16:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rotgans \N nf 0 2009-10-09 12:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rotgans \N nf 0 2009-10-09 13:00:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rotgans \N nf 0 2009-10-09 16:45:00 429 49 18 16654 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rotgans \N nf 0 2009-10-09 13:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rotgans \N nf 0 2009-10-09 17:00:00 429 49 18 16654 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rotgans \N nf 0 2009-10-09 13:30:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rotgans \N nf 0 2009-10-09 13:45:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rotgans slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 16654 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Rotgans \N nf 0 2009-10-08 13:15:00 429 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rotgans \N nf 0 2009-10-09 10:15:00 429 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rotgans \N nf 0 2010-10-09 08:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rotgans \N nf 0 2010-10-09 08:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rotgans \N nf 0 2010-10-09 08:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rotgans \N nf 0 2010-10-09 08:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rotgans \N nf 0 2010-10-09 08:15:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rotgans \N nf 0 2010-10-09 08:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rotgans \N nf 0 2010-10-09 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rotgans \N nf 0 2010-10-09 08:15:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rotgans \N nf 0 2010-10-09 08:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rotgans \N nf 0 2010-10-09 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rotgans \N nf 0 2010-10-09 08:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rotgans \N nf 0 2010-10-09 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:45:0 100.0 Rotgans \N nf 0 2010-10-09 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rotgans \N nf 0 2010-10-09 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rotgans \N nf 0 2010-10-09 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rotgans \N nf 0 2010-10-09 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rotgans \N nf 0 2010-10-09 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rotgans \N nf 0 2010-10-09 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rotgans \N nf 0 2010-10-09 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rotgans \N nf 0 2010-10-09 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rotgans \N nf 0 2010-10-09 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rotgans \N nf 0 2010-10-09 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rotgans \N nf 0 2010-10-09 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rotgans \N nf 0 2010-10-09 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rotgans \N nf 0 2010-10-09 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rotgans \N nf 0 2010-10-09 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rotgans \N nf 0 2010-10-09 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rotgans \N nf 0 2010-10-09 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rotgans \N nf 0 2010-10-09 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rotgans \N nf 0 2010-10-09 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rotgans \N nf 0 2010-10-09 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 10:30:0 10.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rotgans \N nf 15 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rotgans \N nf 15 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rotgans \N nf 40 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rotgans \N nf 40 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rotgans \N nf 0 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rotgans \N nf 0 2010-10-10 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rotgans \N nf 0 2010-10-10 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rotgans \N nf 0 2010-10-10 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rotgans \N nf 0 2010-10-10 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rotgans \N nf 0 2010-10-10 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rotgans \N nf 0 2010-10-10 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rotgans \N nf 0 2010-10-10 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rotgans \N nf 0 2010-10-10 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rotgans \N nf 0 2010-10-10 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rotgans \N nf 0 2010-10-10 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rotgans \N nf 0 2010-10-10 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rotgans \N nf 0 2010-10-10 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rotgans \N nf 0 2010-10-10 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rotgans \N nf 0 2010-10-10 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rotgans \N nf 0 2010-10-10 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rotgans \N nf 0 2010-10-10 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rotgans \N nf 0 2010-10-10 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rotgans \N nf 0 2010-10-10 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rotgans \N nf 0 2010-10-10 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rotgans \N nf 0 2010-10-10 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rotgans \N nf 0 2010-10-10 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rotgans \N nf 0 2010-10-10 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rotgans \N nf 0 2010-10-10 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rotgans \N nf 0 2010-10-10 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rotgans Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rotgans Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rotgans Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rotgans Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rotgans \N nf 0 2011-10-01 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Aalscholver \N nf 0 2011-10-01 16:15:00 \N 49 18 10443 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rotgans smelleken nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Aalscholver \N nf 0 2011-10-01 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bontbekplevier \N nf 0 2007-10-19 16:00:00 420 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bontbekplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 27527 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bontbekplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rotgans smelleken nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Rotgans \N nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rotgans \N nf 0 2011-10-01 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rotgans \N nf 0 2011-10-01 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rotgans \N nf 0 2011-10-01 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rotgans \N nf 0 2011-10-01 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rotgans \N nf 0 2011-10-01 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rotgans \N nf 0 2011-10-01 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rotgans \N nf 0 2011-10-01 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rotgans \N nf 0 2011-10-01 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rotgans \N nf 0 2011-10-01 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rotgans \N nf 0 2011-10-01 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rotgans \N nf 0 2011-10-01 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rotgans \N nf 0 2011-10-01 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rotgans \N nf 0 2011-10-01 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rotgans \N nf 0 2011-10-01 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rotgans \N nf 0 2011-10-01 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rotgans \N nf 0 2011-10-01 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rotgans \N nf 0 2011-10-01 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rotgans \N nf 0 2011-10-01 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rotgans \N nf 0 2011-10-01 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rotgans \N nf 0 2011-10-01 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rotgans \N nf 0 2011-10-01 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rotgans \N nf 0 2011-10-02 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rotgans slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 14:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rotgans \N nf 0 2011-10-02 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rotgans \N nf 0 2011-10-02 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rotgans \N nf 0 2011-10-02 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rotgans \N nf 0 2011-10-02 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rotgans \N nf 0 2011-10-02 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rotgans \N nf 0 2011-10-02 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rotgans \N nf 0 2011-10-02 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rotgans \N nf 0 2011-10-02 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rotgans \N nf 0 2011-10-02 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rotgans \N nf 0 2011-10-02 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rotgans \N nf 0 2011-10-02 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rotgans \N nf 0 2011-10-02 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rotgans \N nf 0 2011-10-02 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rotgans vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Rotgans \N nf 0 2011-10-02 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Rotgans \N nf 0 2011-10-02 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rotgans slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rotgans \N nf 0 2011-10-02 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rotgans \N nf 0 2011-10-02 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rotgans \N nf 0 2011-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rotgans \N nf 0 2011-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rotgans \N nf 0 2011-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rotgans \N nf 0 2011-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rotgans \N nf 0 2011-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rotgans \N nf 0 2011-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rotgans \N nf 0 2011-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rotgans \N nf 0 2011-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rotgans \N nf 0 2011-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rotgans \N nf 0 2011-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rotgans \N nf 0 2011-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rotgans \N nf 0 2011-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rotgans \N nf 0 2011-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rotgans \N nf 0 2011-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rotgans \N nf 0 2011-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rotgans \N nf 0 2011-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rotgans \N nf 0 2011-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rotgans \N nf 0 2011-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rotgans \N nf 0 2011-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rotgans \N nf 0 2011-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rotgans \N nf 0 2011-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rotgans \N nf 0 2011-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rotgans \N nf 0 2011-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rotgans \N nf 0 2011-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rotgans \N nf 0 2011-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rotgans \N nf 0 2011-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rotgans \N nf 0 2011-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rotgans \N nf 0 2011-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rotgans \N nf 0 2011-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rotgans \N nf 0 2011-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rotgans \N nf 0 2011-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rotgans \N nf 0 2011-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rotgans \N nf 0 2011-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rotgans \N nf 0 2011-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rotgans \N nf 0 2011-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rotgans \N nf 0 2011-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rotgans \N nf 0 2011-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rotgans \N nf 0 2011-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rotgans \N nf 0 2012-10-07 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rotgans \N nf 0 2012-10-07 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Rotgans \N nf 0 2009-10-08 12:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rotgans \N nf 0 2012-10-07 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rotgans \N nf 0 2012-10-07 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rotgans \N nf 0 2012-10-07 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rotgans \N nf 0 2012-10-07 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rotgans \N nf 0 2012-10-07 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rotgans \N nf 0 2012-10-07 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rotgans \N nf 0 2012-10-07 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rotgans \N nf 0 2012-10-07 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rotgans \N nf 0 2012-10-07 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rotgans \N nf 0 2012-10-07 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rotgans \N nf 0 2012-10-07 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rotgans \N nf 0 2012-10-07 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rotgans \N nf 0 2012-10-07 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rotgans \N nf 0 2012-10-07 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rotgans \N nf 0 2012-10-07 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rotgans \N nf 0 2012-10-07 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rotgans \N nf 0 2012-10-07 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rotgans \N nf 0 2012-10-07 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rotgans \N nf 0 2012-10-07 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rotgans \N nf 0 2012-10-07 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rotgans \N nf 0 2012-10-07 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rotgans \N nf 0 2012-10-07 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rotgans \N nf 0 2012-10-07 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rotgans \N nf 0 2012-10-07 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rotgans \N nf 0 2012-10-07 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Rotgans \N nf 0 2011-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rotgans \N nf 0 2011-10-08 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rotgans \N nf 0 2011-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rotgans \N nf 0 2011-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rotgans \N nf 0 2011-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rotgans \N nf 0 2011-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rotgans \N nf 0 2011-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rotgans \N nf 0 2011-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rotgans \N nf 0 2011-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rotgans \N nf 0 2011-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rotgans \N nf 0 2011-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rotgans \N nf 0 2011-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rotgans \N nf 0 2011-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rotgans \N nf 0 2011-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rotgans \N nf 0 2011-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rotgans \N nf 0 2011-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rotgans \N nf 0 2011-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rotgans \N nf 0 2011-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rotgans \N nf 0 2011-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rotgans \N nf 0 2011-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rotgans \N nf 0 2011-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rotgans \N nf 0 2011-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rotgans \N nf 0 2011-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rotgans \N nf 0 2011-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rotgans \N nf 0 2011-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rotgans \N nf 0 2011-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rotgans \N nf 0 2011-10-08 18:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rotgans \N nf 0 2011-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rotgans \N nf 0 2011-10-08 18:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Rotgans \N nf 0 2011-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rotgans \N nf 0 2011-10-08 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rotgans \N nf 0 2011-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rotgans \N nf 0 2011-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rotgans \N nf 0 2011-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rotgans \N nf 0 2011-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rotgans \N nf 0 2011-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rotgans \N nf 0 2011-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rotgans \N nf 0 2011-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rotgans \N nf 0 2011-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rotgans \N nf 0 2011-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rotgans \N nf 0 2011-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rotgans \N nf 0 2011-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rotgans \N nf 0 2011-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rotgans \N nf 0 2011-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rotgans \N nf 0 2011-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rotgans \N nf 0 2011-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rotgans \N nf 0 2011-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rotgans \N nf 0 2011-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rotgans \N nf 0 2011-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rotgans \N nf 0 2011-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rotgans \N nf 0 2011-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rotgans \N nf 0 2011-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rotgans \N nf 0 2011-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rotgans \N nf 0 2011-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rotgans \N nf 0 2011-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rotgans \N nf 0 2011-10-08 18:30:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rotgans \N nf 0 2011-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rotgans \N nf 0 2011-10-08 18:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Rotgans \N nf 0 2012-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rotgans \N nf 0 2012-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rotgans \N nf 0 2012-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rotgans \N nf 0 2012-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rotgans \N nf 0 2012-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rotgans \N nf 0 2012-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rotgans \N nf 0 2012-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rotgans \N nf 0 2012-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rotgans \N nf 0 2012-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rotgans \N nf 0 2012-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rotgans \N nf 0 2012-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rotgans \N nf 0 2012-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rotgans \N nf 0 2012-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rotgans \N nf 0 2012-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rotgans \N nf 0 2012-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rotgans \N nf 0 2012-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rotgans \N nf 0 2012-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rotgans \N nf 0 2012-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rotgans \N nf 0 2012-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rotgans \N nf 0 2012-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rotgans \N nf 0 2012-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rotgans \N nf 0 2012-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rotgans \N nf 0 2012-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rotgans \N nf 0 2012-10-08 18:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rotgans \N nf 0 2012-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rotgans \N nf 0 2012-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rotgans \N nf 0 2012-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Rotgans \N nf 0 2012-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rotgans \N nf 0 2012-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rotgans \N nf 0 2012-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rotgans \N nf 0 2012-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rotgans \N nf 0 2012-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rotgans \N nf 0 2012-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rotgans \N nf 0 2012-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rotgans \N nf 0 2012-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rotgans \N nf 0 2012-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rotgans \N nf 0 2012-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rotgans \N nf 0 2012-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rotgans \N nf 0 2012-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rotgans \N nf 0 2012-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rotgans \N nf 0 2012-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rotgans \N nf 0 2012-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rotgans \N nf 0 2012-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rotgans \N nf 0 2012-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rotgans \N nf 0 2012-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rotgans \N nf 0 2012-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rotgans \N nf 0 2012-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rotgans \N nf 0 2012-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rotgans \N nf 0 2012-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rotgans \N nf 0 2012-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rotgans \N nf 0 2012-10-08 18:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rotgans \N nf 0 2012-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rotgans \N nf 0 2012-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rotgans \N nf 0 2012-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 15:30:0 100.0 Rotgans \N nf 0 2012-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rotgans \N nf 0 2012-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rotgans \N nf 0 2012-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:0:0 100.0 Rotgans \N nf 0 2012-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rotgans \N nf 0 2012-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rotgans \N nf 0 2012-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rotgans \N nf 0 2012-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rotgans \N nf 0 2012-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rotgans \N nf 0 2012-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rotgans \N nf 0 2012-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rotgans \N nf 0 2012-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rotgans \N nf 0 2012-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rotgans \N nf 0 2012-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rotgans \N nf 0 2012-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rotgans \N nf 0 2012-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rotgans \N nf 0 2012-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rotgans \N nf 0 2012-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rotgans \N nf 0 2012-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rotgans \N nf 0 2012-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rotgans \N nf 0 2012-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rotgans \N nf 0 2012-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rotgans \N nf 0 2012-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rotgans \N nf 0 2012-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rotgans \N nf 0 2012-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rotgans \N nf 0 2012-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rotgans \N nf 0 2012-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rotgans \N nf 0 2012-10-08 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rotgans \N nf 0 2012-10-08 15:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rotgans \N nf 0 2012-10-08 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rotgans \N nf 0 2012-10-08 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rotgans \N nf 0 2012-10-08 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rotgans \N nf 0 2012-10-08 16:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rotgans \N nf 0 2012-10-08 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rotgans \N nf 0 2012-10-08 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rotgans \N nf 0 2012-10-08 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rotgans \N nf 0 2012-10-08 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rotgans \N nf 0 2012-10-08 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rotgans \N nf 0 2012-10-08 17:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rotgans \N nf 0 2012-10-08 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rotgans \N nf 0 2012-10-08 17:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rotgans \N nf 0 2012-10-08 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rotgans \N nf 0 2012-10-08 17:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rotgans \N nf 0 2012-10-08 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rotgans \N nf 0 2012-10-08 17:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rotgans \N nf 0 2012-10-08 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rotgans \N nf 0 2012-10-08 18:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rotgans \N nf 0 2012-10-08 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rotgans \N nf 0 2012-10-08 18:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rotgans \N nf 0 2012-10-08 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rotgans \N nf 0 2012-10-08 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rotgans \N nf 0 2012-10-08 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rotgans \N nf 0 2012-10-08 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rotgans \N nf 0 2009-10-08 10:30:00 421 49 18 16654 36 \N 50 38 54 37 5 Gebied GA 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 413 49 18 16654 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 16654 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rotgans \N nf 0 2007-10-18 13:15:00 413 49 18 16654 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rotgans \N nf 0 2007-10-18 15:45:00 413 49 18 16654 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Rotgans \N nf 0 2007-10-18 16:00:00 413 49 18 16654 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 413 49 18 16654 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 16654 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rotgans \N nf 0 2007-10-18 13:15:00 413 49 18 16654 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rotgans \N nf 0 2007-10-19 13:00:00 413 49 18 16654 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rotgans \N nf 0 2007-10-19 13:15:00 413 49 18 16654 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rotgans \N nf 0 2007-10-19 17:15:00 413 49 18 16654 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rotgans \N nf 1 2007-10-19 15:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rotgans \N nf 2 2007-10-19 15:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rotgans \N nf 10 2007-10-19 16:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rotgans \N nf 0 2007-10-19 13:00:00 413 49 18 16654 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rotgans \N nf 0 2007-10-19 13:15:00 413 49 18 16654 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rotgans \N nf 0 2007-10-19 17:15:00 413 49 18 16654 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rotgans \N nf 1 2007-10-19 15:15:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rotgans \N nf 2 2007-10-19 15:45:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rotgans \N nf 10 2007-10-19 16:00:00 413 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rotgans \N nf 0 2007-10-18 15:45:00 413 49 18 16654 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 414 49 18 16654 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 16654 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rotgans \N nf 0 2007-10-18 13:15:00 414 49 18 16654 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 414 49 18 16654 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 414 49 18 16654 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 414 49 18 16654 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 16654 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rotgans \N nf 0 2007-10-18 13:15:00 414 49 18 16654 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 414 49 18 16654 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 414 49 18 16654 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rotgans \N nf 0 2007-10-19 12:45:00 414 49 18 16654 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rotgans \N nf 0 2007-10-19 13:00:00 414 49 18 16654 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rotgans \N nf 0 2007-10-19 13:15:00 414 49 18 16654 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 16654 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rotgans \N nf 0 2007-10-19 12:45:00 414 49 18 16654 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rotgans \N nf 0 2007-10-19 13:00:00 414 49 18 16654 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rotgans \N nf 0 2007-10-19 13:15:00 414 49 18 16654 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 16654 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 414 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 415 49 18 16654 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 415 49 18 16654 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rotgans \N nf 0 2007-10-18 16:15:00 415 49 18 16654 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 16654 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 415 49 18 16654 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 415 49 18 16654 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 415 49 18 16654 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 415 49 18 16654 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rotgans \N nf 0 2007-10-18 16:15:00 415 49 18 16654 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 16654 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 415 49 18 16654 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 415 49 18 16654 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rotgans \N nf 0 2007-10-19 12:45:00 415 49 18 16654 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rotgans \N nf 0 2007-10-19 13:00:00 415 49 18 16654 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rotgans \N nf 0 2007-10-19 12:45:00 415 49 18 16654 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rotgans \N nf 0 2007-10-19 13:00:00 415 49 18 16654 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 415 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rotgans \N nf 0 2007-10-18 12:15:00 416 49 18 16654 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rotgans \N nf 0 2007-10-18 15:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rotgans \N nf 0 2007-10-18 12:30:00 416 49 18 16654 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rotgans \N nf 0 2007-10-18 12:45:00 416 49 18 16654 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rotgans \N nf 0 2007-10-18 16:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rotgans \N nf 0 2007-10-18 14:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rotgans \N nf 0 2007-10-18 14:15:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rotgans \N nf 0 2007-10-18 14:30:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rotgans \N nf 0 2007-10-18 14:45:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rotgans \N nf 0 2007-10-18 15:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rotgans \N nf 0 2007-10-18 12:15:00 416 49 18 16654 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rotgans \N nf 0 2007-10-18 15:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rotgans \N nf 0 2007-10-18 12:30:00 416 49 18 16654 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rotgans \N nf 0 2007-10-18 12:45:00 416 49 18 16654 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rotgans \N nf 0 2007-10-18 16:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rotgans \N nf 0 2007-10-18 14:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rotgans \N nf 0 2007-10-18 14:15:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rotgans \N nf 0 2007-10-18 14:30:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rotgans \N nf 0 2007-10-18 14:45:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rotgans \N nf 0 2007-10-18 15:00:00 416 49 18 16654 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rotgans \N nf 0 2007-10-19 12:45:00 416 49 18 16654 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rotgans \N nf 0 2007-10-19 13:00:00 416 49 18 16654 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 16654 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rotgans \N nf 0 2007-10-19 17:45:00 416 49 18 16654 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rotgans \N nf 0 2007-10-19 12:45:00 416 49 18 16654 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rotgans \N nf 0 2007-10-19 13:00:00 416 49 18 16654 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 16654 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rotgans \N nf 0 2007-10-19 17:45:00 416 49 18 16654 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rotgans \N nf 0 2009-10-09 14:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 416 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 417 49 18 16654 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 16654 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rotgans \N nf 0 2007-10-18 13:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rotgans \N nf 0 2009-10-09 15:30:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 417 49 18 16654 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 16654 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rotgans \N nf 0 2007-10-18 13:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Rotgans \N nf 0 2007-10-18 16:00:00 413 49 18 16654 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rotgans \N nf 0 2007-10-19 13:00:00 417 49 18 16654 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rotgans \N nf 0 2007-10-19 13:15:00 417 49 18 16654 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rotgans \N nf 4 2007-10-19 16:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rotgans \N nf 2 2007-10-19 13:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rotgans \N nf 1 2007-10-19 17:15:00 417 49 18 16654 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rotgans \N nf 13 2007-10-19 16:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rotgans \N nf 0 2007-10-19 13:00:00 417 49 18 16654 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rotgans \N nf 0 2007-10-19 13:15:00 417 49 18 16654 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rotgans \N nf 4 2007-10-19 16:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rotgans \N nf 2 2007-10-19 13:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rotgans \N nf 1 2007-10-19 17:15:00 417 49 18 16654 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rotgans \N nf 13 2007-10-19 16:00:00 417 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rotgans \N nf 0 2007-10-18 16:00:00 418 49 18 16654 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rotgans \N nf 0 2007-10-18 16:15:00 418 49 18 16654 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 16654 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N f 19 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rotgans \N nf 0 2007-10-18 16:00:00 418 49 18 16654 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rotgans \N nf 0 2007-10-18 12:45:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rotgans \N nf 0 2007-10-18 16:15:00 418 49 18 16654 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 16654 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rotgans \N nf 0 2007-10-19 12:45:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rotgans \N nf 0 2007-10-19 13:00:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 16654 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rotgans \N nf 0 2007-10-19 12:45:00 418 49 18 16654 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rotgans \N nf 0 2007-10-19 13:00:00 418 49 18 16654 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 16654 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 419 49 18 16654 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rotgans \N nf 0 2007-10-18 12:45:00 419 49 18 16654 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rotgans \N nf 0 2007-10-18 16:15:00 419 49 18 16654 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 16654 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rotgans \N nf 0 2007-10-18 13:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 419 49 18 16654 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rotgans \N nf 0 2007-10-18 12:45:00 419 49 18 16654 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rotgans \N nf 0 2007-10-18 16:15:00 419 49 18 16654 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 16654 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rotgans \N nf 0 2007-10-18 13:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rotgans \N nf 0 2007-10-18 13:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rotgans \N nf 0 2007-10-18 14:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rotgans \N nf 0 2007-10-18 14:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rotgans \N nf 0 2007-10-18 14:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rotgans \N nf 0 2007-10-18 14:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rotgans \N nf 0 2007-10-19 12:45:00 419 49 18 16654 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rotgans \N nf 0 2007-10-19 13:00:00 419 49 18 16654 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rotgans \N nf 6 2007-10-19 13:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 16654 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rotgans \N nf 0 2007-10-19 12:45:00 419 49 18 16654 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rotgans \N nf 0 2007-10-19 16:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rotgans \N nf 0 2007-10-19 13:00:00 419 49 18 16654 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rotgans \N nf 0 2007-10-19 16:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rotgans \N nf 0 2007-10-19 16:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rotgans \N nf 6 2007-10-19 13:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rotgans \N nf 0 2007-10-19 17:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rotgans \N nf 0 2007-10-19 13:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rotgans \N nf 0 2007-10-19 17:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rotgans \N nf 0 2007-10-19 14:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 16654 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rotgans \N nf 0 2007-10-19 14:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rotgans \N nf 0 2007-10-19 14:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rotgans \N nf 0 2007-10-19 15:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rotgans \N nf 0 2007-10-19 15:45:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 419 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rotgans \N nf 0 2007-10-18 12:15:00 420 49 18 16654 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rotgans \N nf 0 2007-10-18 15:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 420 49 18 16654 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rotgans \N nf 0 2007-10-18 12:45:00 420 49 18 16654 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rotgans \N nf 0 2007-10-18 16:15:00 420 49 18 16654 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 16654 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rotgans \N nf 0 2007-10-18 16:30:00 420 49 18 16654 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rotgans \N nf 0 2007-10-18 14:00:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rotgans \N nf 0 2007-10-18 14:15:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rotgans \N nf 0 2007-10-18 14:30:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rotgans \N nf 0 2007-10-18 14:45:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rotgans \N nf 0 2007-10-18 12:15:00 420 49 18 16654 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rotgans \N nf 0 2007-10-18 15:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rotgans \N nf 0 2007-10-18 12:30:00 420 49 18 16654 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rotgans \N nf 0 2007-10-18 16:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rotgans \N nf 0 2007-10-18 12:45:00 420 49 18 16654 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rotgans \N nf 0 2007-10-18 16:15:00 420 49 18 16654 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rotgans slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 16654 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rotgans \N nf 0 2007-10-18 16:30:00 420 49 18 16654 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rotgans \N nf 0 2007-10-18 13:15:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rotgans \N nf 0 2007-10-18 13:30:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rotgans \N nf 0 2007-10-18 13:45:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rotgans \N nf 0 2007-10-18 14:00:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rotgans \N nf 0 2007-10-18 14:15:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rotgans \N nf 0 2007-10-18 14:30:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rotgans \N nf 0 2007-10-18 14:45:00 420 49 18 16654 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rotgans \N nf 0 2007-10-18 15:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rotgans \N nf 0 2007-10-18 15:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rotgans \N nf 0 2007-10-18 15:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rotgans \N nf 0 2007-10-19 12:45:00 420 49 18 16654 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rotgans \N nf 2 2007-10-19 16:15:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rotgans \N nf 0 2007-10-19 13:00:00 420 49 18 16654 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rotgans \N nf 0 2007-10-19 16:30:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rotgans \N nf 0 2007-10-19 16:45:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rotgans \N nf 0 2007-10-19 17:00:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rotgans \N nf 2 2007-10-19 13:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rotgans \N nf 0 2007-10-19 17:15:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rotgans \N nf 6 2007-10-19 14:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 16654 36 \N 50 38 54 37 80 Gebied GF 2007-10-18 12:30:0 1.0 Bontbekplevier \N nf 0 2007-10-18 12:30:00 418 49 18 27527 36 \N 50 38 54 37 1 Gebied GH 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rotgans \N nf 0 2007-10-19 17:45:00 420 49 18 16654 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rotgans \N nf 5 2007-10-19 14:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rotgans \N nf 3 2007-10-19 14:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rotgans \N nf 3 2007-10-19 15:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rotgans \N nf 4 2007-10-19 15:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rotgans \N nf 0 2007-10-19 16:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rotgans \N nf 0 2007-10-19 12:45:00 420 49 18 16654 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rotgans \N nf 2 2007-10-19 16:15:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rotgans \N nf 0 2007-10-19 13:00:00 420 49 18 16654 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rotgans \N nf 0 2007-10-19 16:30:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rotgans \N nf 0 2007-10-19 13:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rotgans \N nf 0 2007-10-19 16:45:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rotgans \N nf 0 2007-10-19 13:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rotgans \N nf 0 2007-10-19 17:00:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rotgans \N nf 2 2007-10-19 13:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rotgans \N nf 0 2007-10-19 17:15:00 420 49 18 16654 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rotgans \N nf 6 2007-10-19 14:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rotgans slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 16654 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rotgans \N nf 0 2007-10-19 14:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rotgans \N nf 0 2007-10-19 17:45:00 420 49 18 16654 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rotgans \N nf 5 2007-10-19 14:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rotgans \N nf 3 2007-10-19 14:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rotgans \N nf 3 2007-10-19 15:00:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rotgans \N nf 0 2007-10-19 15:15:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rotgans \N nf 0 2007-10-19 15:30:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rotgans \N nf 4 2007-10-19 15:45:00 420 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rotgans \N nf 0 2012-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rotgans \N nf 0 2012-10-18 15:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rotgans \N nf 0 2011-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rotgans \N nf 0 2011-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rotgans \N nf 0 2011-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rotgans \N nf 0 2011-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rotgans \N nf 0 2011-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rotgans \N nf 0 2011-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rotgans \N nf 0 2011-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rotgans \N nf 0 2011-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rotgans \N nf 0 2011-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rotgans \N nf 0 2011-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rotgans \N nf 0 2011-10-18 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rotgans \N nf 0 2011-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rotgans \N nf 0 2011-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rotgans \N nf 0 2011-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rotgans \N nf 0 2011-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rotgans \N nf 0 2011-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rotgans \N nf 0 2011-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rotgans \N nf 0 2011-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rotgans \N nf 0 2011-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rotgans \N nf 0 2011-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rotgans \N nf 0 2011-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rotgans \N nf 0 2011-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rotgans \N nf 0 2011-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rotgans \N nf 0 2011-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rotgans \N nf 0 2011-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rotgans \N nf 0 2011-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rotgans \N nf 0 2011-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rotgans \N nf 0 2011-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rotgans \N nf 0 2011-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rotgans \N nf 0 2011-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rotgans \N nf 0 2011-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rotgans \N nf 0 2011-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rotgans \N nf 0 2011-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 14:0:0 100.0 Rotgans \N nf 0 2010-10-10 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rotgans \N nf 0 2012-10-18 15:15:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rotgans \N nf 0 2012-10-18 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rotgans \N nf 0 2012-10-18 13:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rotgans \N nf 0 2012-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rotgans \N nf 0 2012-10-18 13:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rotgans \N nf 0 2012-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rotgans \N nf 0 2012-10-18 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rotgans \N nf 0 2012-10-18 10:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rotgans \N nf 0 2012-10-18 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rotgans \N nf 0 2012-10-18 10:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rotgans \N nf 0 2012-10-18 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rotgans \N nf 0 2012-10-18 10:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rotgans \N nf 0 2012-10-18 14:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rotgans \N nf 0 2012-10-18 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rotgans \N nf 0 2012-10-18 14:45:00 \N 49 18 16654 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rotgans \N nf 0 2012-10-18 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rotgans \N nf 0 2012-10-18 15:00:00 \N 49 18 16654 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rotgans \N nf 0 2012-10-18 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rotgans \N nf 0 2012-10-18 11:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rotgans \N nf 0 2012-10-18 12:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rotgans \N nf 0 2012-10-18 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:45:0 100.0 Rotgans \N nf 0 2007-10-18 13:45:00 418 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rotgans \N nf 0 2009-10-09 16:30:00 421 49 18 16654 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 11:0:0 100.0 Rotgans \N nf 0 2011-10-01 11:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Steenloper \N nf 0 2011-10-18 13:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Steenloper \N nf 0 2011-10-18 10:00:00 \N 49 18 11838 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Steenloper \N nf 0 2011-10-18 13:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Steenloper \N nf 0 2011-10-18 10:15:00 \N 49 18 11838 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Steenloper \N nf 0 2011-10-18 14:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Steenloper \N nf 0 2011-10-18 10:30:00 \N 49 18 11838 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Steenloper \N nf 0 2011-10-18 14:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Steenloper \N nf 0 2011-10-18 10:45:00 \N 49 18 11838 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Steenloper \N nf 0 2011-10-18 14:30:00 \N 49 18 11838 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Steenloper \N nf 0 2011-10-18 11:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Steenloper \N nf 0 2011-10-18 14:45:00 \N 49 18 11838 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Steenloper \N nf 0 2011-10-18 11:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Steenloper \N nf 0 2011-10-18 11:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Steenloper \N nf 0 2011-10-18 11:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Scholekster \N nf 0 2011-10-02 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Scholekster \N nf 0 2011-10-02 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Scholekster \N nf 0 2009-10-08 10:45:00 421 49 18 25768 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Scholekster slechtvalk nf 3 2009-10-08 14:30:00 421 49 18 25768 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Scholekster \N nf 0 2009-10-08 11:00:00 421 49 18 25768 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Scholekster \N nf 0 2009-10-08 14:45:00 421 49 18 25768 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Scholekster \N nf 0 2009-10-08 11:15:00 421 49 18 25768 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Scholekster \N nf 0 2009-10-08 15:00:00 421 49 18 25768 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Scholekster \N nf 0 2009-10-08 11:30:00 421 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2011-10-18 12:0:0 100.0 Steenloper \N nf 0 2011-10-18 12:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Steenloper \N nf 0 2011-10-18 12:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Steenloper \N nf 0 2011-10-18 12:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Steenloper \N nf 0 2011-10-18 12:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Steenloper \N nf 0 2011-10-18 13:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Steenloper \N nf 0 2011-10-18 13:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Steenloper \N nf 0 2011-10-18 13:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Steenloper \N nf 0 2011-10-18 10:00:00 \N 49 18 11838 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Steenloper \N nf 0 2011-10-18 13:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Steenloper \N nf 0 2011-10-18 10:15:00 \N 49 18 11838 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Steenloper \N nf 0 2011-10-18 14:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Steenloper \N nf 0 2011-10-18 10:30:00 \N 49 18 11838 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Steenloper \N nf 0 2011-10-18 14:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Steenloper \N nf 0 2011-10-18 10:45:00 \N 49 18 11838 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Steenloper \N nf 0 2011-10-18 14:30:00 \N 49 18 11838 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Steenloper \N nf 0 2011-10-18 11:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Steenloper \N nf 0 2011-10-18 14:45:00 \N 49 18 11838 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Steenloper \N nf 0 2011-10-18 11:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Steenloper \N nf 0 2011-10-18 11:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Steenloper \N nf 0 2011-10-18 11:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Steenloper \N nf 0 2011-10-18 12:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Steenloper \N nf 0 2011-10-18 12:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Steenloper \N nf 0 2011-10-18 12:30:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Steenloper \N nf 0 2011-10-18 12:45:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Steenloper \N nf 0 2011-10-18 13:00:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Steenloper \N nf 0 2011-10-18 13:15:00 \N 49 18 11838 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Lepelaar \N nf 0 2012-10-07 13:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Lepelaar \N nf 0 2012-10-07 14:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Lepelaar \N nf 0 2012-10-07 14:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Lepelaar \N nf 0 2012-10-07 14:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Lepelaar \N nf 0 2012-10-07 14:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Lepelaar \N nf 0 2012-10-07 11:15:00 \N 49 18 18016 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 11:30:0 95.0 Lepelaar \N nf 1 2012-10-07 11:30:00 \N 49 18 18016 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Lepelaar \N nf 0 2012-10-07 11:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Scholekster \N f 4 2009-10-08 10:45:00 421 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 14 2009-10-08 14:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:45:0 65.0 Scholekster \N f 12 2009-10-08 14:45:00 421 49 18 25768 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Scholekster \N f 1 2009-10-08 11:15:00 421 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Scholekster \N f 1 2009-10-08 15:00:00 421 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Scholekster \N f 2 2009-10-08 11:30:00 421 49 18 25768 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 12:0:0 100.0 Lepelaar \N nf 0 2012-10-07 12:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Lepelaar \N nf 0 2012-10-07 12:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Lepelaar \N nf 0 2012-10-07 12:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Lepelaar \N nf 0 2012-10-07 12:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Lepelaar \N nf 0 2012-10-07 13:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Lepelaar \N nf 0 2012-10-07 13:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Lepelaar \N nf 0 2012-10-07 13:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Lepelaar \N nf 0 2012-10-07 13:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Lepelaar \N nf 0 2012-10-07 14:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Lepelaar \N nf 0 2012-10-07 14:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Lepelaar \N nf 0 2012-10-07 14:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Lepelaar \N nf 0 2012-10-07 14:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Lepelaar \N nf 0 2012-10-18 09:15:00 \N 49 18 18016 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:30:0 95.0 Lepelaar \N nf 0 2012-10-18 09:30:00 \N 49 18 18016 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 9:45:0 100.0 Lepelaar \N nf 0 2012-10-18 09:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Lepelaar \N nf 0 2012-10-18 10:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Lepelaar \N nf 0 2012-10-18 10:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Lepelaar \N nf 0 2012-10-18 10:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Lepelaar \N nf 0 2012-10-18 10:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Lepelaar \N nf 0 2012-10-18 11:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Lepelaar \N nf 0 2012-10-18 11:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Lepelaar \N nf 0 2012-10-18 11:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Lepelaar \N nf 0 2012-10-18 11:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:0:0 100.0 Lepelaar \N nf 0 2012-10-18 12:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Lepelaar \N nf 0 2012-10-18 12:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Lepelaar \N nf 0 2012-10-18 12:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Lepelaar \N nf 0 2012-10-18 12:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Lepelaar \N nf 0 2012-10-18 09:15:00 \N 49 18 18016 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:30:0 95.0 Lepelaar \N nf 0 2012-10-18 09:30:00 \N 49 18 18016 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 9:45:0 100.0 Lepelaar \N nf 0 2012-10-18 09:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Lepelaar \N nf 0 2012-10-18 10:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Lepelaar \N nf 0 2012-10-18 10:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Lepelaar \N nf 0 2012-10-18 10:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Lepelaar \N nf 0 2012-10-18 11:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Lepelaar \N nf 0 2012-10-18 11:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Lepelaar \N nf 0 2012-10-18 11:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Lepelaar \N nf 0 2012-10-18 11:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:0:0 100.0 Lepelaar \N nf 0 2012-10-18 12:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Lepelaar \N nf 0 2012-10-18 12:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Lepelaar \N nf 0 2012-10-18 12:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Lepelaar \N nf 0 2012-10-18 12:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kanoet \N nf 0 2009-10-08 10:45:00 421 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kanoet \N nf 0 2009-10-08 11:00:00 421 49 18 38893 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kanoet \N nf 0 2009-10-08 14:45:00 421 49 18 38893 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kanoet \N nf 0 2009-10-08 11:15:00 421 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kanoet \N nf 0 2009-10-08 15:00:00 421 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kanoet \N nf 0 2009-10-08 11:30:00 421 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Kanoet \N nf 0 2009-10-08 15:15:00 421 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Kanoet \N nf 0 2009-10-08 11:45:00 421 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Kanoet \N nf 0 2009-10-08 15:30:00 421 49 18 38893 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Kanoet \N nf 0 2009-10-08 12:00:00 421 49 18 38893 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kanoet \N nf 0 2009-10-08 12:15:00 421 49 18 38893 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kanoet \N nf 0 2009-10-08 12:30:00 421 49 18 38893 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kanoet \N nf 0 2009-10-08 12:45:00 421 49 18 38893 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kanoet \N nf 0 2009-10-08 10:30:00 421 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kanoet \N nf 0 2009-10-08 10:45:00 421 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kanoet \N nf 0 2009-10-08 11:00:00 421 49 18 38893 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kanoet \N nf 0 2009-10-08 14:45:00 421 49 18 38893 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kanoet \N nf 0 2009-10-08 11:15:00 421 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kanoet \N nf 0 2009-10-08 15:00:00 421 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kanoet \N nf 0 2009-10-08 11:30:00 421 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:15:0 97.0 Kanoet \N nf 0 2009-10-08 12:15:00 421 49 18 38893 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kanoet \N nf 0 2009-10-08 12:30:00 421 49 18 38893 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kanoet \N nf 0 2009-10-08 12:45:00 421 49 18 38893 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kanoet \N nf 0 2009-10-09 11:00:00 421 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kanoet \N nf 0 2009-10-09 11:15:00 421 49 18 38893 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kanoet \N nf 0 2009-10-09 11:30:00 421 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kanoet \N nf 0 2009-10-09 11:45:00 421 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kanoet \N nf 0 2009-10-09 12:00:00 421 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2010-10-9 13:45:0 10.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kanoet \N nf 0 2009-10-09 16:30:00 421 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kanoet \N nf 0 2009-10-09 16:45:00 421 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kanoet \N nf 0 2009-10-09 11:00:00 421 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kanoet \N nf 0 2009-10-09 11:15:00 421 49 18 38893 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kanoet \N nf 0 2009-10-09 11:30:00 421 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kanoet \N nf 0 2009-10-09 11:45:00 421 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kanoet \N nf 0 2009-10-09 12:00:00 421 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kanoet \N nf 0 2009-10-09 16:30:00 421 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kanoet \N nf 0 2009-10-09 16:45:00 421 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kanoet \N nf 0 2009-10-08 10:30:00 422 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kanoet \N nf 0 2009-10-08 10:45:00 422 49 18 38893 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kanoet \N nf 0 2009-10-08 11:00:00 422 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kanoet \N nf 0 2009-10-08 11:15:00 422 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kanoet \N nf 0 2009-10-08 15:00:00 422 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kanoet \N nf 0 2009-10-08 15:15:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kanoet \N nf 0 2009-10-08 10:30:00 422 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kanoet \N nf 0 2009-10-08 10:45:00 422 49 18 38893 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kanoet \N nf 0 2009-10-08 11:00:00 422 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kanoet \N nf 0 2009-10-08 11:15:00 422 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kanoet \N nf 0 2009-10-08 15:00:00 422 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kanoet \N nf 0 2009-10-08 15:15:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kanoet \N nf 0 2009-10-09 11:00:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kanoet \N nf 0 2009-10-09 11:15:00 422 49 18 38893 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kanoet \N nf 0 2009-10-09 11:30:00 422 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kanoet \N nf 0 2009-10-09 11:45:00 422 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kanoet \N nf 0 2009-10-09 12:00:00 422 49 18 38893 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kanoet \N nf 0 2009-10-09 16:45:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kanoet \N nf 0 2009-10-09 11:00:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kanoet \N nf 0 2009-10-09 11:15:00 422 49 18 38893 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kanoet \N nf 0 2009-10-09 11:30:00 422 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kanoet \N nf 0 2009-10-09 11:45:00 422 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kanoet \N nf 0 2009-10-09 12:00:00 422 49 18 38893 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kanoet \N nf 0 2009-10-09 16:45:00 422 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 422 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kanoet \N nf 0 2009-10-08 10:30:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kanoet \N nf 0 2009-10-08 10:45:00 423 49 18 38893 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kanoet \N nf 0 2009-10-08 11:00:00 423 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kanoet \N nf 0 2009-10-08 11:15:00 423 49 18 38893 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kanoet \N nf 0 2009-10-08 11:30:00 423 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kanoet \N nf 0 2009-10-08 15:15:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kanoet \N nf 0 2009-10-08 10:30:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kanoet \N nf 0 2009-10-08 10:45:00 423 49 18 38893 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kanoet \N nf 0 2009-10-08 11:00:00 423 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kanoet \N nf 0 2009-10-08 11:15:00 423 49 18 38893 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kanoet \N nf 0 2009-10-08 11:30:00 423 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kanoet \N nf 0 2009-10-08 15:15:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kanoet \N nf 0 2009-10-09 11:00:00 423 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kanoet \N nf 0 2009-10-09 11:15:00 423 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kanoet \N nf 0 2009-10-09 11:30:00 423 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kanoet \N nf 0 2009-10-09 11:45:00 423 49 18 38893 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kanoet \N nf 0 2009-10-09 16:45:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kanoet \N nf 0 2009-10-09 11:00:00 423 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kanoet \N nf 0 2009-10-09 11:15:00 423 49 18 38893 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kanoet \N nf 0 2009-10-09 11:30:00 423 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kanoet \N nf 0 2009-10-09 11:45:00 423 49 18 38893 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kanoet \N nf 0 2009-10-09 16:45:00 423 49 18 38893 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 423 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kanoet \N nf 0 2009-10-08 09:45:00 424 49 18 38893 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kanoet \N nf 0 2009-10-08 15:45:00 424 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 413 49 18 6147 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 413 49 18 6147 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:15:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zilver Plevier \N nf 0 2007-10-19 15:45:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:00:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 413 49 18 6147 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:30:00 413 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kanoet \N nf 0 2009-10-08 09:45:00 424 49 18 38893 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kanoet \N nf 0 2009-10-08 15:45:00 424 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kanoet \N nf 0 2009-10-09 10:15:00 424 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kanoet \N nf 0 2009-10-09 17:00:00 424 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kanoet \N nf 0 2009-10-09 10:15:00 424 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kanoet \N nf 0 2009-10-09 17:00:00 424 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 424 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kanoet \N nf 0 2009-10-08 09:45:00 425 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kanoet \N nf 0 2009-10-08 15:45:00 425 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 38893 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kanoet \N nf 0 2009-10-08 09:45:00 425 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kanoet \N nf 0 2009-10-08 15:45:00 425 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Kanoet \N nf 0 2009-10-09 10:00:00 425 49 18 38893 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kanoet \N nf 0 2009-10-09 17:15:00 425 49 18 38893 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Kanoet \N nf 0 2009-10-09 10:00:00 425 49 18 38893 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kanoet \N nf 0 2009-10-09 10:15:00 425 49 18 38893 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kanoet \N nf 0 2009-10-09 17:15:00 425 49 18 38893 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Kanoet \N nf 0 2009-10-08 09:30:00 426 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kanoet \N nf 0 2009-10-08 09:45:00 426 49 18 38893 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kanoet \N nf 0 2009-10-08 15:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 38893 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Kanoet \N nf 0 2009-10-08 09:30:00 426 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kanoet \N nf 0 2009-10-08 09:45:00 426 49 18 38893 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kanoet \N nf 0 2009-10-08 10:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kanoet \N nf 0 2009-10-08 15:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 38893 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Kanoet \N nf 0 2009-10-09 10:00:00 426 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kanoet \N nf 0 2009-10-09 10:15:00 426 49 18 38893 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kanoet \N nf 0 2009-10-09 17:15:00 426 49 18 38893 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Kanoet \N nf 0 2009-10-09 10:00:00 426 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kanoet \N nf 0 2009-10-09 10:15:00 426 49 18 38893 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kanoet \N nf 0 2009-10-09 10:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 426 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kanoet \N nf 0 2009-10-09 17:15:00 426 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 38893 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kanoet \N nf 0 2009-10-08 10:15:00 427 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kanoet \N nf 0 2009-10-08 15:45:00 427 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 38893 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 38893 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kanoet \N nf 0 2009-10-08 10:15:00 427 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kanoet \N nf 0 2009-10-08 15:45:00 427 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 38893 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kanoet \N nf 0 2009-10-09 10:30:00 427 49 18 38893 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kanoet \N nf 0 2009-10-09 17:15:00 427 49 18 38893 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kanoet \N nf 0 2009-10-09 10:30:00 427 49 18 38893 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kanoet \N nf 0 2009-10-09 17:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kanoet \N nf 0 2009-10-09 17:15:00 427 49 18 38893 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 427 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 38893 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kanoet \N nf 0 2009-10-08 10:15:00 428 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kanoet \N nf 0 2009-10-08 15:45:00 428 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 38893 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 38893 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kanoet \N nf 0 2009-10-08 10:15:00 428 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kanoet \N nf 0 2009-10-08 15:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kanoet \N nf 0 2009-10-08 15:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kanoet \N nf 0 2009-10-08 15:45:00 428 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 38893 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kanoet \N nf 0 2009-10-09 10:30:00 428 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kanoet \N nf 0 2009-10-09 17:00:00 428 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kanoet \N nf 0 2009-10-09 17:15:00 428 49 18 38893 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kanoet \N nf 0 2009-10-09 10:30:00 428 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kanoet \N nf 0 2009-10-09 14:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kanoet \N nf 0 2009-10-09 16:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kanoet \N nf 0 2009-10-09 17:00:00 428 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kanoet \N nf 0 2009-10-09 17:15:00 428 49 18 38893 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kanoet \N nf 0 2009-10-09 14:00:00 428 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kanoet \N nf 0 2009-10-08 10:15:00 429 49 18 38893 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kanoet \N nf 0 2009-10-08 15:15:00 429 49 18 38893 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kanoet \N nf 0 2009-10-08 15:30:00 429 49 18 38893 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kanoet \N nf 0 2009-10-08 15:45:00 429 49 18 38893 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 38893 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 38893 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kanoet \N nf 0 2009-10-08 10:15:00 429 49 18 38893 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kanoet \N nf 0 2009-10-08 13:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 418 49 18 6147 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 418 49 18 6147 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 418 49 18 6147 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 6147 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:15:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zilver Plevier \N nf 0 2007-10-18 13:30:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:30:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zilver Plevier \N nf 0 2007-10-18 16:00:00 418 49 18 6147 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-18 12:45:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied: i 2009-10-8 10:30:0 100.0 Kanoet \N nf 0 2009-10-08 10:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kanoet \N nf 0 2009-10-08 14:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kanoet \N nf 0 2009-10-08 10:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kanoet \N nf 0 2009-10-08 11:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kanoet slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kanoet \N nf 0 2009-10-08 11:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kanoet \N nf 0 2009-10-08 14:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kanoet \N nf 0 2009-10-08 11:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kanoet \N nf 0 2009-10-08 15:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kanoet \N nf 0 2009-10-08 11:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kanoet \N nf 0 2009-10-08 15:15:00 429 49 18 38893 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kanoet \N nf 0 2009-10-08 12:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kanoet \N nf 0 2009-10-08 15:30:00 429 49 18 38893 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kanoet \N nf 0 2009-10-08 12:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kanoet \N nf 0 2009-10-08 15:45:00 429 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 15:15:0 10.0 Kanoet \N nf 0 2009-10-08 15:15:00 421 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Kanoet \N nf 0 2009-10-08 11:45:00 421 49 18 38893 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 38893 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kanoet \N nf 0 2009-10-08 12:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kanoet \N nf 0 2009-10-08 13:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N nf 0 2009-10-08 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Kanoet \N nf 0 2009-10-09 10:30:00 429 49 18 38893 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kanoet \N nf 0 2009-10-09 14:15:00 429 49 18 38893 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:15:0 90.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: i 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kanoet \N nf 0 2009-10-09 16:45:00 429 49 18 38893 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kanoet \N nf 0 2009-10-09 17:00:00 429 49 18 38893 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kanoet \N nf 0 2009-10-09 10:15:00 429 49 18 38893 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kanoet \N nf 0 2009-10-09 14:00:00 429 49 18 38893 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Kanoet \N nf 0 2009-10-09 10:30:00 429 49 18 38893 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kanoet \N nf 0 2009-10-09 14:15:00 429 49 18 38893 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kanoet \N nf 0 2009-10-09 10:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kanoet \N nf 0 2009-10-09 14:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kanoet \N nf 0 2009-10-09 11:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Kanoet \N nf 0 2009-10-08 15:30:00 421 49 18 38893 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Kanoet \N nf 0 2009-10-08 12:00:00 421 49 18 38893 36 \N 50 38 54 37 97 Gebied: E 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 38893 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kanoet \N nf 0 2009-10-08 12:30:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kanoet \N nf 0 2009-10-09 14:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kanoet \N nf 0 2009-10-09 11:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kanoet \N nf 0 2009-10-09 15:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kanoet \N nf 0 2009-10-09 11:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kanoet \N nf 0 2009-10-09 15:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kanoet \N nf 0 2009-10-09 11:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kanoet \N nf 0 2009-10-09 15:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kanoet \N nf 0 2009-10-09 12:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kanoet \N nf 0 2009-10-09 15:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kanoet \N nf 0 2009-10-09 16:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kanoet \N nf 0 2009-10-09 12:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kanoet \N nf 0 2009-10-09 12:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kanoet \N nf 0 2009-10-09 16:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kanoet \N nf 0 2009-10-09 13:00:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kanoet \N nf 0 2009-10-09 16:45:00 429 49 18 38893 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kanoet \N nf 0 2009-10-09 13:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kanoet \N nf 0 2009-10-09 17:00:00 429 49 18 38893 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kanoet \N nf 0 2009-10-09 13:30:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kanoet \N nf 0 2009-10-09 13:45:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kanoet slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 38893 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Kanoet \N nf 0 2009-10-08 13:15:00 429 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kanoet \N nf 0 2009-10-09 10:15:00 429 49 18 38893 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kanoet \N nf 0 2009-10-09 14:00:00 429 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 10:30:0 95.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 10:0:0 80.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kanoet \N nf 0 2010-10-09 08:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kanoet \N nf 0 2010-10-09 08:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kanoet \N nf 0 2010-10-09 08:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kanoet \N nf 0 2010-10-09 08:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kanoet \N nf 0 2010-10-09 08:15:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kanoet \N nf 0 2010-10-09 08:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kanoet \N nf 0 2010-10-09 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kanoet \N nf 0 2010-10-09 08:15:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kanoet \N nf 0 2010-10-09 08:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kanoet \N nf 0 2010-10-09 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kanoet \N nf 0 2010-10-09 08:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kanoet \N nf 0 2010-10-09 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kanoet \N nf 0 2010-10-09 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kanoet \N nf 0 2010-10-09 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kanoet \N nf 0 2010-10-09 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kanoet \N nf 0 2010-10-09 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kanoet \N nf 0 2010-10-09 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kanoet \N nf 0 2010-10-09 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kanoet \N nf 0 2010-10-09 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kanoet \N nf 0 2010-10-09 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 14:30:0 20.0 Kanoet \N nf 0 2010-10-09 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kanoet \N nf 0 2010-10-09 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kanoet \N nf 0 2010-10-09 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kanoet \N nf 0 2010-10-09 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kanoet \N nf 0 2010-10-09 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kanoet \N nf 0 2010-10-09 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kanoet \N nf 0 2010-10-09 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kanoet \N nf 0 2010-10-09 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kanoet \N nf 0 2010-10-10 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kanoet \N nf 0 2010-10-10 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kanoet \N nf 0 2010-10-10 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kanoet \N nf 0 2010-10-10 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kanoet \N nf 0 2010-10-10 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kanoet \N nf 0 2010-10-10 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kanoet \N nf 0 2010-10-10 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kanoet \N nf 0 2010-10-10 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kanoet \N nf 0 2010-10-10 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kanoet \N nf 0 2010-10-10 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kanoet \N nf 0 2010-10-10 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kanoet \N nf 0 2010-10-10 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kanoet \N nf 0 2010-10-10 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kanoet \N nf 0 2010-10-10 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kanoet \N nf 0 2010-10-10 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kanoet \N nf 0 2010-10-10 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kanoet \N nf 0 2010-10-10 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kanoet \N nf 0 2010-10-10 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kanoet \N nf 0 2010-10-10 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kanoet \N nf 0 2010-10-10 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kanoet \N nf 0 2010-10-10 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kanoet \N nf 0 2010-10-10 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kanoet \N nf 0 2010-10-10 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 11:0:0 40.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 13:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zilver Plevier \N nf 0 2007-10-18 14:45:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:00:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zilver Plevier \N nf 0 2007-10-18 15:30:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zilver Plevier \N nf 0 2007-10-19 12:45:00 418 49 18 6147 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zilver Plevier \N nf 0 2007-10-19 16:15:00 418 49 18 6147 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zilver Plevier \N nf 0 2007-10-19 13:00:00 418 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kanoet Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kanoet Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kanoet Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kanoet Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kanoet \N nf 0 2011-10-01 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kanoet smelleken nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kanoet smelleken nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kanoet \N nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kanoet \N nf 0 2011-10-01 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kanoet \N nf 0 2011-10-01 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kanoet \N nf 0 2011-10-01 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kanoet \N nf 0 2011-10-01 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kanoet \N nf 0 2011-10-01 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kanoet \N nf 0 2011-10-01 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kanoet \N nf 0 2011-10-01 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kanoet \N nf 0 2011-10-01 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kanoet \N nf 0 2011-10-01 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kanoet \N nf 0 2011-10-01 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kanoet \N nf 0 2011-10-01 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kanoet \N nf 0 2011-10-01 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kanoet \N nf 0 2011-10-01 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kanoet \N nf 0 2011-10-01 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kanoet \N nf 0 2011-10-01 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kanoet \N nf 0 2011-10-01 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kanoet \N nf 0 2011-10-01 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kanoet \N nf 0 2011-10-01 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kanoet \N nf 0 2011-10-01 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kanoet \N nf 0 2011-10-02 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kanoet slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kanoet \N nf 0 2011-10-02 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kanoet \N nf 0 2011-10-02 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kanoet \N nf 0 2011-10-02 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kanoet \N nf 0 2011-10-02 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kanoet \N nf 0 2011-10-02 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kanoet \N nf 0 2011-10-02 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kanoet \N nf 0 2011-10-02 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kanoet \N nf 0 2011-10-02 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kanoet \N nf 0 2011-10-02 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kanoet \N nf 0 2011-10-02 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kanoet \N nf 0 2011-10-02 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kanoet \N nf 0 2011-10-02 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kanoet vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Kanoet \N nf 0 2011-10-02 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kanoet visarend nf 0 2011-10-02 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Kanoet \N nf 0 2011-10-02 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kanoet slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kanoet \N nf 0 2011-10-02 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kanoet \N nf 0 2011-10-02 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kanoet \N nf 0 2011-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kanoet \N nf 0 2011-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kanoet \N nf 0 2011-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kanoet \N nf 0 2011-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kanoet \N nf 0 2011-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kanoet \N nf 0 2011-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kanoet \N nf 0 2011-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kanoet \N nf 0 2011-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kanoet \N nf 0 2011-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kanoet \N nf 0 2011-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kanoet \N nf 0 2011-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kanoet \N nf 0 2011-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kanoet \N nf 0 2011-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kanoet \N nf 0 2011-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kanoet \N nf 0 2011-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kanoet \N nf 0 2011-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kanoet \N nf 0 2011-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kanoet \N nf 0 2011-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kanoet \N nf 0 2011-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kanoet \N nf 0 2011-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kanoet \N nf 0 2011-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kanoet \N nf 0 2011-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kanoet \N nf 0 2011-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kanoet \N nf 0 2011-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kanoet \N nf 0 2011-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kanoet \N nf 0 2011-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kanoet \N nf 0 2011-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kanoet \N nf 0 2011-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kanoet \N nf 0 2011-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kanoet \N nf 0 2011-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kanoet \N nf 0 2011-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kanoet \N nf 0 2011-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kanoet \N nf 0 2011-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kanoet \N nf 0 2011-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kanoet \N nf 0 2011-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kanoet \N nf 0 2011-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kanoet \N nf 0 2011-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kanoet \N nf 0 2011-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kanoet \N nf 0 2012-10-07 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kanoet \N nf 0 2012-10-07 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kanoet \N nf 0 2009-10-08 16:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kanoet \N nf 0 2012-10-07 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kanoet \N nf 0 2012-10-07 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kanoet \N nf 0 2012-10-07 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kanoet \N nf 0 2012-10-07 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kanoet \N nf 0 2012-10-07 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kanoet \N nf 0 2012-10-07 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kanoet \N nf 0 2012-10-07 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kanoet \N nf 0 2012-10-07 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kanoet \N nf 0 2012-10-07 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kanoet \N nf 0 2012-10-07 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kanoet \N nf 0 2012-10-07 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kanoet \N nf 0 2012-10-07 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kanoet \N nf 0 2012-10-07 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kanoet \N nf 0 2012-10-07 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kanoet \N nf 0 2012-10-07 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kanoet \N nf 0 2012-10-07 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kanoet \N nf 0 2012-10-07 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kanoet \N nf 0 2012-10-07 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kanoet \N nf 0 2012-10-07 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kanoet \N nf 0 2012-10-07 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kanoet \N nf 0 2012-10-07 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kanoet \N nf 0 2012-10-07 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kanoet \N nf 0 2012-10-07 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kanoet \N nf 0 2012-10-07 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Kanoet \N nf 0 2011-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kanoet \N nf 0 2011-10-08 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kanoet \N nf 0 2011-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kanoet \N nf 0 2011-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kanoet \N nf 0 2011-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kanoet \N nf 0 2011-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kanoet \N nf 0 2011-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kanoet \N nf 0 2011-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kanoet \N nf 0 2011-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kanoet \N nf 0 2011-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kanoet \N nf 0 2011-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kanoet \N nf 0 2011-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kanoet \N nf 0 2011-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kanoet \N nf 0 2011-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kanoet \N nf 0 2011-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kanoet \N nf 0 2011-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kanoet \N nf 0 2011-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kanoet \N nf 0 2011-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kanoet \N nf 0 2011-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kanoet \N nf 0 2011-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kanoet \N nf 0 2011-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kanoet \N nf 0 2011-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kanoet \N nf 0 2011-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kanoet \N nf 0 2011-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kanoet \N nf 0 2011-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kanoet \N nf 0 2011-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kanoet \N nf 0 2011-10-08 18:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kanoet \N nf 0 2011-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kanoet \N nf 0 2011-10-08 18:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Kanoet \N nf 0 2011-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kanoet \N nf 0 2011-10-08 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kanoet \N nf 0 2011-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kanoet \N nf 0 2011-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kanoet \N nf 0 2011-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kanoet \N nf 0 2011-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kanoet \N nf 0 2011-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kanoet \N nf 0 2011-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kanoet \N nf 0 2011-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kanoet \N nf 0 2011-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kanoet \N nf 0 2011-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kanoet \N nf 0 2011-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kanoet \N nf 0 2011-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kanoet \N nf 0 2011-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kanoet \N nf 0 2011-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kanoet \N nf 0 2011-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kanoet \N nf 0 2011-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kanoet \N nf 0 2011-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kanoet \N nf 0 2011-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kanoet \N nf 0 2011-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kanoet \N nf 0 2011-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kanoet \N nf 0 2011-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kanoet \N nf 0 2011-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kanoet \N nf 0 2011-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kanoet \N nf 0 2011-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kanoet \N nf 0 2011-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kanoet \N nf 0 2011-10-08 18:30:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kanoet \N nf 0 2011-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kanoet \N nf 0 2011-10-08 18:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Kanoet \N nf 0 2012-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kanoet \N nf 0 2012-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kanoet \N nf 0 2012-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kanoet \N nf 0 2012-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kanoet \N nf 0 2012-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kanoet \N nf 0 2012-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kanoet \N nf 0 2012-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kanoet \N nf 0 2012-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kanoet \N nf 0 2012-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kanoet \N nf 0 2012-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kanoet \N nf 0 2012-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kanoet \N nf 0 2012-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kanoet \N nf 0 2012-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kanoet \N nf 0 2012-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kanoet \N nf 0 2012-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kanoet \N nf 0 2012-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kanoet \N nf 0 2012-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kanoet \N nf 0 2012-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kanoet \N nf 0 2012-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kanoet \N nf 0 2012-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kanoet \N nf 0 2012-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kanoet \N nf 0 2012-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kanoet \N nf 0 2012-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kanoet \N nf 0 2012-10-08 18:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kanoet \N nf 0 2012-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kanoet \N nf 0 2012-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kanoet \N nf 0 2012-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Kanoet \N nf 0 2012-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kanoet \N nf 0 2012-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kanoet \N nf 0 2012-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kanoet \N nf 0 2012-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kanoet \N nf 0 2012-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kanoet \N nf 0 2012-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kanoet \N nf 0 2012-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kanoet \N nf 0 2012-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kanoet \N nf 0 2012-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kanoet \N nf 0 2012-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kanoet \N nf 0 2012-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kanoet \N nf 0 2012-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kanoet \N nf 0 2012-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kanoet \N nf 0 2012-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kanoet \N nf 0 2012-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kanoet \N nf 0 2012-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kanoet \N nf 0 2012-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kanoet \N nf 0 2012-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kanoet \N nf 0 2012-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kanoet \N nf 0 2012-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kanoet \N nf 0 2012-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kanoet \N nf 0 2012-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kanoet \N nf 0 2012-10-08 18:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kanoet \N nf 0 2012-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kanoet \N nf 0 2012-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kanoet \N nf 0 2012-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kanoet \N nf 0 2012-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kanoet \N nf 0 2012-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kanoet \N nf 0 2012-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kanoet \N nf 0 2012-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kanoet \N nf 0 2012-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kanoet \N nf 0 2012-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kanoet \N nf 0 2012-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kanoet \N nf 0 2012-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kanoet \N nf 0 2012-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kanoet \N nf 0 2012-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kanoet \N nf 0 2012-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kanoet \N nf 0 2012-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kanoet \N nf 0 2012-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kanoet \N nf 0 2012-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kanoet \N nf 0 2012-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kanoet \N nf 0 2012-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kanoet \N nf 0 2012-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kanoet \N nf 0 2012-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kanoet \N nf 0 2012-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kanoet \N nf 0 2012-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kanoet \N nf 0 2012-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kanoet \N nf 0 2012-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kanoet \N nf 0 2012-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kanoet \N nf 0 2012-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kanoet \N nf 0 2012-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kanoet \N nf 0 2012-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kanoet \N nf 0 2012-10-08 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kanoet \N nf 0 2012-10-08 15:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kanoet \N nf 0 2012-10-08 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kanoet \N nf 0 2012-10-08 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kanoet \N nf 0 2012-10-08 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kanoet \N nf 0 2012-10-08 16:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kanoet \N nf 0 2012-10-08 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kanoet \N nf 0 2012-10-08 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kanoet \N nf 0 2012-10-08 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kanoet \N nf 0 2012-10-08 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kanoet \N nf 0 2012-10-08 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kanoet \N nf 0 2012-10-08 17:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kanoet \N nf 0 2012-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kanoet \N nf 0 2012-10-08 17:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kanoet \N nf 0 2012-10-08 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kanoet \N nf 0 2012-10-08 17:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kanoet \N nf 0 2012-10-08 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kanoet \N nf 0 2012-10-08 17:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kanoet \N nf 0 2012-10-08 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kanoet \N nf 0 2012-10-08 18:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kanoet \N nf 0 2012-10-08 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kanoet \N nf 0 2012-10-08 18:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kanoet \N nf 0 2012-10-08 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kanoet \N nf 0 2012-10-08 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kanoet \N nf 0 2012-10-08 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kanoet \N nf 0 2012-10-08 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kanoet \N nf 1 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kanoet \N nf 1 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kanoet \N nf 1 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kanoet \N nf 1 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kanoet \N nf 1 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kanoet \N nf 1 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kanoet \N nf 1 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kanoet \N nf 1 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kanoet \N nf 0 2009-10-08 10:30:00 421 49 18 38893 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kanoet \N nf 0 2009-10-08 14:15:00 421 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 413 49 18 38893 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 38893 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kanoet \N nf 0 2007-10-18 13:15:00 413 49 18 38893 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kanoet \N nf 0 2007-10-18 15:45:00 413 49 18 38893 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Kanoet \N nf 0 2007-10-18 16:00:00 413 49 18 38893 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 413 49 18 38893 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 38893 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kanoet \N nf 0 2007-10-18 13:15:00 413 49 18 38893 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kanoet \N nf 0 2007-10-19 13:00:00 413 49 18 38893 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kanoet \N nf 0 2007-10-19 13:15:00 413 49 18 38893 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kanoet \N nf 0 2007-10-19 17:15:00 413 49 18 38893 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kanoet \N nf 0 2007-10-19 13:00:00 413 49 18 38893 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kanoet \N nf 0 2007-10-19 13:15:00 413 49 18 38893 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kanoet \N nf 0 2007-10-19 17:15:00 413 49 18 38893 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 413 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kanoet \N nf 0 2007-10-18 15:45:00 413 49 18 38893 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 414 49 18 38893 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 38893 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kanoet \N nf 0 2007-10-18 13:15:00 414 49 18 38893 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 414 49 18 38893 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 414 49 18 38893 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 414 49 18 38893 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 38893 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kanoet \N nf 0 2007-10-18 13:15:00 414 49 18 38893 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 414 49 18 38893 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 414 49 18 38893 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kanoet \N nf 0 2007-10-19 12:45:00 414 49 18 38893 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kanoet \N nf 0 2007-10-19 13:00:00 414 49 18 38893 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kanoet \N nf 0 2007-10-19 13:15:00 414 49 18 38893 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 38893 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kanoet \N nf 0 2007-10-19 12:45:00 414 49 18 38893 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kanoet \N nf 0 2007-10-19 13:00:00 414 49 18 38893 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kanoet \N nf 0 2007-10-19 13:15:00 414 49 18 38893 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 38893 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 414 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 415 49 18 38893 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 415 49 18 38893 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kanoet \N nf 0 2007-10-18 16:15:00 415 49 18 38893 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 38893 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 415 49 18 38893 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 415 49 18 38893 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 415 49 18 38893 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 415 49 18 38893 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kanoet \N nf 0 2007-10-18 16:15:00 415 49 18 38893 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 38893 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 415 49 18 38893 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 415 49 18 38893 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kanoet \N nf 0 2007-10-19 12:45:00 415 49 18 38893 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kanoet \N nf 0 2007-10-19 13:00:00 415 49 18 38893 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kanoet \N nf 0 2007-10-19 12:45:00 415 49 18 38893 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kanoet \N nf 0 2007-10-19 13:00:00 415 49 18 38893 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 415 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kanoet \N nf 0 2007-10-18 12:15:00 416 49 18 38893 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kanoet \N nf 0 2007-10-18 15:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kanoet \N nf 0 2007-10-18 12:30:00 416 49 18 38893 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kanoet \N nf 0 2007-10-18 12:45:00 416 49 18 38893 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kanoet \N nf 0 2007-10-18 16:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kanoet \N nf 0 2009-10-09 10:15:00 425 49 18 38893 36 \N 50 38 54 37 40 Gebied GD 2007-10-18 13:0:0 90.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kanoet \N nf 0 2007-10-18 14:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kanoet \N nf 0 2007-10-18 14:15:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kanoet \N nf 0 2007-10-18 14:30:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kanoet \N nf 0 2007-10-18 14:45:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kanoet \N nf 0 2007-10-18 15:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kanoet \N nf 0 2007-10-18 12:15:00 416 49 18 38893 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kanoet \N nf 0 2007-10-18 15:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kanoet \N nf 0 2007-10-18 12:30:00 416 49 18 38893 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kanoet \N nf 0 2007-10-18 12:45:00 416 49 18 38893 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kanoet \N nf 0 2007-10-18 16:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kanoet \N nf 0 2007-10-18 14:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kanoet \N nf 0 2007-10-18 14:15:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kanoet \N nf 0 2007-10-18 14:30:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kanoet \N nf 0 2007-10-18 14:45:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kanoet \N nf 0 2007-10-18 15:00:00 416 49 18 38893 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kanoet \N nf 0 2007-10-19 12:45:00 416 49 18 38893 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kanoet \N nf 0 2007-10-19 13:00:00 416 49 18 38893 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 38893 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kanoet \N nf 0 2007-10-19 17:45:00 416 49 18 38893 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kanoet \N nf 0 2007-10-19 12:45:00 416 49 18 38893 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kanoet \N nf 0 2007-10-19 13:00:00 416 49 18 38893 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 38893 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kanoet \N nf 0 2007-10-19 17:45:00 416 49 18 38893 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 416 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 417 49 18 38893 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 38893 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kanoet \N nf 0 2007-10-18 13:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 417 49 18 38893 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 38893 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kanoet \N nf 0 2007-10-18 13:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kanoet \N nf 0 2009-10-09 12:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Kanoet \N nf 0 2007-10-18 16:00:00 413 49 18 38893 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kanoet \N nf 0 2007-10-19 13:00:00 417 49 18 38893 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kanoet \N nf 0 2007-10-19 13:15:00 417 49 18 38893 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kanoet \N nf 0 2007-10-19 17:15:00 417 49 18 38893 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kanoet \N nf 0 2007-10-19 13:00:00 417 49 18 38893 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kanoet \N nf 0 2007-10-19 13:15:00 417 49 18 38893 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kanoet \N nf 0 2007-10-19 17:15:00 417 49 18 38893 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 417 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kanoet \N nf 0 2007-10-18 16:00:00 418 49 18 38893 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kanoet \N nf 0 2007-10-18 16:15:00 418 49 18 38893 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 38893 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kanoet \N nf 0 2007-10-18 16:00:00 418 49 18 38893 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kanoet \N nf 0 2007-10-18 12:45:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kanoet \N nf 0 2007-10-18 16:15:00 418 49 18 38893 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 38893 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kanoet \N nf 0 2007-10-19 12:45:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kanoet \N nf 0 2007-10-19 13:00:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 38893 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kanoet \N nf 0 2007-10-19 12:45:00 418 49 18 38893 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kanoet \N nf 0 2007-10-19 13:00:00 418 49 18 38893 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 38893 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 418 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 419 49 18 38893 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kanoet \N nf 0 2007-10-18 12:45:00 419 49 18 38893 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kanoet \N nf 0 2007-10-18 16:15:00 419 49 18 38893 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 38893 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kanoet \N nf 0 2007-10-18 13:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 419 49 18 38893 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kanoet \N nf 0 2007-10-18 12:45:00 419 49 18 38893 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kanoet \N nf 0 2007-10-18 16:15:00 419 49 18 38893 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 38893 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kanoet \N nf 0 2007-10-18 13:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kanoet \N nf 0 2007-10-18 13:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kanoet \N nf 0 2007-10-18 13:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kanoet \N nf 0 2007-10-18 14:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kanoet \N nf 0 2007-10-18 14:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kanoet \N nf 0 2007-10-18 14:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kanoet \N nf 0 2007-10-18 14:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kanoet \N nf 0 2007-10-19 12:45:00 419 49 18 38893 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kanoet \N nf 0 2007-10-19 13:00:00 419 49 18 38893 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 38893 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kanoet \N nf 0 2007-10-19 12:45:00 419 49 18 38893 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kanoet \N nf 0 2007-10-19 16:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kanoet \N nf 0 2007-10-19 13:00:00 419 49 18 38893 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kanoet \N nf 0 2007-10-19 16:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kanoet \N nf 0 2007-10-19 16:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kanoet \N nf 0 2007-10-19 17:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kanoet \N nf 0 2007-10-19 17:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 38893 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kanoet \N nf 0 2007-10-18 12:15:00 420 49 18 38893 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kanoet \N nf 0 2007-10-18 15:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 420 49 18 38893 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kanoet \N nf 0 2007-10-18 12:45:00 420 49 18 38893 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kanoet \N nf 0 2007-10-18 16:15:00 420 49 18 38893 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 38893 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kanoet \N nf 0 2007-10-18 16:30:00 420 49 18 38893 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kanoet \N nf 0 2007-10-18 14:00:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kanoet \N nf 0 2007-10-18 14:15:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kanoet \N nf 0 2007-10-18 14:30:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kanoet \N nf 0 2007-10-18 14:45:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kanoet \N nf 0 2007-10-18 12:15:00 420 49 18 38893 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kanoet \N nf 0 2007-10-18 15:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kanoet \N nf 0 2007-10-18 12:30:00 420 49 18 38893 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kanoet \N nf 0 2007-10-18 16:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kanoet \N nf 0 2007-10-18 12:45:00 420 49 18 38893 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kanoet \N nf 0 2007-10-18 16:15:00 420 49 18 38893 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kanoet slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 38893 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kanoet \N nf 0 2007-10-18 16:30:00 420 49 18 38893 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kanoet \N nf 0 2007-10-18 13:15:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kanoet \N nf 0 2007-10-18 13:45:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kanoet \N nf 0 2007-10-18 14:00:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kanoet \N nf 0 2007-10-18 14:15:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kanoet \N nf 0 2007-10-18 14:30:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kanoet \N nf 0 2007-10-18 14:45:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kanoet \N nf 0 2007-10-18 15:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kanoet \N nf 0 2007-10-18 15:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kanoet \N nf 0 2007-10-18 15:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kanoet \N nf 0 2009-10-09 16:15:00 425 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kanoet \N nf 0 2007-10-19 12:45:00 420 49 18 38893 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kanoet \N nf 0 2007-10-19 16:15:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kanoet \N nf 0 2007-10-19 13:00:00 420 49 18 38893 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kanoet \N nf 0 2007-10-19 16:30:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kanoet \N nf 0 2007-10-19 16:45:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kanoet \N nf 0 2007-10-19 17:00:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kanoet \N nf 0 2007-10-19 17:15:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 38893 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kanoet \N nf 0 2007-10-19 17:45:00 420 49 18 38893 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kanoet \N nf 0 2007-10-19 12:45:00 420 49 18 38893 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kanoet \N nf 0 2007-10-19 16:15:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kanoet \N nf 0 2007-10-19 13:00:00 420 49 18 38893 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kanoet \N nf 0 2007-10-19 16:30:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kanoet \N nf 0 2007-10-19 13:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kanoet \N nf 0 2007-10-19 16:45:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kanoet \N nf 0 2007-10-19 13:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kanoet \N nf 0 2007-10-19 17:00:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kanoet \N nf 0 2007-10-19 13:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kanoet \N nf 0 2007-10-19 17:15:00 420 49 18 38893 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kanoet \N nf 0 2007-10-19 14:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kanoet slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 38893 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kanoet \N nf 0 2007-10-19 14:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kanoet \N nf 0 2007-10-19 17:45:00 420 49 18 38893 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kanoet \N nf 0 2007-10-19 14:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kanoet \N nf 0 2007-10-19 15:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kanoet \N nf 0 2007-10-19 15:15:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kanoet \N nf 0 2007-10-19 15:30:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kanoet \N nf 0 2007-10-19 15:45:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kanoet \N nf 0 2007-10-19 16:00:00 420 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kanoet \N nf 0 2012-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kanoet \N nf 0 2012-10-18 15:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kanoet \N nf 0 2011-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kanoet \N nf 0 2011-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kanoet \N nf 0 2011-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kanoet \N nf 0 2011-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 417 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2011-10-18 15:0:0 50.0 Kanoet \N nf 0 2011-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kanoet \N nf 0 2011-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:45:0 100.0 Kanoet \N nf 0 2007-10-19 14:45:00 419 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kanoet \N nf 0 2011-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kanoet \N nf 0 2011-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kanoet \N nf 0 2011-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kanoet \N nf 0 2011-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kanoet \N nf 0 2011-10-18 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kanoet \N nf 0 2011-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kanoet \N nf 0 2011-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kanoet \N nf 0 2011-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kanoet \N nf 0 2011-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kanoet \N nf 0 2011-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kanoet \N nf 0 2011-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kanoet \N nf 0 2011-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kanoet \N nf 0 2011-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kanoet \N nf 0 2011-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kanoet \N nf 0 2011-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kanoet \N nf 0 2011-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kanoet \N nf 0 2011-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kanoet \N nf 0 2011-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kanoet \N nf 0 2011-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kanoet \N nf 0 2011-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kanoet \N nf 0 2011-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kanoet \N nf 0 2011-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kanoet \N nf 0 2011-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kanoet \N nf 0 2011-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kanoet \N nf 0 2011-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kanoet \N nf 0 2011-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kanoet \N nf 0 2011-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: C 2010-10-9 13:30:0 100.0 Kanoet \N nf 0 2010-10-09 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kanoet \N nf 0 2012-10-18 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kanoet \N nf 0 2012-10-18 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kanoet \N nf 0 2012-10-18 13:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kanoet \N nf 0 2012-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kanoet \N nf 0 2012-10-18 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kanoet \N nf 0 2012-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kanoet \N nf 0 2012-10-18 13:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kanoet \N nf 0 2012-10-18 10:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kanoet \N nf 0 2012-10-18 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kanoet \N nf 0 2012-10-18 14:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kanoet \N nf 0 2012-10-18 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kanoet \N nf 0 2012-10-18 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kanoet \N nf 0 2012-10-18 11:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kanoet \N nf 0 2012-10-18 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kanoet \N nf 0 2012-10-18 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kanoet \N nf 0 2012-10-18 15:00:00 \N 49 18 38893 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kanoet \N nf 0 2012-10-18 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kanoet \N nf 0 2012-10-18 11:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kanoet \N nf 0 2012-10-18 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kanoet \N nf 0 2012-10-18 12:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kanoet \N nf 0 2010-10-10 15:15:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: A 2011-10-1 14:30:0 100.0 Kanoet \N nf 0 2011-10-01 14:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:0:0 100.0 Kanoet \N nf 0 2011-10-01 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kanoet \N nf 0 2011-10-01 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kanoet \N nf 0 2011-10-02 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kanoet \N nf 0 2012-10-08 13:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kanoet \N nf 0 2012-10-18 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:45:0 99.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 421 49 18 6147 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 421 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 421 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 421 49 18 6147 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 421 49 18 6147 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 421 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 421 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 421 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 421 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 421 49 18 6147 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 421 49 18 6147 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 421 49 18 6147 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 421 49 18 6147 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 421 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 421 49 18 6147 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 421 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 421 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 421 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 421 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 421 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 421 49 18 6147 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 421 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 421 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 421 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 421 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 421 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Zilverplevier \N nf 0 2009-10-08 10:30:00 422 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 422 49 18 6147 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 422 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 422 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 422 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Zilverplevier \N nf 0 2009-10-08 10:30:00 422 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 422 49 18 6147 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 422 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 422 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 422 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Zilverplevier \N nf 0 2009-10-09 11:15:00 422 49 18 6147 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 422 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 422 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 422 49 18 6147 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Zilverplevier \N nf 0 2009-10-09 11:15:00 422 49 18 6147 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 422 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 422 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 422 49 18 6147 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 422 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 422 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Zilverplevier \N nf 0 2009-10-08 10:45:00 423 49 18 6147 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 423 49 18 6147 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 423 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Zilverplevier \N nf 0 2009-10-08 10:45:00 423 49 18 6147 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 423 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 423 49 18 6147 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 423 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Zilverplevier \N nf 0 2009-10-09 11:00:00 423 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Zilverplevier \N nf 0 2009-10-09 11:15:00 423 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 423 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 423 49 18 6147 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Zilverplevier \N nf 0 2009-10-09 11:00:00 423 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Zilverplevier \N nf 0 2009-10-09 11:15:00 423 49 18 6147 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 423 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 423 49 18 6147 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 423 49 18 6147 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 423 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 424 49 18 6147 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 424 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 424 49 18 6147 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 424 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 424 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 424 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 424 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 424 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 424 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 425 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 425 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 6147 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 425 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 425 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 6147 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:00:00 425 49 18 6147 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 425 49 18 6147 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 425 49 18 6147 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:00:00 425 49 18 6147 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 425 49 18 6147 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 425 49 18 6147 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Zilverplevier \N nf 0 2009-10-08 09:30:00 426 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 426 49 18 6147 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 6147 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Zilverplevier \N nf 0 2009-10-08 09:30:00 426 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Zilverplevier \N nf 0 2009-10-08 09:45:00 426 49 18 6147 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:00:00 426 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 426 49 18 6147 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 426 49 18 6147 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:00:00 426 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 426 49 18 6147 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 426 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 426 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 6147 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 427 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 427 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 6147 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 6147 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 427 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 427 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 6147 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 427 49 18 6147 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 427 49 18 6147 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 427 49 18 6147 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 427 49 18 6147 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 427 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 6147 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 428 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 428 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 6147 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Wulp \N nf 0 2009-10-08 10:30:00 422 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: H 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 6147 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 428 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 428 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 6147 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 428 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 428 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 428 49 18 6147 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 428 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 428 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Zilverplevier \N nf 0 2009-10-09 17:15:00 428 49 18 6147 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 428 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 429 49 18 6147 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 429 49 18 6147 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 429 49 18 6147 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 429 49 18 6147 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 6147 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 6147 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Zilverplevier \N nf 0 2009-10-08 10:15:00 429 49 18 6147 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 429 49 18 6147 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 429 49 18 6147 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Zilverplevier \N nf 0 2009-10-08 15:45:00 429 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 11:45:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 421 49 18 6147 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 6147 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 429 49 18 6147 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 429 49 18 6147 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 429 49 18 6147 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 429 49 18 6147 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 429 49 18 6147 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 429 49 18 6147 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Zilverplevier \N nf 0 2009-10-09 10:30:00 429 49 18 6147 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Zilverplevier \N nf 0 2009-10-09 14:15:00 429 49 18 6147 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 10:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 421 49 18 6147 36 \N 50 38 54 37 97 Gebied: E 2009-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 14:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 11:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 15:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 12:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:00:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Zilverplevier \N nf 0 2009-10-09 16:45:00 429 49 18 6147 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Zilverplevier \N nf 0 2009-10-09 17:00:00 429 49 18 6147 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:30:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2009-10-09 13:45:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 6147 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 13:15:00 429 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Zilverplevier \N nf 0 2009-10-09 10:15:00 429 49 18 6147 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Zilverplevier \N nf 0 2009-10-09 14:00:00 429 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Zilverplevier \N nf 0 2010-10-09 08:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Zilverplevier \N nf 0 2010-10-09 08:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Zilverplevier \N nf 0 2010-10-09 08:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Zilverplevier \N nf 0 2010-10-09 08:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:15:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Zilverplevier \N nf 0 2010-10-09 08:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Zilverplevier \N nf 0 2010-10-09 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:15:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Zilverplevier \N nf 0 2010-10-09 08:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Zilverplevier \N nf 0 2010-10-09 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Zilverplevier \N nf 1 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Zilverplevier \N nf 0 2010-10-09 08:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Zilverplevier \N nf 1 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Zilverplevier \N nf 0 2010-10-09 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Zilverplevier \N nf 0 2010-10-09 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-09 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-09 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Zilverplevier \N nf 0 2010-10-10 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Zilverplevier \N nf 0 2010-10-10 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Zilverplevier \N nf 0 2010-10-10 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Zilverplevier \N nf 0 2010-10-10 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Zilverplevier \N nf 0 2010-10-10 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Zilverplevier \N nf 0 2010-10-10 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Zilverplevier smelleken nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 10:30:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Zilverplevier smelleken nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Zilverplevier \N nf 0 2011-10-01 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Zilverplevier \N nf 0 2011-10-01 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-01 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Zilverplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Wulp \N nf 0 2009-10-09 11:15:00 423 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: A 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: H 2010-10-9 9:45:0 100.0 Scholekster \N nf 0 2010-10-09 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wulp \N nf 2 2009-10-09 10:00:00 425 49 18 6146 36 \N 50 38 54 37 1 Gebied: D 2011-10-2 17:15:0 95.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Zilverplevier \N nf 0 2011-10-02 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Zilverplevier slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wulp \N nf 39 2009-10-09 17:00:00 428 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Zilverplevier \N nf 0 2011-10-02 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Zilverplevier \N nf 0 2011-10-02 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Zilverplevier \N nf 0 2011-10-02 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Zilverplevier \N nf 0 2011-10-02 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Zilverplevier visarend nf 0 2011-10-02 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Zilverplevier \N nf 0 2011-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Zilverplevier \N nf 0 2011-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Zilverplevier \N nf 0 2011-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Zilverplevier \N nf 0 2011-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Zilverplevier \N nf 0 2011-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Zilverplevier \N nf 0 2011-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Zilverplevier \N nf 0 2011-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Zilverplevier \N nf 0 2011-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Zilverplevier \N nf 0 2011-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Zilverplevier \N nf 0 2011-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Zilverplevier \N nf 0 2011-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Zilverplevier \N nf 0 2012-10-07 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Zilverplevier \N nf 0 2012-10-07 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 16:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Zilverplevier \N nf 0 2012-10-07 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Zilverplevier \N nf 0 2012-10-07 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Zilverplevier \N nf 0 2012-10-07 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Zilverplevier \N nf 0 2012-10-07 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Zilverplevier \N nf 0 2012-10-07 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Zilverplevier \N nf 0 2012-10-07 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-07 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Zilverplevier \N nf 0 2011-10-08 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Zilverplevier \N nf 0 2011-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Zilverplevier \N nf 0 2011-10-08 18:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Zilverplevier \N nf 0 2011-10-08 18:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Zilverplevier \N nf 0 2011-10-08 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Zilverplevier \N nf 0 2011-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Zilverplevier \N nf 0 2011-10-08 18:30:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Zilverplevier \N nf 0 2011-10-08 18:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Zilverplevier \N nf 0 2012-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Zilverplevier \N nf 0 2012-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Zilverplevier \N nf 0 2012-10-08 18:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Zilverplevier \N nf 0 2012-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Zilverplevier \N nf 0 2012-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Zilverplevier \N nf 0 2012-10-08 18:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Zilverplevier \N nf 0 2012-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Zilverplevier \N nf 0 2012-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Zilverplevier \N nf 0 2012-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Zilverplevier \N nf 0 2012-10-08 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Zilverplevier \N nf 0 2012-10-08 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 17:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 18:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Zilverplevier \N nf 0 2012-10-08 18:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-08 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Zilverplevier \N nf 0 2012-10-08 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Zilverplevier \N nf 0 2009-10-08 10:30:00 421 49 18 6147 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Zilverplevier \N nf 0 2009-10-08 14:15:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Zilverplevier \N nf 0 2009-10-09 16:15:00 425 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Zilverplevier \N nf 0 2012-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 15:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Zilverplevier \N nf 0 2011-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Zilverplevier \N nf 0 2011-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Zilverplevier \N nf 0 2011-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Zilverplevier \N nf 0 2011-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Zilverplevier \N nf 0 2011-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Zilverplevier \N nf 0 2011-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Zilverplevier \N nf 0 2011-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Zilverplevier \N nf 0 2011-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Zilverplevier \N nf 0 2011-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Zilverplevier \N nf 0 2011-10-18 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Zilverplevier \N nf 0 2011-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Zilverplevier \N nf 0 2011-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2011-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Zilverplevier \N nf 0 2012-10-18 15:15:00 \N 49 18 6147 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Zilverplevier \N nf 0 2012-10-18 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Zilverplevier \N nf 0 2012-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 10:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 14:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Zilverplevier \N nf 0 2012-10-18 14:45:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Zilverplevier \N nf 0 2012-10-18 15:00:00 \N 49 18 6147 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 11:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 413 49 18 10711 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 413 49 18 10711 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 413 49 18 10711 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 10711 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 413 49 18 10711 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 413 49 18 10711 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 413 49 18 10711 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 413 49 18 10711 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 413 49 18 10711 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 413 49 18 10711 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 413 49 18 10711 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 413 49 18 10711 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 414 49 18 10711 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 10711 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 414 49 18 10711 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 414 49 18 10711 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 414 49 18 10711 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 414 49 18 10711 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 10711 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 414 49 18 10711 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 414 49 18 10711 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 414 49 18 10711 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 414 49 18 10711 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 414 49 18 10711 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 414 49 18 10711 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 10711 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 414 49 18 10711 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 414 49 18 10711 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 414 49 18 10711 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 10711 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 415 49 18 10711 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 415 49 18 10711 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 415 49 18 10711 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 10711 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 415 49 18 10711 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 415 49 18 10711 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 415 49 18 10711 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 415 49 18 10711 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 415 49 18 10711 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 10711 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 415 49 18 10711 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 415 49 18 10711 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 415 49 18 10711 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 415 49 18 10711 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 415 49 18 10711 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 415 49 18 10711 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:15:00 416 49 18 10711 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 416 49 18 10711 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 416 49 18 10711 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:15:00 416 49 18 10711 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 416 49 18 10711 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 416 49 18 10711 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 416 49 18 10711 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 416 49 18 10711 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 416 49 18 10711 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 10711 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Midd zaagbek \N nf 0 2007-10-19 17:45:00 416 49 18 10711 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 416 49 18 10711 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 416 49 18 10711 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 10711 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Midd zaagbek \N nf 0 2007-10-19 17:45:00 416 49 18 10711 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 416 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 417 49 18 10711 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 10711 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 417 49 18 10711 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 10711 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 413 49 18 10711 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 417 49 18 10711 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 417 49 18 10711 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 417 49 18 10711 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 417 49 18 10711 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 417 49 18 10711 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 417 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 418 49 18 10711 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 418 49 18 10711 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 10711 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 418 49 18 10711 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 418 49 18 10711 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 10711 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 10711 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 418 49 18 10711 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 418 49 18 10711 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 10711 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 419 49 18 10711 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 419 49 18 10711 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 419 49 18 10711 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 10711 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 419 49 18 10711 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 419 49 18 10711 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 419 49 18 10711 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 10711 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 419 49 18 10711 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 419 49 18 10711 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 10711 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 419 49 18 10711 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 10711 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 419 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:15:00 420 49 18 10711 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 420 49 18 10711 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 420 49 18 10711 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 420 49 18 10711 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 10711 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Midd zaagbek \N nf 0 2007-10-18 16:30:00 420 49 18 10711 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:15:00 420 49 18 10711 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:30:00 420 49 18 10711 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 16:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 420 49 18 10711 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Midd zaagbek \N nf 0 2007-10-18 16:15:00 420 49 18 10711 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 10711 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Midd zaagbek \N nf 0 2007-10-18 16:30:00 420 49 18 10711 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:15:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Midd zaagbek \N nf 0 2007-10-18 14:45:00 420 49 18 10711 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 15:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 420 49 18 10711 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 420 49 18 10711 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 10711 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Midd zaagbek \N nf 0 2007-10-19 17:45:00 420 49 18 10711 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Midd zaagbek \N nf 0 2007-10-19 12:45:00 420 49 18 10711 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:15:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 420 49 18 10711 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:30:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Midd zaagbek \N nf 0 2007-10-19 16:45:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Midd zaagbek \N nf 0 2007-10-19 17:00:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 13:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Midd zaagbek \N nf 0 2007-10-19 17:15:00 420 49 18 10711 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 10711 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Midd zaagbek \N nf 0 2007-10-19 17:45:00 420 49 18 10711 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:15:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:30:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Midd zaagbek \N nf 0 2007-10-19 15:45:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Midd zaagbek \N nf 0 2007-10-19 13:15:00 417 49 18 10711 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:30:00 414 49 18 10711 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 415 49 18 10711 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Midd zaagbek \N nf 0 2007-10-19 14:30:00 418 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:15:0 70.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 421 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 421 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 421 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 421 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 421 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 421 49 18 32972 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 421 49 18 32972 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 421 49 18 32972 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 421 49 18 32972 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 421 49 18 32972 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 421 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 421 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 421 49 18 32972 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 421 49 18 32972 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 421 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 421 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 421 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 11:45:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 421 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 421 49 18 32972 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 421 49 18 32972 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 421 49 18 32972 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 421 49 18 32972 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 421 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 421 49 18 32972 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 421 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 421 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 421 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 421 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 421 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 421 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 421 49 18 32972 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 421 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 421 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 421 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 421 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 421 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2009-10-8 12:0:0 97.0 Wulp \N nf 1 2009-10-08 12:00:00 421 49 18 6146 36 \N 50 38 54 37 97 Gebied: A 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 422 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 422 49 18 32972 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 422 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 422 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 422 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 422 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 422 49 18 32972 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 422 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 422 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 422 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 422 49 18 32972 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 422 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 422 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 422 49 18 32972 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 422 49 18 32972 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 422 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 422 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 422 49 18 32972 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 422 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 422 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 423 49 18 32972 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 423 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 423 49 18 32972 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 423 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 423 49 18 32972 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 423 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 423 49 18 32972 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 423 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 423 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 423 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 423 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 423 49 18 32972 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 423 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 423 49 18 32972 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 423 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 423 49 18 32972 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 423 49 18 32972 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 423 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 424 49 18 32972 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 424 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 424 49 18 32972 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 15 Gebied: D 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: D 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 424 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 424 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 424 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 424 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 424 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 424 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 425 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 425 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 32972 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 425 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 425 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:00:00 425 49 18 32972 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 425 49 18 32972 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 425 49 18 32972 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:00:00 425 49 18 32972 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 425 49 18 32972 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 425 49 18 32972 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-08 09:30:00 426 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 426 49 18 32972 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 32972 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Kleine zilverreiger \N nf 0 2009-10-08 09:30:00 426 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kleine zilverreiger \N nf 0 2009-10-08 09:45:00 426 49 18 32972 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 32972 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 16:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:00:00 426 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 426 49 18 32972 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Scholekster \N nf 0 2009-10-09 15:15:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Scholekster \N nf 0 2009-10-09 11:45:00 427 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 426 49 18 32972 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:00:00 426 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 426 49 18 32972 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Wulp \N nf 1 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: F 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 426 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 426 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 32972 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 427 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 427 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 32972 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 32972 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 427 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 427 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 32972 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 427 49 18 32972 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:15:0 97.0 Wulp \N nf 0 2009-10-08 12:15:00 421 49 18 6146 36 \N 50 38 54 37 97 Gebied: G 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 427 49 18 32972 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 427 49 18 32972 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 427 49 18 32972 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 427 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 32972 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 428 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 428 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 32972 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 32972 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 428 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 428 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 32972 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 428 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:30:0 99.0 Wulp \N nf 2 2009-10-08 12:30:00 421 49 18 6146 36 \N 50 38 54 37 99 Gebied: H 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 428 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 428 49 18 32972 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 428 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 428 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N nf 0 2009-10-09 17:15:00 428 49 18 32972 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 428 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 429 49 18 32972 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 429 49 18 32972 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 429 49 18 32972 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 429 49 18 32972 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 32972 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 32972 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N nf 0 2009-10-08 10:15:00 429 49 18 32972 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 15:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 11:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 429 49 18 32972 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 429 49 18 32972 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 15:15:00 421 49 18 32972 36 \N 50 38 54 37 10 Gebied: i 2009-10-8 15:45:0 40.0 Kleine zilverreiger \N nf 0 2009-10-08 15:45:00 429 49 18 32972 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 32972 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 429 49 18 32972 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 429 49 18 32972 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 429 49 18 32972 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 429 49 18 32972 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 429 49 18 32972 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 429 49 18 32972 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 14:00:00 429 49 18 32972 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 10:30:00 429 49 18 32972 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kleine zilverreiger \N nf 0 2009-10-09 14:15:00 429 49 18 32972 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 10:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Kleine zilverreiger \N nf 0 2009-10-08 15:30:00 421 49 18 32972 36 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 32972 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 14:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 11:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 15:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 12:45:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 16:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:00:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kleine zilverreiger \N nf 0 2009-10-09 16:45:00 429 49 18 32972 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-09 17:00:00 429 49 18 32972 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-09 13:30:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 32972 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 13:15:00 429 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kleine zilverreiger \N nf 0 2009-10-09 10:15:00 429 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 08:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-09 08:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 08:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-09 08:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:15:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 08:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:15:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 08:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:45:0 99.0 Wulp \N nf 1 2009-10-08 12:45:00 421 49 18 6146 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N nf 0 2010-10-09 08:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kleine zilverreiger \N nf 0 2010-10-09 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kleine zilverreiger \N nf 0 2010-10-09 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N nf 0 2010-10-09 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:30:0 100.0 Scholekster \N nf 0 2010-10-09 12:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Scholekster \N nf 11 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Scholekster \N nf 0 2010-10-09 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Scholekster \N nf 9 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Scholekster \N nf 0 2010-10-09 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Scholekster \N nf 2 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Scholekster \N nf 0 2010-10-09 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Scholekster \N nf 0 2010-10-09 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:45:0 100.0 Scholekster \N nf 1 2011-10-01 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Scholekster \N f 21 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Scholekster \N f 18 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Scholekster \N f 14 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kleine zilverreiger \N nf 0 2010-10-10 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kleine zilverreiger \N nf 0 2010-10-10 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N nf 0 2010-10-10 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Scholekster \N f 3 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kleine zilverreiger smelleken nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kleine zilverreiger smelleken nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kleine zilverreiger \N nf 0 2011-10-01 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-01 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N nf 0 2011-10-01 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: G 2010-10-10 10:30:0 100.0 Scholekster \N f 1 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: D 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N nf 0 2011-10-02 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N f 2 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: G 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N nf 0 2011-10-02 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kleine zilverreiger \N nf 0 2011-10-02 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kleine zilverreiger \N nf 0 2011-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: C 2012-10-7 12:15:0 1.0 Scholekster \N f 18 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2011-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kleine zilverreiger \N nf 0 2011-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kleine zilverreiger \N nf 0 2011-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kleine zilverreiger \N nf 0 2011-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kleine zilverreiger \N nf 0 2011-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kleine zilverreiger \N nf 0 2011-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kleine zilverreiger \N nf 0 2011-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kleine zilverreiger \N nf 0 2011-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kleine zilverreiger \N nf 0 2011-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kleine zilverreiger \N nf 0 2012-10-07 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kleine zilverreiger \N nf 0 2012-10-07 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 12:30:00 425 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kleine zilverreiger \N nf 0 2012-10-07 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kleine zilverreiger \N nf 0 2012-10-07 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kleine zilverreiger \N nf 0 2012-10-07 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kleine zilverreiger \N nf 0 2012-10-07 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kleine zilverreiger \N nf 0 2012-10-07 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-07 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kleine zilverreiger \N nf 0 2011-10-08 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kleine zilverreiger \N nf 0 2011-10-08 18:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kleine zilverreiger \N nf 0 2011-10-08 18:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kleine zilverreiger \N nf 0 2011-10-08 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kleine zilverreiger \N nf 0 2011-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kleine zilverreiger \N nf 0 2011-10-08 18:30:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kleine zilverreiger \N nf 0 2011-10-08 18:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Kleine zilverreiger \N nf 0 2012-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kleine zilverreiger \N nf 0 2012-10-08 18:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Kleine zilverreiger \N nf 0 2012-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kleine zilverreiger \N nf 0 2012-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kleine zilverreiger \N nf 0 2012-10-08 18:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kleine zilverreiger \N nf 0 2012-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-08 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kleine zilverreiger \N nf 0 2012-10-08 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 17:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 18:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-08 18:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kleine zilverreiger \N nf 0 2009-10-08 10:30:00 421 49 18 32972 36 \N 50 38 54 37 5 Gebied: D 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Scholekster \N nf 0 2011-10-02 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kanoet \N nf 0 2011-10-02 16:30:00 \N 49 18 38893 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bonte strandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Scholekster \N nf 0 2012-10-18 12:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rotgans \N nf 0 2012-10-18 12:30:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rotgans \N nf 0 2012-10-18 12:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kanoet \N nf 0 2012-10-18 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kanoet \N nf 0 2012-10-18 12:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:45:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kanoet \N nf 0 2011-10-01 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 15:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kleine zilverreiger \N nf 0 2011-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kleine zilverreiger \N nf 0 2011-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kleine zilverreiger \N nf 0 2011-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kleine zilverreiger \N nf 0 2011-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kleine zilverreiger \N nf 0 2011-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kleine zilverreiger \N nf 0 2011-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kleine zilverreiger \N nf 0 2011-10-18 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kleine zilverreiger \N nf 0 2011-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kleine zilverreiger \N nf 0 2011-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kleine zilverreiger \N nf 0 2012-10-18 15:15:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N nf 0 2012-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 10:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N nf 0 2012-10-18 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kleine zilverreiger \N nf 0 2012-10-18 15:00:00 \N 49 18 32972 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 11:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 M. Zaagbek \N nf 0 2011-10-07 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:30:0 20.0 M. Zaagbek \N nf 0 2011-10-07 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 12:45:0 50.0 M. Zaagbek \N nf 0 2011-10-07 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 13:0:0 80.0 M. Zaagbek \N nf 0 2011-10-07 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 13:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 M. Zaagbek \N nf 0 2011-10-07 15:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Wulp \N nf 0 2009-10-08 10:45:00 421 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Wulp \N nf 0 2009-10-08 11:00:00 421 49 18 6146 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Wulp \N nf 0 2009-10-08 14:45:00 421 49 18 6146 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Wulp \N nf 0 2009-10-08 11:15:00 421 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Wulp \N nf 0 2009-10-08 15:00:00 421 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Wulp \N nf 0 2009-10-08 11:30:00 421 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Wulp \N nf 0 2009-10-08 15:15:00 421 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Wulp \N nf 0 2009-10-08 11:45:00 421 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Wulp \N nf 0 2009-10-08 15:30:00 421 49 18 6146 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Wulp \N nf 0 2009-10-08 10:30:00 421 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Wulp \N nf 1 2009-10-08 14:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Wulp \N nf 0 2009-10-08 10:45:00 421 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Wulp \N nf 0 2009-10-08 11:00:00 421 49 18 6146 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Wulp \N nf 0 2009-10-08 14:45:00 421 49 18 6146 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Wulp \N nf 0 2009-10-08 11:15:00 421 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Wulp \N nf 0 2009-10-08 15:00:00 421 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Wulp \N nf 0 2009-10-08 11:30:00 421 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Wulp \N nf 0 2009-10-08 15:15:00 421 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Wulp \N nf 0 2009-10-08 15:30:00 421 49 18 6146 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Wulp \N nf 0 2009-10-08 12:15:00 421 49 18 6146 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Wulp \N nf 2 2009-10-08 12:30:00 421 49 18 6146 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Wulp \N nf 1 2009-10-08 12:45:00 421 49 18 6146 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Wulp \N nf 0 2009-10-09 11:00:00 421 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Wulp \N nf 0 2009-10-09 11:15:00 421 49 18 6146 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Wulp \N nf 0 2009-10-09 12:00:00 421 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 11:30:0 50.0 Wulp \N nf 0 2009-10-09 11:30:00 421 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Wulp \N nf 0 2009-10-09 11:45:00 421 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Wulp \N nf 0 2009-10-09 16:30:00 421 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Wulp \N nf 0 2009-10-09 16:45:00 421 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Wulp \N nf 0 2009-10-09 11:00:00 421 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Wulp \N nf 0 2009-10-09 11:15:00 421 49 18 6146 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Wulp \N nf 0 2009-10-09 11:30:00 421 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Wulp \N nf 0 2009-10-09 11:45:00 421 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Wulp \N nf 0 2009-10-09 12:00:00 421 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Wulp \N nf 0 2009-10-09 16:30:00 421 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Wulp \N nf 0 2009-10-09 16:45:00 421 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Wulp \N nf 0 2009-10-08 10:45:00 422 49 18 6146 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Wulp \N nf 0 2009-10-08 11:00:00 422 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Wulp \N nf 0 2009-10-08 11:15:00 422 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Wulp \N nf 0 2009-10-08 15:00:00 422 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Wulp \N nf 0 2009-10-08 15:15:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Wulp \N nf 1 2009-10-08 12:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Wulp \N nf 0 2009-10-08 10:30:00 422 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Wulp \N nf 0 2009-10-08 10:45:00 422 49 18 6146 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Wulp \N nf 0 2009-10-08 11:00:00 422 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Wulp \N nf 0 2009-10-08 11:15:00 422 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Wulp \N nf 0 2009-10-08 15:00:00 422 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Wulp \N nf 0 2009-10-08 15:15:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Wulp \N nf 1 2009-10-08 12:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Wulp \N nf 0 2009-10-09 11:00:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Wulp \N nf 0 2009-10-09 11:45:00 422 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Wulp \N nf 0 2009-10-09 12:00:00 422 49 18 6146 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Wulp \N nf 0 2009-10-09 16:45:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:45:0 10.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Wulp \N nf 0 2009-10-09 11:15:00 422 49 18 6146 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Wulp \N nf 0 2009-10-09 11:30:00 422 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Wulp \N nf 0 2009-10-09 11:45:00 422 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Wulp \N nf 0 2009-10-09 12:00:00 422 49 18 6146 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Wulp \N nf 0 2009-10-09 16:45:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Wulp \N nf 0 2009-10-08 10:45:00 423 49 18 6146 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Wulp \N nf 0 2009-10-08 11:00:00 423 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Wulp \N nf 0 2009-10-08 11:15:00 423 49 18 6146 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Wulp \N nf 0 2009-10-08 11:30:00 423 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Wulp \N nf 0 2009-10-08 15:15:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Wulp \N nf 0 2009-10-08 10:30:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Wulp \N nf 0 2009-10-08 10:45:00 423 49 18 6146 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Wulp \N nf 0 2009-10-08 11:00:00 423 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 11:0:0 0.5 Wulp \N nf 0 2009-10-09 11:00:00 423 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Wulp \N nf 0 2009-10-08 11:15:00 423 49 18 6146 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Wulp \N nf 0 2009-10-08 11:30:00 423 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Wulp \N nf 0 2009-10-08 15:15:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Wulp \N nf 0 2009-10-09 11:30:00 423 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Wulp \N nf 0 2009-10-09 11:45:00 423 49 18 6146 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Wulp \N nf 0 2009-10-09 16:45:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Wulp \N nf 0 2009-10-09 11:00:00 423 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Wulp \N nf 0 2009-10-09 11:15:00 423 49 18 6146 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Wulp \N nf 0 2009-10-09 11:30:00 423 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Wulp \N nf 0 2009-10-09 11:45:00 423 49 18 6146 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Wulp \N nf 0 2009-10-09 16:45:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wulp \N nf 1 2009-10-08 09:45:00 424 49 18 6146 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wulp \N nf 0 2009-10-08 10:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Wulp \N f 13 2010-10-09 08:15:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: D 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wulp \N nf 0 2009-10-08 15:45:00 424 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wulp \N nf 0 2009-10-08 10:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wulp \N nf 0 2009-10-08 15:45:00 424 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wulp \N nf 0 2009-10-09 10:15:00 424 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wulp \N nf 0 2009-10-09 10:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wulp \N nf 0 2009-10-09 11:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wulp \N nf 0 2009-10-09 17:00:00 424 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wulp \N nf 0 2009-10-09 10:15:00 424 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wulp \N nf 0 2009-10-09 10:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wulp \N nf 0 2009-10-09 17:00:00 424 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wulp \N nf 0 2009-10-08 09:45:00 425 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wulp \N nf 1 2009-10-08 10:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wulp \N nf 0 2009-10-08 15:45:00 425 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 6146 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wulp \N nf 0 2009-10-08 09:45:00 425 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wulp \N nf 1 2009-10-08 10:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wulp \N nf 0 2009-10-08 15:45:00 425 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 6146 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wulp \N nf 2 2009-10-09 10:00:00 425 49 18 6146 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wulp \N nf 2 2009-10-09 13:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wulp \N nf 0 2009-10-09 10:15:00 425 49 18 6146 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wulp \N nf 1 2009-10-09 10:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wulp \N nf 0 2009-10-09 11:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wulp \N nf 0 2009-10-09 17:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wulp \N nf 0 2009-10-09 17:15:00 425 49 18 6146 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 13:45:0 100.0 Wulp \N nf 2 2009-10-09 13:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wulp \N nf 0 2009-10-09 10:15:00 425 49 18 6146 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wulp \N nf 1 2009-10-09 10:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wulp \N nf 0 2009-10-09 11:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wulp \N nf 0 2009-10-09 17:00:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wulp \N nf 0 2009-10-09 17:15:00 425 49 18 6146 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Wulp \N nf 0 2009-10-08 09:30:00 426 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wulp \N nf 0 2009-10-08 09:45:00 426 49 18 6146 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wulp \N nf 0 2009-10-08 10:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wulp \N nf 0 2009-10-08 15:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 6146 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Wulp \N nf 0 2009-10-08 09:30:00 426 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wulp \N nf 0 2009-10-08 09:45:00 426 49 18 6146 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wulp \N nf 0 2009-10-08 10:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wulp \N nf 0 2009-10-08 15:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 6146 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Wulp \N nf 0 2009-10-09 10:00:00 426 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wulp \N nf 0 2009-10-09 10:15:00 426 49 18 6146 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wulp \N nf 5 2009-10-09 10:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wulp \N nf 0 2009-10-09 17:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wulp \N nf 0 2009-10-09 17:15:00 426 49 18 6146 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Wulp \N nf 0 2009-10-09 10:00:00 426 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wulp \N nf 0 2009-10-09 10:15:00 426 49 18 6146 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wulp \N nf 0 2009-10-09 10:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wulp \N nf 5 2009-10-09 10:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wulp \N nf 0 2009-10-09 17:00:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wulp \N nf 0 2009-10-09 17:15:00 426 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 6146 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wulp \N nf 0 2009-10-08 10:15:00 427 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wulp \N nf 0 2009-10-08 15:45:00 427 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 6146 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 6146 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wulp \N nf 0 2009-10-08 10:15:00 427 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wulp \N nf 0 2009-10-08 15:45:00 427 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 6146 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wulp \N nf 0 2009-10-09 10:30:00 427 49 18 6146 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wulp \N nf 0 2009-10-09 10:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wulp \N nf 1 2009-10-09 17:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wulp \N nf 0 2009-10-09 17:15:00 427 49 18 6146 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wulp \N nf 0 2009-10-09 10:30:00 427 49 18 6146 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wulp \N nf 0 2009-10-09 10:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wulp \N nf 0 2009-10-09 16:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wulp \N nf 1 2009-10-09 17:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wulp \N nf 0 2009-10-09 17:15:00 427 49 18 6146 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 6146 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wulp \N nf 0 2009-10-08 10:15:00 428 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wulp \N nf 0 2009-10-08 15:45:00 428 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 6146 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 6146 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wulp \N nf 0 2009-10-08 10:15:00 428 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wulp \N nf 0 2009-10-08 15:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wulp \N nf 0 2009-10-08 15:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wulp \N nf 0 2009-10-08 15:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wulp \N nf 0 2009-10-08 15:45:00 428 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 6146 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wulp \N nf 0 2009-10-09 10:30:00 428 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wulp \N nf 2 2009-10-09 10:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wulp \N nf 2 2009-10-09 11:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wulp \N nf 9 2009-10-09 16:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wulp \N nf 26 2009-10-09 16:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wulp \N nf 0 2009-10-09 17:15:00 428 49 18 6146 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wulp \N nf 0 2009-10-09 10:30:00 428 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wulp \N nf 2 2009-10-09 10:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wulp \N nf 2 2009-10-09 11:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wulp \N nf 0 2009-10-09 11:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wulp \N nf 9 2009-10-09 16:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wulp \N nf 26 2009-10-09 16:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wulp \N nf 0 2009-10-09 17:15:00 428 49 18 6146 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wulp \N nf 1 2009-10-08 10:15:00 429 49 18 6146 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wulp \N nf 1 2009-10-08 15:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wulp \N nf 0 2009-10-08 15:15:00 429 49 18 6146 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wulp \N nf 9 2009-10-08 15:30:00 429 49 18 6146 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wulp \N nf 2 2009-10-08 15:45:00 429 49 18 6146 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 6146 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 6146 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wulp \N nf 1 2009-10-08 10:15:00 429 49 18 6146 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wulp \N nf 0 2009-10-08 10:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wulp \N nf 0 2009-10-08 10:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wulp \N nf 0 2009-10-08 11:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wulp slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wulp \N nf 0 2009-10-08 11:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wulp \N nf 0 2009-10-08 14:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wulp \N nf 1 2009-10-08 15:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wulp \N nf 0 2009-10-08 11:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wulp \N nf 0 2009-10-08 15:15:00 429 49 18 6146 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wulp \N nf 0 2009-10-08 12:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wulp \N nf 9 2009-10-08 15:30:00 429 49 18 6146 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wulp \N nf 2 2009-10-08 15:45:00 429 49 18 6146 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Wulp \N nf 0 2009-10-08 11:45:00 421 49 18 6146 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wulp vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 6146 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wulp \N nf 0 2009-10-08 12:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wulp \N nf 0 2009-10-08 13:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Wulp \N nf 3 2009-10-09 10:30:00 429 49 18 6146 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wulp \N nf 0 2009-10-09 14:15:00 429 49 18 6146 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wulp \N nf 2 2009-10-09 10:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wulp \N nf 1 2009-10-09 11:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wulp \N nf 3 2009-10-09 16:45:00 429 49 18 6146 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wulp \N nf 0 2009-10-09 10:15:00 429 49 18 6146 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wulp \N nf 0 2009-10-09 14:00:00 429 49 18 6146 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wulp \N nf 3 2009-10-09 10:30:00 429 49 18 6146 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wulp \N nf 0 2009-10-09 14:15:00 429 49 18 6146 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wulp \N nf 2 2009-10-09 10:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wulp \N nf 1 2009-10-09 11:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Wulp \N nf 1 2009-10-08 12:00:00 421 49 18 6146 36 \N 50 38 54 37 97 Gebied: E 2009-10-8 12:30:0 100.0 Wulp \N nf 0 2009-10-08 12:30:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wulp \N nf 1 2009-10-09 11:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wulp \N nf 0 2009-10-09 15:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wulp \N nf 0 2009-10-09 11:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wulp \N nf 0 2009-10-09 15:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wulp \N nf 0 2009-10-09 11:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wulp \N nf 0 2009-10-09 15:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wulp \N nf 0 2009-10-09 12:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wulp \N nf 0 2009-10-09 16:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wulp \N nf 0 2009-10-09 12:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wulp \N nf 0 2009-10-09 12:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wulp \N nf 0 2009-10-09 13:00:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wulp \N nf 3 2009-10-09 16:45:00 429 49 18 6146 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wulp \N nf 0 2009-10-09 13:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wulp \N nf 0 2009-10-09 17:00:00 429 49 18 6146 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wulp slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 6146 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N nf 0 2009-10-08 13:30:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wulp \N nf 0 2009-10-08 13:15:00 429 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wulp \N nf 0 2009-10-09 10:15:00 429 49 18 6146 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wulp \N nf 0 2009-10-09 14:00:00 429 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 10:15:0 90.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Wulp \N nf 1 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Wulp \N nf 2 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Wulp \N nf 1 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Wulp \N nf 1 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Wulp \N nf 1 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Wulp \N nf 2 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Wulp \N nf 1 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Wulp \N nf 1 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Wulp \N nf 1 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Wulp \N nf 1 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Wulp \N nf 2 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Wulp \N nf 1 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Wulp \N nf 1 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Wulp \N nf 1 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Wulp \N nf 1 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Wulp \N nf 2 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Wulp \N nf 1 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Wulp \N nf 1 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Wulp \N nf 2 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Wulp \N nf 2 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Wulp \N nf 1 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Wulp \N nf 1 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Wulp \N nf 2 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Wulp \N nf 1 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Wulp \N nf 2 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Wulp \N nf 0 2010-10-09 08:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Wulp \N nf 0 2010-10-09 08:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Wulp \N nf 3 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Wulp \N nf 0 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Wulp \N nf 4 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Wulp \N nf 0 2010-10-09 08:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Wulp \N nf 0 2010-10-09 08:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Wulp \N nf 3 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Wulp \N nf 0 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Wulp \N nf 4 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Wulp \N nf 2 2010-10-09 08:15:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Wulp \N nf 2 2010-10-09 08:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Wulp \N nf 46 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Wulp \N nf 0 2010-10-09 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Wulp \N nf 2 2010-10-09 08:15:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Wulp \N nf 2 2010-10-09 08:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Wulp \N nf 46 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Wulp \N nf 0 2010-10-09 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Wulp \N nf 4 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Wulp \N nf 1 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Wulp \N nf 1 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Wulp \N nf 2 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Wulp \N nf 4 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Wulp \N nf 1 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Wulp \N nf 1 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Wulp \N nf 2 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Wulp \N nf 2 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Wulp \N nf 1 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Wulp \N nf 3 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Wulp \N nf 13 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Wulp \N nf 10 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Wulp \N nf 10 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Wulp \N nf 2 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Wulp \N nf 1 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Wulp \N nf 3 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Wulp \N nf 13 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Wulp \N nf 10 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Wulp \N nf 10 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Wulp \N nf 3 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Wulp \N nf 0 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Wulp \N nf 2 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Wulp \N nf 0 2010-10-09 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Wulp \N nf 0 2010-10-09 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Wulp \N nf 3 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Wulp \N nf 0 2010-10-09 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Wulp \N nf 0 2010-10-09 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Wulp \N nf 0 2010-10-09 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Wulp \N nf 0 2010-10-09 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Wulp \N nf 0 2010-10-09 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Wulp \N nf 0 2010-10-09 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Wulp \N nf 0 2010-10-09 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Wulp \N nf 0 2010-10-09 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Wulp \N nf 0 2010-10-09 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Wulp \N nf 0 2010-10-09 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Wulp \N nf 0 2010-10-09 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Wulp \N nf 2 2010-10-09 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Wulp \N nf 0 2010-10-09 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Wulp \N nf 0 2010-10-09 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Wulp \N nf 0 2010-10-09 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Wulp \N nf 0 2010-10-09 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Wulp \N nf 0 2010-10-09 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Wulp \N nf 1 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Wulp \N nf 3 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Wulp \N nf 1 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Wulp \N nf 1 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Wulp \N nf 3 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Wulp \N nf 1 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Wulp \N nf 1 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Wulp \N nf 3 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Wulp \N nf 1 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Wulp \N nf 1 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Wulp \N nf 1 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Wulp \N nf 3 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Wulp \N nf 1 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Wulp \N nf 1 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Wulp \N nf 1 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Wulp \N nf 1 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Wulp \N nf 0 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Wulp \N nf 1 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Wulp \N nf 3 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Wulp \N nf 0 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Wulp \N nf 1 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Wulp \N nf 3 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Wulp \N nf 0 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Wulp \N nf 3 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Wulp \N nf 9 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Wulp \N nf 2 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Wulp \N nf 1 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Wulp \N nf 0 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Wulp \N nf 3 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Wulp \N nf 9 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Wulp \N nf 2 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Wulp \N nf 1 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Wulp \N nf 1 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Wulp \N nf 2 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Wulp \N nf 13 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Wulp \N nf 3 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Wulp \N nf 2 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Wulp \N nf 2 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Wulp \N nf 13 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Wulp \N nf 3 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Wulp \N nf 2 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Wulp \N nf 0 2010-10-10 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Wulp \N nf 2 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Wulp \N nf 2 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Wulp \N nf 2 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Wulp \N nf 2 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Wulp \N nf 0 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Wulp \N nf 0 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Wulp \N nf 1 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Wulp \N nf 2 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Wulp \N nf 2 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Wulp \N nf 3 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Wulp \N nf 8 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Wulp \N nf 17 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Wulp \N nf 4 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Wulp \N nf 1 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Wulp \N nf 2 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Wulp \N nf 2 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Wulp \N nf 3 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Wulp \N nf 8 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Wulp \N nf 17 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Wulp \N nf 4 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Wulp \N nf 2 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Wulp \N nf 2 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Wulp \N nf 16 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Wulp \N nf 1 2010-10-10 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Wulp \N nf 0 2010-10-10 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Wulp \N nf 2 2010-10-10 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Wulp \N nf 0 2010-10-10 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Wulp \N nf 1 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Wulp \N nf 0 2010-10-10 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Wulp \N nf 0 2010-10-10 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Wulp \N nf 0 2010-10-10 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Wulp \N nf 0 2010-10-10 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Wulp \N nf 0 2010-10-10 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Wulp \N nf 0 2010-10-10 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Wulp \N nf 0 2010-10-10 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Wulp \N nf 0 2010-10-10 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Wulp \N nf 0 2010-10-10 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Wulp \N nf 2 2010-10-10 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Wulp \N nf 0 2010-10-10 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Wulp \N nf 16 2010-10-10 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Wulp \N nf 0 2010-10-10 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Wulp \N nf 0 2010-10-10 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Wulp \N nf 0 2010-10-10 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Wulp \N nf 0 2010-10-10 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Wulp \N nf 0 2010-10-10 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Wulp \N nf 0 2010-10-10 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Wulp \N nf 3 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Wulp \N nf 1 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Wulp \N nf 4 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Wulp \N nf 2 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Wulp \N nf 4 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Wulp \N nf 4 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Wulp \N nf 1 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Wulp \N nf 1 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Wulp \N nf 3 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Wulp \N nf 1 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Wulp \N nf 4 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Wulp \N nf 2 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Wulp \N nf 4 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Wulp \N nf 4 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Wulp \N nf 1 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Wulp \N nf 1 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N nf 1 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N nf 16 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N nf 3 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Wulp \N nf 2 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N nf 1 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N nf 16 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N nf 3 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Wulp \N nf 2 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N nf 4 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N nf 3 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Wulp \N nf 2 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N nf 4 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N nf 3 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Wulp \N nf 2 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Wulp \N nf 16 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Wulp \N nf 4 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Wulp \N nf 11 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Wulp \N nf 8 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Wulp \N nf 5 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Wulp \N nf 2 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Wulp \N nf 16 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Wulp \N nf 4 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Wulp \N nf 11 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Wulp \N nf 8 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Wulp \N nf 5 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Wulp \N nf 2 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Wulp \N nf 5 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Wulp \N nf 26 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Wulp \N nf 16 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Wulp \N nf 9 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Wulp \N nf 9 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Wulp Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Wulp \N nf 5 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Wulp \N nf 2 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Wulp \N nf 5 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Wulp \N nf 26 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Wulp \N nf 16 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Wulp \N nf 9 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Wulp \N nf 9 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Wulp \N nf 1 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Wulp Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Wulp \N nf 5 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Wulp \N nf 2 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Wulp \N nf 10 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Wulp \N nf 20 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Wulp \N nf 4 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Wulp Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Wulp \N nf 0 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Wulp \N nf 10 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Wulp \N nf 20 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Wulp \N nf 4 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Wulp Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Wulp \N nf 0 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Wulp \N nf 0 2011-10-01 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Wulp \N nf 1 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Wulp \N nf 1 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Wulp Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Wulp \N nf 1 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Wulp \N nf 1 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Wulp Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Wulp \N nf 4 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Wulp \N nf 4 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Wulp smelleken nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Wulp \N nf 2 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Wulp \N nf 0 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Wulp \N nf 0 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Wulp smelleken nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Wulp \N nf 2 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Wulp \N nf 10 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Wulp \N nf 13 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Wulp \N nf 2 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Wulp \N nf 120 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Wulp \N nf 13 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Wulp \N nf 2 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Wulp \N nf 120 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Wulp \N nf 7 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Wulp \N nf 3 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Wulp \N nf 190 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Wulp \N nf 7 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Wulp \N nf 3 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Wulp \N nf 190 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Wulp \N nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Wulp \N nf 0 2011-10-01 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Wulp \N nf 70 2011-10-01 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Wulp \N nf 15 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Wulp \N nf 3 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Wulp \N nf 100 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Wulp Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:45:0 100.0 Wulp \N nf 0 2011-10-01 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Wulp \N nf 0 2011-10-01 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Wulp \N nf 0 2011-10-01 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Wulp \N nf 15 2011-10-01 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Wulp \N nf 0 2011-10-01 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Wulp \N nf 3 2011-10-01 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Wulp \N nf 0 2011-10-01 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Wulp \N nf 0 2011-10-01 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Wulp \N nf 0 2011-10-01 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Wulp \N nf 0 2011-10-01 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Wulp \N nf 0 2011-10-01 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Wulp \N nf 0 2011-10-01 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Wulp \N nf 0 2011-10-01 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Wulp \N nf 0 2011-10-01 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Wulp \N nf 0 2011-10-01 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Wulp \N nf 0 2011-10-01 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Wulp \N nf 0 2011-10-01 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Wulp \N nf 0 2011-10-01 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Wulp \N nf 0 2011-10-01 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Wulp \N nf 100 2011-10-01 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Wulp Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Wulp \N nf 0 2011-10-01 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Wulp \N nf 0 2011-10-01 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Wulp \N nf 1 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Wulp \N nf 1 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Wulp \N nf 1 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Wulp \N nf 2 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Wulp \N nf 2 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 1 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Wulp \N nf 2 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 1 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Wulp \N nf 4 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Wulp \N nf 2 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Wulp \N nf 1 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Wulp \N nf 1 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Wulp \N nf 1 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Wulp \N nf 2 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Wulp \N nf 2 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 1 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Wulp \N nf 2 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 1 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Wulp \N nf 4 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Wulp \N nf 2 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Wulp \N nf 2 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Wulp \N nf 1 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Wulp \N nf 1 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Wulp \N nf 2 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Wulp \N nf 1 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Wulp \N nf 1 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 2 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Wulp \N nf 2 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 2 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Wulp \N nf 2 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Wulp \N nf 36 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Wulp \N nf 27 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Wulp \N nf 27 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Wulp \N nf 17 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Wulp \N nf 4 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Wulp \N nf 2 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Wulp \N nf 36 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Wulp \N nf 27 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Wulp \N nf 27 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Wulp \N nf 17 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Wulp \N nf 4 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Wulp \N nf 2 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Wulp \N nf 1 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Wulp \N nf 2 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Wulp \N nf 1 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Wulp \N nf 2 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Wulp \N nf 4 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Wulp \N nf 1 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Wulp \N nf 2 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Wulp \N nf 1 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Wulp \N nf 2 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Wulp \N nf 4 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Wulp \N nf 0 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Wulp \N nf 1 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Wulp \N nf 2 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Wulp \N nf 1 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Wulp \N nf 0 2011-10-02 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Wulp \N nf 1 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Wulp \N nf 2 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Wulp \N nf 1 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Wulp slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Wulp \N nf 0 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Wulp \N f 1 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Wulp \N nf 0 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Wulp \N nf 100 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Wulp \N nf 30 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Wulp \N nf 2 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Wulp visarend nf 40 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Wulp \N nf 100 2011-10-02 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Wulp \N nf 30 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Wulp \N nf 2 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Wulp visarend nf 40 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Wulp \N nf 0 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Wulp \N nf 0 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Wulp \N nf 0 2011-10-02 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Wulp \N nf 2 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Wulp \N nf 3 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Wulp \N nf 0 2011-10-02 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Wulp \N nf 0 2011-10-02 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Wulp \N nf 2 2011-10-02 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Wulp \N nf 0 2011-10-02 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Wulp \N nf 0 2011-10-02 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Wulp \N nf 0 2011-10-02 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Wulp \N nf 0 2011-10-02 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Wulp \N nf 0 2011-10-02 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Wulp \N nf 0 2011-10-02 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Wulp \N nf 0 2011-10-02 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Wulp \N nf 0 2011-10-02 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Wulp \N nf 3 2011-10-02 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Wulp vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Wulp \N nf 0 2011-10-02 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Wulp visarend nf 0 2011-10-02 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Wulp \N nf 0 2011-10-02 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Wulp slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Wulp \N nf 0 2011-10-02 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Wulp \N nf 0 2011-10-02 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Wulp \N nf 0 2011-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Wulp \N nf 0 2011-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Wulp \N nf 0 2011-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Wulp \N nf 0 2011-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Wulp \N nf 5 2011-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Wulp \N nf 1 2011-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Wulp \N nf 1 2011-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Wulp \N nf 1 2011-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Wulp \N nf 0 2011-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Wulp \N nf 0 2011-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Wulp \N nf 0 2011-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Wulp \N nf 1 2011-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Wulp \N nf 1 2011-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Wulp \N nf 0 2011-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Wulp \N nf 0 2011-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Wulp \N nf 0 2011-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Wulp \N nf 0 2011-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Wulp \N nf 0 2011-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Wulp \N nf 0 2011-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Wulp \N nf 0 2011-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Wulp \N nf 0 2011-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Wulp \N nf 0 2011-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Wulp \N nf 0 2011-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Wulp \N nf 5 2011-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Wulp \N nf 1 2011-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Wulp \N nf 1 2011-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Wulp \N nf 1 2011-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Wulp \N nf 0 2011-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Wulp \N nf 0 2011-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Wulp \N nf 0 2011-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Wulp \N nf 1 2011-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Wulp \N nf 1 2011-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Wulp \N nf 0 2011-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Wulp \N nf 0 2011-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Wulp \N nf 0 2011-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Wulp \N nf 0 2011-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Wulp \N nf 0 2011-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Wulp \N nf 0 2011-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Wulp \N nf 8 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Wulp \N nf 8 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: L 2011-10-2 16:45:0 30.0 Rotgans visarend nf 0 2011-10-02 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 16:45:0 30.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: C 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Wulp \N nf 2 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Wulp \N nf 5 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Wulp \N nf 2 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Wulp \N nf 5 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Wulp \N nf 3 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Wulp \N nf 0 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Wulp \N nf 1 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Wulp \N nf 0 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Wulp \N nf 0 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Wulp \N nf 3 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Wulp \N nf 0 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Wulp \N nf 1 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Wulp \N nf 0 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Wulp \N nf 0 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Wulp \N nf 0 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Wulp \N nf 3 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Wulp \N nf 4 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Wulp \N nf 1 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Wulp \N nf 0 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Wulp \N nf 7 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Wulp \N nf 0 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Wulp \N nf 3 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Wulp \N nf 4 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Wulp \N nf 1 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Wulp \N nf 0 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Wulp \N nf 7 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Wulp \N nf 14 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Wulp \N nf 27 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Wulp \N nf 32 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Wulp \N nf 8 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Wulp \N nf 3 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Wulp \N nf 14 2012-10-07 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Wulp \N nf 27 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Wulp \N nf 32 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Wulp \N nf 8 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Wulp \N nf 0 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Wulp \N nf 3 2012-10-07 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Wulp \N nf 3 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Wulp \N nf 3 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Wulp \N nf 0 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Wulp \N nf 3 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Wulp \N nf 3 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Wulp \N nf 0 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Wulp \N nf 6 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wulp \N nf 0 2009-10-08 16:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Wulp \N nf 1 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Wulp \N nf 40 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Wulp \N nf 0 2012-10-07 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Wulp \N nf 6 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Wulp \N nf 1 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Wulp \N nf 40 2012-10-07 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Wulp \N nf 1 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Wulp \N nf 0 2012-10-07 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Wulp \N nf 0 2012-10-07 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Wulp \N nf 0 2012-10-07 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Wulp \N nf 0 2012-10-07 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Wulp \N nf 0 2012-10-07 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Wulp \N nf 0 2012-10-07 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Wulp \N nf 0 2012-10-07 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Wulp \N nf 0 2012-10-07 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Wulp \N nf 0 2012-10-07 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Wulp \N nf 0 2012-10-07 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Wulp \N nf 0 2012-10-07 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Wulp \N nf 0 2012-10-07 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Wulp \N nf 1 2012-10-07 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Wulp \N nf 0 2012-10-07 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Wulp \N nf 1 2012-10-07 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Wulp \N nf 0 2012-10-07 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Wulp \N nf 0 2012-10-07 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Wulp \N nf 0 2012-10-07 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Wulp \N nf 0 2012-10-07 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Wulp \N nf 0 2012-10-07 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Wulp \N nf 0 2012-10-07 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Wulp \N nf 0 2011-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Wulp \N nf 0 2011-10-08 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Wulp \N nf 0 2011-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Wulp \N nf 0 2011-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Wulp \N nf 0 2011-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Wulp \N nf 0 2011-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Wulp \N nf 0 2011-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Wulp \N nf 0 2011-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Wulp \N nf 0 2011-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Wulp \N nf 0 2011-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Wulp \N nf 0 2011-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Wulp \N nf 0 2011-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Wulp \N nf 0 2011-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Wulp \N nf 0 2011-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Wulp \N nf 0 2011-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Wulp \N nf 0 2011-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Wulp \N nf 0 2011-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Wulp \N nf 0 2011-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Wulp \N nf 0 2011-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Wulp \N nf 0 2011-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Wulp \N nf 0 2011-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Wulp \N nf 0 2011-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Wulp \N nf 0 2011-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Wulp \N nf 0 2011-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Wulp \N nf 0 2011-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Wulp \N nf 0 2011-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Wulp \N nf 6 2011-10-08 18:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Wulp \N nf 0 2011-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Wulp \N nf 0 2011-10-08 18:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Wulp \N nf 0 2011-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Wulp \N nf 0 2011-10-08 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Wulp \N nf 0 2011-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Wulp \N nf 0 2011-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Wulp \N nf 0 2011-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Wulp \N nf 0 2011-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Wulp \N nf 0 2011-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Wulp \N nf 0 2011-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Wulp \N nf 0 2011-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Wulp \N nf 0 2011-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Wulp \N nf 0 2011-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Wulp \N nf 0 2011-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Wulp \N nf 0 2011-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Wulp \N nf 0 2011-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Wulp \N nf 0 2011-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Wulp \N nf 0 2011-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Wulp \N nf 0 2011-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Wulp \N nf 0 2011-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Wulp \N nf 0 2011-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Wulp \N nf 0 2011-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Wulp \N nf 0 2011-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Wulp \N nf 0 2011-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Wulp \N nf 0 2011-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Wulp \N nf 0 2011-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Wulp \N nf 0 2011-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Wulp \N nf 0 2011-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Wulp \N nf 6 2011-10-08 18:30:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Wulp \N nf 0 2011-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Wulp \N nf 0 2011-10-08 18:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Wulp \N nf 1 2012-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Wulp \N nf 0 2012-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Wulp \N nf 0 2012-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Wulp \N nf 0 2012-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Wulp \N nf 0 2012-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Wulp \N nf 0 2012-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Wulp \N nf 0 2012-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Wulp \N nf 0 2012-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Wulp \N nf 0 2012-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Wulp \N nf 0 2012-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Wulp \N nf 0 2012-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Wulp \N nf 0 2012-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Wulp \N nf 0 2012-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Wulp \N nf 0 2012-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Wulp \N nf 0 2012-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Wulp \N nf 0 2012-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Wulp \N nf 0 2012-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Wulp \N nf 0 2012-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Wulp \N nf 0 2012-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Wulp \N nf 0 2012-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Wulp \N nf 0 2012-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Wulp \N nf 0 2012-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Wulp \N nf 0 2012-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Wulp \N nf 0 2012-10-08 18:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Wulp \N nf 0 2012-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Wulp \N nf 0 2012-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Wulp \N nf 0 2012-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Wulp \N nf 1 2012-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Wulp \N nf 0 2012-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Wulp \N nf 0 2012-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Wulp \N nf 0 2012-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Wulp \N nf 0 2012-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Wulp \N nf 0 2012-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Wulp \N nf 0 2012-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Wulp \N nf 0 2012-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Wulp \N nf 0 2012-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Wulp \N nf 0 2012-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Wulp \N nf 0 2012-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Wulp \N nf 0 2012-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Wulp \N nf 0 2012-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Wulp \N nf 0 2012-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Wulp \N nf 0 2012-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Wulp \N nf 0 2012-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Wulp \N nf 0 2012-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Wulp \N nf 0 2012-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Wulp \N nf 0 2012-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Wulp \N nf 0 2012-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Wulp \N nf 0 2012-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Wulp \N nf 0 2012-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Wulp \N nf 0 2012-10-08 18:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Wulp \N nf 0 2012-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Wulp \N nf 0 2012-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Wulp \N nf 0 2012-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Wulp \N nf 17 2012-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Wulp \N nf 0 2012-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Wulp \N nf 1 2012-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Wulp \N nf 0 2012-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Wulp \N nf 2 2012-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Wulp \N nf 0 2012-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Wulp \N nf 0 2012-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Wulp \N nf 0 2012-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Wulp \N nf 0 2012-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Wulp \N nf 0 2012-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Wulp \N nf 0 2012-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Wulp \N nf 0 2012-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Wulp \N nf 0 2012-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Wulp \N nf 0 2012-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Wulp \N nf 0 2012-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Wulp \N nf 0 2012-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Wulp \N nf 0 2012-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Wulp \N nf 0 2012-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Wulp \N nf 0 2012-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Wulp \N nf 0 2012-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Wulp \N nf 0 2012-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Wulp \N nf 0 2012-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Wulp \N nf 0 2012-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Wulp \N nf 0 2012-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Wulp \N nf 0 2012-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Wulp \N nf 0 2012-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Wulp \N nf 17 2012-10-08 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Wulp \N nf 0 2012-10-08 15:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Wulp \N nf 1 2012-10-08 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Wulp \N nf 0 2012-10-08 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Wulp \N nf 2 2012-10-08 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Wulp \N nf 0 2012-10-08 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Wulp \N nf 0 2012-10-08 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Wulp \N nf 0 2012-10-08 16:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Wulp \N nf 0 2012-10-08 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Wulp \N nf 0 2012-10-08 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Wulp \N nf 0 2012-10-08 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Wulp \N nf 0 2012-10-08 17:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Wulp \N nf 0 2012-10-08 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Wulp \N nf 0 2012-10-08 17:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Wulp \N nf 0 2012-10-08 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Wulp \N nf 0 2012-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Wulp \N nf 0 2012-10-08 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Wulp \N nf 0 2012-10-08 17:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Wulp \N nf 0 2012-10-08 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Wulp \N nf 0 2012-10-08 18:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Wulp \N nf 0 2012-10-08 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Wulp \N nf 0 2012-10-08 18:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Wulp \N nf 0 2012-10-08 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Wulp \N nf 0 2012-10-08 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Wulp \N nf 0 2012-10-08 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Wulp \N nf 0 2012-10-08 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Wulp \N nf 0 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Wulp \N nf 1 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Wulp \N nf 1 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Wulp \N nf 0 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Wulp \N nf 1 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Wulp \N nf 1 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Wulp \N nf 1 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Wulp \N nf 10 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Wulp \N nf 1 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Wulp \N nf 10 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Wulp \N nf 1 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Wulp \N nf 1 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Wulp \N nf 1 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Wulp \N nf 3 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Wulp \N nf 2 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Wulp \N nf 1 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Wulp \N nf 1 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Wulp \N nf 1 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Wulp \N nf 3 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Wulp \N nf 2 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Wulp \N nf 0 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Wulp \N nf 0 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Wulp \N nf 0 2009-10-08 10:30:00 421 49 18 6146 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Wulp \N nf 1 2009-10-08 14:15:00 421 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Wulp \N nf 0 2009-10-09 11:15:00 422 49 18 6146 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-8 14:0:0 100.0 Wulp \N nf 0 2009-10-08 14:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 413 49 18 6146 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 6146 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wulp \N nf 0 2007-10-18 13:15:00 413 49 18 6146 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wulp \N nf 1 2007-10-18 14:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wulp \N nf 0 2007-10-18 15:45:00 413 49 18 6146 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 413 49 18 6146 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 6146 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wulp \N nf 0 2007-10-18 13:15:00 413 49 18 6146 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wulp \N nf 1 2007-10-18 14:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wulp \N nf 0 2007-10-19 13:00:00 413 49 18 6146 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wulp \N nf 0 2007-10-19 13:15:00 413 49 18 6146 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wulp \N nf 1 2007-10-19 13:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wulp \N nf 0 2007-10-19 17:15:00 413 49 18 6146 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wulp \N nf 0 2007-10-19 13:00:00 413 49 18 6146 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wulp \N nf 0 2007-10-19 13:15:00 413 49 18 6146 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wulp \N nf 1 2007-10-19 13:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wulp \N nf 0 2007-10-19 17:15:00 413 49 18 6146 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:45:0 100.0 Wulp \N nf 0 2009-10-08 13:45:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wulp \N nf 0 2007-10-18 15:45:00 413 49 18 6146 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 414 49 18 6146 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 6146 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wulp \N nf 0 2007-10-18 13:15:00 414 49 18 6146 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 414 49 18 6146 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 414 49 18 6146 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 414 49 18 6146 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 12:15:0 100.0 Wulp \N nf 0 2009-10-08 12:15:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:0:0 50.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 6146 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wulp \N nf 0 2007-10-18 13:15:00 414 49 18 6146 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 414 49 18 6146 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 414 49 18 6146 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wulp \N nf 0 2007-10-19 12:45:00 414 49 18 6146 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wulp \N nf 1 2007-10-19 13:00:00 414 49 18 6146 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wulp \N nf 0 2007-10-19 13:15:00 414 49 18 6146 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 6146 36 \N 50 38 54 37 30 Gebied: H 2009-10-8 11:30:0 100.0 Wulp \N nf 0 2009-10-08 11:30:00 428 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wulp \N nf 0 2007-10-19 12:45:00 414 49 18 6146 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wulp \N nf 1 2007-10-19 13:00:00 414 49 18 6146 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wulp \N nf 0 2007-10-19 13:15:00 414 49 18 6146 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 6146 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 414 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 415 49 18 6146 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 415 49 18 6146 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wulp \N nf 0 2007-10-18 16:15:00 415 49 18 6146 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 6146 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 415 49 18 6146 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 415 49 18 6146 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 415 49 18 6146 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 415 49 18 6146 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wulp \N nf 0 2007-10-18 16:15:00 415 49 18 6146 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 6146 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 415 49 18 6146 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 415 49 18 6146 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wulp \N nf 0 2007-10-19 12:45:00 415 49 18 6146 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wulp \N nf 0 2007-10-19 13:00:00 415 49 18 6146 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wulp \N nf 0 2007-10-19 12:45:00 415 49 18 6146 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wulp \N nf 0 2007-10-19 13:00:00 415 49 18 6146 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 415 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wulp \N nf 0 2007-10-18 12:15:00 416 49 18 6146 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wulp \N nf 0 2007-10-18 15:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wulp \N nf 0 2007-10-18 12:30:00 416 49 18 6146 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wulp \N nf 0 2007-10-18 12:45:00 416 49 18 6146 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 13:0:0 90.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wulp \N nf 0 2007-10-18 14:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wulp \N nf 0 2007-10-18 14:15:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wulp \N nf 0 2007-10-18 14:30:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wulp \N nf 0 2007-10-18 14:45:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wulp \N nf 0 2007-10-18 15:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wulp \N nf 0 2007-10-18 12:15:00 416 49 18 6146 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wulp \N nf 0 2007-10-18 15:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wulp \N nf 0 2007-10-18 12:30:00 416 49 18 6146 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wulp \N nf 0 2007-10-18 12:45:00 416 49 18 6146 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Wulp \N nf 0 2007-10-18 16:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wulp \N nf 0 2007-10-18 14:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wulp \N nf 0 2007-10-18 14:15:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wulp \N nf 0 2007-10-18 14:30:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wulp \N nf 0 2007-10-18 14:45:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wulp \N nf 0 2007-10-18 15:00:00 416 49 18 6146 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wulp \N nf 0 2007-10-19 12:45:00 416 49 18 6146 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wulp \N nf 0 2007-10-19 13:00:00 416 49 18 6146 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wulp \N nf 0 2009-10-09 16:30:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wulp \N nf 2 2007-10-19 14:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 6146 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wulp \N nf 0 2009-10-09 11:00:00 424 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wulp \N nf 0 2007-10-19 17:45:00 416 49 18 6146 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wulp \N nf 0 2007-10-19 12:45:00 416 49 18 6146 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wulp \N nf 0 2007-10-19 13:00:00 416 49 18 6146 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wulp \N nf 2 2007-10-19 14:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 6146 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wulp \N nf 0 2007-10-19 17:45:00 416 49 18 6146 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wulp \N nf 0 2009-10-09 15:45:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 417 49 18 6146 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 6146 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wulp \N nf 0 2007-10-18 13:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 417 49 18 6146 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 6146 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wulp \N nf 0 2007-10-18 13:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Wulp \N nf 0 2007-10-18 16:00:00 413 49 18 6146 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wulp \N nf 0 2007-10-19 13:00:00 417 49 18 6146 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wulp \N nf 0 2007-10-19 13:15:00 417 49 18 6146 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wulp \N nf 0 2007-10-19 17:15:00 417 49 18 6146 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 426 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wulp \N nf 0 2007-10-19 13:00:00 417 49 18 6146 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wulp \N nf 0 2007-10-19 13:15:00 417 49 18 6146 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wulp \N nf 0 2007-10-19 17:15:00 417 49 18 6146 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 417 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wulp \N nf 0 2007-10-18 16:00:00 418 49 18 6146 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wulp \N nf 0 2007-10-18 16:15:00 418 49 18 6146 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 6146 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wulp \N nf 0 2007-10-18 16:00:00 418 49 18 6146 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wulp \N nf 0 2007-10-18 12:45:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wulp \N nf 0 2007-10-18 16:15:00 418 49 18 6146 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 6146 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied: G 2009-10-9 12:15:0 100.0 Wulp \N nf 0 2009-10-09 12:15:00 427 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wulp \N nf 0 2007-10-19 12:45:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wulp \N nf 0 2007-10-19 13:00:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 6146 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wulp \N nf 0 2007-10-19 12:45:00 418 49 18 6146 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wulp \N nf 0 2007-10-19 13:00:00 418 49 18 6146 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 6146 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 418 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 419 49 18 6146 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wulp \N nf 0 2007-10-18 12:45:00 419 49 18 6146 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wulp \N nf 0 2007-10-18 16:15:00 419 49 18 6146 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 6146 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wulp \N nf 0 2007-10-18 13:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 419 49 18 6146 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wulp \N nf 0 2007-10-18 12:45:00 419 49 18 6146 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wulp \N nf 0 2007-10-18 16:15:00 419 49 18 6146 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 6146 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wulp \N nf 0 2007-10-18 13:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wulp \N nf 0 2007-10-18 13:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wulp \N nf 0 2007-10-18 13:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wulp \N nf 0 2007-10-18 14:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wulp \N nf 0 2007-10-18 14:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wulp \N nf 0 2007-10-18 14:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wulp \N nf 0 2007-10-18 14:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wulp \N nf 0 2007-10-19 12:45:00 419 49 18 6146 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wulp \N nf 0 2007-10-19 13:00:00 419 49 18 6146 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 6146 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wulp \N nf 0 2007-10-19 12:45:00 419 49 18 6146 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wulp \N nf 0 2007-10-19 16:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wulp \N nf 0 2007-10-19 16:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wulp \N nf 0 2007-10-19 17:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wulp \N nf 0 2007-10-19 14:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 6146 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wulp \N nf 0 2007-10-19 14:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wulp \N nf 0 2007-10-18 12:15:00 420 49 18 6146 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wulp \N nf 0 2007-10-18 15:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 420 49 18 6146 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 16:15:0 100.0 Wulp \N nf 0 2009-10-09 16:15:00 425 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wulp \N nf 0 2007-10-18 12:45:00 420 49 18 6146 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wulp \N nf 0 2007-10-18 16:15:00 420 49 18 6146 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 6146 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wulp \N nf 0 2007-10-18 16:30:00 420 49 18 6146 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wulp \N nf 0 2007-10-18 14:00:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wulp \N nf 0 2007-10-18 14:15:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wulp \N nf 0 2007-10-18 14:30:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wulp \N nf 0 2007-10-18 14:45:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wulp \N nf 0 2007-10-18 12:15:00 420 49 18 6146 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wulp \N nf 0 2007-10-18 15:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wulp \N nf 0 2007-10-18 12:30:00 420 49 18 6146 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wulp \N nf 0 2007-10-18 16:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wulp \N nf 0 2007-10-18 12:45:00 420 49 18 6146 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wulp \N nf 0 2007-10-18 16:15:00 420 49 18 6146 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wulp slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 6146 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wulp \N nf 0 2007-10-18 16:30:00 420 49 18 6146 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wulp \N nf 0 2007-10-18 13:15:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wulp \N nf 0 2007-10-18 13:30:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wulp \N nf 0 2007-10-18 13:45:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wulp \N nf 0 2007-10-18 14:00:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wulp \N nf 0 2007-10-18 14:15:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wulp \N nf 0 2007-10-18 14:30:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wulp \N nf 0 2007-10-18 14:45:00 420 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:0:0 100.0 Wulp \N nf 0 2007-10-18 15:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wulp \N nf 0 2007-10-18 15:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wulp \N nf 0 2007-10-18 15:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wulp \N nf 0 2007-10-19 12:45:00 420 49 18 6146 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wulp \N nf 0 2007-10-19 16:15:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wulp \N nf 0 2007-10-19 13:00:00 420 49 18 6146 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wulp \N nf 1 2007-10-19 16:30:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wulp \N nf 0 2007-10-19 16:45:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wulp \N nf 0 2007-10-19 17:00:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wulp \N nf 0 2007-10-19 17:15:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wulp \N nf 1 2007-10-19 14:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 6146 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wulp \N nf 0 2007-10-19 17:45:00 420 49 18 6146 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wulp \N nf 2 2007-10-19 14:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wulp \N nf 0 2007-10-19 12:45:00 420 49 18 6146 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wulp \N nf 0 2007-10-19 16:15:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wulp \N nf 0 2007-10-19 13:00:00 420 49 18 6146 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wulp \N nf 1 2007-10-19 16:30:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wulp \N nf 0 2007-10-19 13:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wulp \N nf 0 2007-10-19 16:45:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wulp \N nf 0 2007-10-19 17:00:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wulp \N nf 0 2007-10-19 13:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wulp \N nf 0 2007-10-19 17:15:00 420 49 18 6146 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wulp \N nf 1 2007-10-19 14:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wulp slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 6146 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wulp \N nf 0 2007-10-19 14:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wulp \N nf 0 2007-10-19 17:45:00 420 49 18 6146 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wulp \N nf 0 2007-10-19 14:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wulp \N nf 2 2007-10-19 14:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wulp \N nf 0 2007-10-19 15:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wulp \N nf 0 2007-10-19 15:15:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wulp \N nf 0 2007-10-19 15:30:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wulp \N nf 0 2007-10-19 15:45:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wulp \N nf 0 2007-10-19 16:00:00 420 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Wulp \N nf 0 2011-10-02 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Wulp \N nf 1 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Wulp \N nf 0 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Wulp \N nf 2 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Wulp \N nf 0 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Wulp \N nf 0 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Wulp \N nf 1 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Wulp \N nf 0 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Wulp \N nf 2 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Wulp \N nf 0 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Wulp \N nf 1 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Wulp \N nf 3 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Wulp \N nf 1 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Wulp \N nf 2 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Wulp \N nf 1 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Wulp \N nf 16 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Wulp \N nf 0 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Wulp \N nf 1 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Wulp \N nf 3 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Wulp \N nf 1 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Wulp \N nf 2 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Wulp \N nf 1 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Wulp \N nf 16 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 13:45:0 100.0 Rotgans \N nf 0 2011-10-02 13:45:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rotgans \N nf 0 2011-10-02 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Rotgans \N nf 0 2009-10-08 14:15:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rotgans \N nf 0 2009-10-08 10:45:00 421 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rotgans slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 16654 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rotgans \N nf 0 2009-10-08 11:00:00 421 49 18 16654 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rotgans \N nf 0 2009-10-08 14:45:00 421 49 18 16654 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rotgans \N nf 0 2009-10-08 11:15:00 421 49 18 16654 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rotgans \N nf 0 2009-10-08 15:00:00 421 49 18 16654 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rotgans \N nf 0 2009-10-08 11:30:00 421 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Rotgans \N nf 0 2009-10-08 15:15:00 421 49 18 16654 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rotgans \N nf 0 2009-10-08 11:45:00 421 49 18 16654 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Rotgans \N nf 0 2009-10-08 15:30:00 421 49 18 16654 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Rotgans \N nf 0 2009-10-08 12:00:00 421 49 18 16654 36 \N 50 38 54 37 97 Gebied: E 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Wulp \N nf 3 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Wulp \N nf 1 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Wulp \N nf 2 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Wulp \N nf 0 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rotgans \N f 0 2009-10-08 10:45:00 421 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rotgans \N f 0 2009-10-08 11:00:00 421 49 18 16654 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rotgans \N f 0 2009-10-08 14:45:00 421 49 18 16654 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rotgans \N f 0 2009-10-08 11:15:00 421 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rotgans \N f 0 2009-10-08 15:00:00 421 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rotgans \N f 0 2009-10-08 11:30:00 421 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Rotgans \N f 0 2009-10-08 15:15:00 421 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rotgans \N f 0 2009-10-08 11:45:00 421 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Rotgans \N f 0 2009-10-08 15:30:00 421 49 18 16654 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Rotgans \N f 0 2009-10-08 12:00:00 421 49 18 16654 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Rotgans \N f 0 2009-10-08 12:15:00 421 49 18 16654 35 \N 50 38 54 37 97 Gebied: F 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Wulp \N nf 8 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Wulp \N nf 3 2012-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Wulp \N nf 1 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Wulp \N nf 2 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Wulp \N nf 0 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Wulp \N nf 8 2012-10-18 15:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Wulp \N nf 5 2011-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Wulp \N nf 2 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Wulp \N nf 0 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Wulp \N nf 0 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Wulp \N nf 0 2011-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Wulp \N nf 10 2011-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Wulp \N nf 5 2011-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Wulp \N nf 2 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Wulp \N nf 0 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Wulp \N nf 0 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Wulp \N nf 0 2011-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Wulp \N nf 10 2011-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Wulp \N nf 0 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Wulp \N nf 2 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Wulp \N nf 30 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Wulp \N nf 0 2007-10-19 16:30:00 419 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Wulp \N nf 0 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Wulp \N nf 0 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Wulp \N nf 2 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Wulp \N nf 30 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Wulp \N nf 10 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Wulp \N nf 35 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Wulp \N nf 10 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Wulp \N nf 0 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Wulp \N nf 35 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Wulp \N nf 0 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Wulp \N nf 30 2011-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Wulp \N nf 13 2011-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Wulp \N nf 2 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Wulp \N nf 2 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Wulp \N nf 2 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Wulp \N nf 0 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Wulp \N nf 36 2011-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Wulp \N nf 40 2011-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Wulp \N nf 30 2011-10-18 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Wulp \N nf 0 2011-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Wulp \N nf 13 2011-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Wulp \N nf 0 2011-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Wulp \N nf 2 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Wulp \N nf 0 2011-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Wulp \N nf 2 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Wulp \N nf 0 2011-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Wulp \N nf 2 2011-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Wulp \N nf 0 2011-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Wulp \N nf 0 2011-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Wulp \N nf 0 2011-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Wulp \N nf 0 2011-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Wulp \N nf 0 2011-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Wulp \N nf 0 2011-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Wulp \N nf 0 2011-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Wulp \N nf 0 2011-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Wulp \N nf 36 2011-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Wulp \N nf 0 2011-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Wulp \N nf 40 2011-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Wulp \N nf 0 2011-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Wulp \N nf 0 2011-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Wulp \N nf 0 2011-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Wulp \N nf 0 2011-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Wulp \N nf 50 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Wulp \N nf 1 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Wulp \N nf 1 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Wulp \N nf 8 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Wulp \N nf 20 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Wulp \N nf 50 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Wulp \N nf 1 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Wulp \N nf 1 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Wulp \N nf 1 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Wulp \N nf 0 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Wulp \N nf 8 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: F 2010-10-9 14:30:0 50.0 Wulp \N nf 0 2010-10-09 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2011-10-2 13:0:0 100.0 Wulp \N nf 0 2011-10-02 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Wulp \N nf 20 2012-10-18 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Wulp \N nf 10 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Wulp \N nf 3 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Wulp \N nf 2 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Wulp \N nf 1 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Wulp \N nf 4 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Wulp \N nf 10 2012-10-18 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Wulp \N nf 0 2012-10-18 13:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Wulp \N nf 3 2012-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Wulp \N nf 0 2012-10-18 13:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Wulp \N nf 2 2012-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Wulp \N nf 0 2012-10-18 13:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Wulp \N nf 0 2012-10-18 10:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Wulp \N nf 0 2012-10-18 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Wulp \N nf 0 2012-10-18 10:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Wulp \N nf 0 2012-10-18 14:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Wulp \N nf 0 2012-10-18 10:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Wulp \N nf 0 2012-10-18 14:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Wulp \N nf 0 2012-10-18 11:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Wulp \N nf 1 2012-10-18 14:45:00 \N 49 18 6146 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Wulp \N nf 0 2012-10-18 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Wulp \N nf 4 2012-10-18 15:00:00 \N 49 18 6146 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Wulp \N nf 0 2012-10-18 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Wulp \N nf 0 2012-10-18 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Wulp \N nf 0 2012-10-18 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Wulp \N nf 0 2012-10-18 12:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Wulp \N nf 0 2012-10-18 12:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Wulp \N nf 0 2012-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:45:0 100.0 Wulp \N nf 0 2009-10-09 14:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 413 49 18 15810 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 15810 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 413 49 18 15810 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 413 49 18 15810 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 413 49 18 15810 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 413 49 18 15810 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 15810 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 413 49 18 15810 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 413 49 18 15810 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 413 49 18 15810 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 413 49 18 15810 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 413 49 18 15810 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 413 49 18 15810 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 413 49 18 15810 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 413 49 18 15810 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 414 49 18 15810 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 15810 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 414 49 18 15810 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 414 49 18 15810 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 414 49 18 15810 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 414 49 18 15810 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 15810 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 414 49 18 15810 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 414 49 18 15810 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 414 49 18 15810 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 414 49 18 15810 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 414 49 18 15810 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 414 49 18 15810 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 15810 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 414 49 18 15810 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 414 49 18 15810 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 414 49 18 15810 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 15810 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 414 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 415 49 18 15810 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 415 49 18 15810 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 415 49 18 15810 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 15810 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 415 49 18 15810 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 415 49 18 15810 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 415 49 18 15810 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 415 49 18 15810 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 15810 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 415 49 18 15810 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 415 49 18 15810 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 415 49 18 15810 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 415 49 18 15810 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 415 49 18 15810 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 415 49 18 15810 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 415 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:15:00 416 49 18 15810 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 416 49 18 15810 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 416 49 18 15810 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:15:00 416 49 18 15810 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 416 49 18 15810 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 416 49 18 15810 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 416 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 416 49 18 15810 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 416 49 18 15810 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 15810 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 17:45:0 20.0 Bonte Str.L. \N nf 0 2007-10-19 17:45:00 416 49 18 15810 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 416 49 18 15810 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 416 49 18 15810 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 15810 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bonte Str.L. \N nf 0 2007-10-19 17:45:00 416 49 18 15810 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 417 49 18 15810 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 15810 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 417 49 18 15810 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 15810 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 413 49 18 15810 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 417 49 18 15810 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 417 49 18 15810 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 417 49 18 15810 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 417 49 18 15810 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 417 49 18 15810 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 417 49 18 15810 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 418 49 18 15810 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 418 49 18 15810 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 15810 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rotgans \N nf 0 2011-10-02 12:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 418 49 18 15810 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 418 49 18 15810 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 15810 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 15810 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 418 49 18 15810 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 418 49 18 15810 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 15810 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 418 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 419 49 18 15810 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 419 49 18 15810 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 419 49 18 15810 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 15810 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 415 49 18 15810 36 \N 50 38 54 37 90 Gebied GG 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 419 49 18 15810 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 419 49 18 15810 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 419 49 18 15810 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 15810 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 419 49 18 15810 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 15810 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 419 49 18 15810 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 419 49 18 15810 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 15810 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 419 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:15:00 420 49 18 15810 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 420 49 18 15810 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 420 49 18 15810 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 420 49 18 15810 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 15810 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bonte Str.L. \N nf 0 2007-10-18 16:30:00 420 49 18 15810 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:15:00 420 49 18 15810 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bonte Str.L. \N nf 0 2007-10-18 12:30:00 420 49 18 15810 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 16:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bonte Str.L. \N nf 0 2007-10-18 12:45:00 420 49 18 15810 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bonte Str.L. \N nf 0 2007-10-18 16:15:00 420 49 18 15810 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bonte Str.L. slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 15810 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bonte Str.L. \N nf 0 2007-10-18 16:30:00 420 49 18 15810 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:15:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:30:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:00:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:15:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:30:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bonte Str.L. \N nf 0 2007-10-18 14:45:00 420 49 18 15810 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 15:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 420 49 18 15810 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 420 49 18 15810 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 15810 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 17:45:00 420 49 18 15810 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 16:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bonte Str.L. \N nf 0 2007-10-19 12:45:00 420 49 18 15810 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:15:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 420 49 18 15810 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:30:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 16:45:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 13:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 17:15:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 15810 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bonte Str.L. \N nf 0 2007-10-19 17:45:00 420 49 18 15810 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:00:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:15:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:30:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 15:45:00 420 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 421 49 18 17124 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 421 49 18 17124 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 421 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 421 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 421 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 421 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 421 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 421 49 18 17124 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 421 49 18 17124 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 421 49 18 17124 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 421 49 18 17124 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 421 49 18 17124 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 421 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 421 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 421 49 18 17124 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 421 49 18 17124 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 421 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 421 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 421 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 11:45:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 421 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 421 49 18 17124 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 421 49 18 17124 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 421 49 18 17124 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 421 49 18 17124 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 421 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 421 49 18 17124 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 421 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 421 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 421 49 18 17124 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 421 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 421 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 421 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 421 49 18 17124 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 421 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 421 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 421 49 18 17124 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 421 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 421 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 422 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 422 49 18 17124 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 422 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 422 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 422 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 422 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 422 49 18 17124 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 422 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 422 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 422 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 422 49 18 17124 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 422 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 422 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 422 49 18 17124 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 422 49 18 17124 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 422 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 422 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 422 49 18 17124 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 422 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 423 49 18 17124 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 423 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 423 49 18 17124 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 423 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 423 49 18 17124 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 423 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 423 49 18 17124 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 423 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 423 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 423 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 423 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 423 49 18 17124 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 423 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 423 49 18 17124 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 423 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 423 49 18 17124 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 423 49 18 17124 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 423 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 424 49 18 17124 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 424 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 424 49 18 17124 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 424 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 424 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 424 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 424 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 424 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 425 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 425 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 17124 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 425 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 425 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:00:00 425 49 18 17124 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 425 49 18 17124 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 425 49 18 17124 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:00:00 425 49 18 17124 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 425 49 18 17124 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 425 49 18 17124 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-08 09:30:00 426 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 426 49 18 17124 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 17124 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Drieteenstrandloper \N nf 0 2009-10-08 09:30:00 426 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Drieteenstrandloper \N nf 0 2009-10-08 09:45:00 426 49 18 17124 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 17124 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 16:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:00:00 426 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 426 49 18 17124 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 426 49 18 17124 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:00:00 426 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 426 49 18 17124 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 426 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 426 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 17124 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 427 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 427 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 17124 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 17124 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 427 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: G 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 427 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 17124 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 427 49 18 17124 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 427 49 18 17124 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 427 49 18 17124 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 427 49 18 17124 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 427 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 17124 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 428 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 428 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 17124 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 428 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 428 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 17124 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 428 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 428 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 428 49 18 17124 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 428 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 428 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N nf 0 2009-10-09 17:15:00 428 49 18 17124 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 429 49 18 17124 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 429 49 18 17124 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 429 49 18 17124 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 429 49 18 17124 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 17124 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 17124 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N nf 0 2009-10-08 10:15:00 429 49 18 17124 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 15:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 11:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 429 49 18 17124 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 429 49 18 17124 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 15:15:00 421 49 18 17124 36 \N 50 38 54 37 10 Gebied: i 2009-10-8 15:45:0 40.0 Drieteenstrandloper \N nf 0 2009-10-08 15:45:00 429 49 18 17124 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 17124 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 429 49 18 17124 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 429 49 18 17124 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 429 49 18 17124 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 429 49 18 17124 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 429 49 18 17124 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 429 49 18 17124 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 14:00:00 429 49 18 17124 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 10:30:00 429 49 18 17124 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 429 49 18 17124 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 10:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Drieteenstrandloper \N nf 0 2009-10-08 15:30:00 421 49 18 17124 36 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 17124 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 15:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 16:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:00:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Drieteenstrandloper \N nf 0 2009-10-09 16:45:00 429 49 18 17124 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N nf 0 2009-10-09 17:00:00 429 49 18 17124 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 13:30:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 17124 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 13:15:00 429 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Drieteenstrandloper \N nf 0 2009-10-09 10:15:00 429 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:45:0 95.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: D 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:15:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 08:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: F 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N nf 0 2010-10-09 08:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Drieteenstrandloper \N nf 0 2010-10-09 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Drieteenstrandloper \N nf 0 2010-10-09 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N nf 0 2010-10-09 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-09 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Drieteenstrandloper \N nf 0 2010-10-10 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Drieteenstrandloper \N nf 0 2010-10-10 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N nf 0 2010-10-10 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Drieteenstrandloper smelleken nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Drieteenstrandloper smelleken nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Drieteenstrandloper \N nf 0 2011-10-01 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-01 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N nf 0 2011-10-01 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-01 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Drieteenstrandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Drieteenstrandloper \N nf 0 2011-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: D 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Drieteenstrandloper \N nf 0 2011-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Drieteenstrandloper \N nf 0 2011-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Drieteenstrandloper \N nf 0 2011-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Drieteenstrandloper \N nf 0 2011-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Drieteenstrandloper \N nf 0 2011-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Drieteenstrandloper \N nf 0 2011-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 16:45:0 10.0 Drieteenstrandloper \N nf 0 2011-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Drieteenstrandloper \N nf 0 2012-10-07 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Drieteenstrandloper \N nf 0 2012-10-07 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 425 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Drieteenstrandloper \N nf 0 2012-10-07 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Drieteenstrandloper \N nf 0 2012-10-07 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Drieteenstrandloper \N nf 0 2012-10-07 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Drieteenstrandloper \N nf 0 2012-10-07 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Drieteenstrandloper \N nf 0 2012-10-07 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-07 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Drieteenstrandloper \N nf 0 2011-10-08 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Drieteenstrandloper \N nf 0 2011-10-08 18:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Drieteenstrandloper \N nf 0 2011-10-08 18:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Drieteenstrandloper \N nf 0 2011-10-08 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Drieteenstrandloper \N nf 0 2011-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Drieteenstrandloper \N nf 0 2011-10-08 18:30:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Drieteenstrandloper \N nf 0 2011-10-08 18:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Drieteenstrandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Drieteenstrandloper \N nf 0 2012-10-08 18:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Drieteenstrandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Drieteenstrandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Drieteenstrandloper \N nf 0 2012-10-08 18:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Drieteenstrandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-08 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Drieteenstrandloper \N nf 0 2012-10-08 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 17:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 18:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-08 18:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-08 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Drieteenstrandloper \N nf 0 2009-10-08 10:30:00 421 49 18 17124 36 \N 50 38 54 37 5 Gebied: D 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 15:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Drieteenstrandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Drieteenstrandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Drieteenstrandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Drieteenstrandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Drieteenstrandloper \N nf 0 2011-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Drieteenstrandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Drieteenstrandloper \N nf 0 2011-10-18 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Drieteenstrandloper \N nf 0 2011-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Drieteenstrandloper \N nf 0 2011-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Wulp \N f 14 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: K 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Drieteenstrandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 17124 36 \N 50 38 54 37 70 Gebied: K 2012-10-18 15:0:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Drieteenstrandloper \N nf 0 2012-10-18 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N nf 0 2012-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 10:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 14:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N nf 0 2012-10-18 14:45:00 \N 49 18 17124 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Drieteenstrandloper \N nf 0 2012-10-18 15:00:00 \N 49 18 17124 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 11:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:30:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 30 Gebied: B 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 12:45:00 428 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N nf 0 2010-10-10 12:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Tureluur \N nf 0 2009-10-08 15:45:00 424 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Tureluur \N nf 0 2009-10-08 09:45:00 424 49 18 13325 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Tureluur \N nf 0 2009-10-08 15:45:00 424 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Tureluur \N nf 0 2009-10-09 10:15:00 424 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Tureluur \N nf 0 2009-10-09 17:00:00 424 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Tureluur \N nf 0 2009-10-09 10:15:00 424 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Tureluur \N nf 0 2009-10-09 17:00:00 424 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Tureluur \N nf 0 2009-10-08 09:45:00 425 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Tureluur \N nf 0 2009-10-08 15:45:00 425 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 13325 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Tureluur \N nf 0 2009-10-08 09:45:00 425 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Tureluur \N nf 0 2009-10-08 15:45:00 425 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Tureluur \N nf 0 2009-10-09 10:00:00 425 49 18 13325 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Tureluur \N nf 0 2009-10-09 10:15:00 425 49 18 13325 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Tureluur \N nf 0 2009-10-09 17:15:00 425 49 18 13325 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Tureluur \N nf 0 2009-10-09 10:00:00 425 49 18 13325 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Tureluur \N nf 0 2009-10-09 10:15:00 425 49 18 13325 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Tureluur \N nf 0 2009-10-09 17:15:00 425 49 18 13325 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Tureluur \N nf 0 2009-10-08 09:30:00 426 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Tureluur \N nf 0 2009-10-08 09:45:00 426 49 18 13325 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Tureluur \N nf 0 2009-10-08 15:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 13325 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Tureluur \N nf 0 2009-10-08 09:30:00 426 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Tureluur \N nf 0 2009-10-08 09:45:00 426 49 18 13325 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Tureluur \N nf 0 2009-10-08 15:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 13325 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Tureluur \N nf 0 2009-10-08 16:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Tureluur \N nf 0 2009-10-09 10:00:00 426 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Tureluur \N nf 0 2009-10-09 10:15:00 426 49 18 13325 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Tureluur \N nf 0 2009-10-09 17:15:00 426 49 18 13325 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Tureluur \N nf 0 2009-10-09 10:00:00 426 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Tureluur \N nf 0 2009-10-09 10:15:00 426 49 18 13325 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Tureluur \N nf 0 2009-10-09 10:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 426 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Tureluur \N nf 0 2009-10-09 17:15:00 426 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 13325 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Tureluur \N nf 0 2009-10-08 10:15:00 427 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Tureluur \N nf 0 2009-10-08 15:45:00 427 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 13325 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 13325 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Tureluur \N nf 0 2009-10-08 10:15:00 427 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Tureluur \N nf 0 2009-10-08 15:45:00 427 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 13325 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Tureluur \N nf 0 2009-10-09 10:30:00 427 49 18 13325 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Tureluur \N nf 0 2009-10-09 17:15:00 427 49 18 13325 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Tureluur \N nf 0 2009-10-09 10:30:00 427 49 18 13325 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Tureluur \N nf 0 2009-10-09 17:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Tureluur \N nf 0 2009-10-09 17:15:00 427 49 18 13325 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 427 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 13325 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Tureluur \N nf 0 2009-10-08 10:15:00 428 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Tureluur \N nf 0 2009-10-08 15:45:00 428 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 13325 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 13325 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Tureluur \N nf 0 2009-10-08 10:15:00 428 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Tureluur \N nf 0 2009-10-08 15:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Tureluur \N nf 0 2009-10-08 15:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Tureluur \N nf 0 2009-10-08 15:45:00 428 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 13325 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Tureluur \N nf 0 2009-10-09 10:30:00 428 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 15 Gebied: H 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Tureluur \N nf 0 2009-10-09 17:00:00 428 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Tureluur \N nf 0 2009-10-09 17:15:00 428 49 18 13325 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Tureluur \N nf 0 2009-10-09 10:30:00 428 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Tureluur \N nf 0 2009-10-09 14:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Tureluur \N nf 0 2009-10-09 16:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Tureluur \N nf 0 2009-10-09 17:00:00 428 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Tureluur \N nf 0 2009-10-09 17:15:00 428 49 18 13325 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Tureluur \N nf 0 2009-10-09 14:00:00 428 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Tureluur \N nf 0 2009-10-08 10:15:00 429 49 18 13325 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Tureluur \N nf 0 2009-10-08 15:15:00 429 49 18 13325 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Tureluur \N nf 0 2009-10-08 15:30:00 429 49 18 13325 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Tureluur \N nf 0 2009-10-08 15:45:00 429 49 18 13325 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 13325 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 13325 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Tureluur \N nf 0 2009-10-08 10:15:00 429 49 18 13325 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Tureluur \N nf 0 2009-10-08 11:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Tureluur \N nf 0 2009-10-08 11:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Tureluur \N nf 0 2009-10-08 14:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Tureluur \N nf 0 2009-10-08 11:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Tureluur \N nf 0 2009-10-08 15:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Tureluur \N nf 0 2009-10-08 11:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Tureluur \N nf 0 2009-10-08 15:15:00 429 49 18 13325 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Tureluur \N nf 0 2009-10-08 12:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Tureluur \N nf 0 2009-10-08 15:30:00 429 49 18 13325 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Tureluur \N nf 0 2009-10-08 12:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Tureluur \N nf 0 2009-10-08 15:45:00 429 49 18 13325 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 13325 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Tureluur \N nf 0 2009-10-08 12:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Tureluur \N nf 0 2009-10-08 13:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Tureluur \N nf 0 2009-10-09 14:00:00 429 49 18 13325 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Tureluur \N nf 0 2009-10-09 10:30:00 429 49 18 13325 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Tureluur \N nf 0 2009-10-09 14:15:00 429 49 18 13325 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Tureluur \N nf 0 2009-10-09 16:45:00 429 49 18 13325 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Tureluur \N nf 0 2009-10-09 17:00:00 429 49 18 13325 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Tureluur \N nf 0 2009-10-09 13:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Tureluur \N nf 0 2009-10-09 10:15:00 429 49 18 13325 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Tureluur \N nf 0 2009-10-09 14:00:00 429 49 18 13325 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Tureluur \N nf 0 2009-10-09 10:30:00 429 49 18 13325 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Tureluur \N nf 0 2009-10-09 14:15:00 429 49 18 13325 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Tureluur \N nf 0 2009-10-09 10:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Tureluur \N nf 0 2009-10-09 14:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 13325 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Tureluur \N nf 0 2009-10-09 11:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Tureluur \N nf 0 2009-10-09 14:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Tureluur \N nf 0 2009-10-09 11:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Tureluur \N nf 0 2009-10-09 15:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Tureluur \N nf 0 2009-10-09 11:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Tureluur \N nf 0 2009-10-09 15:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Tureluur \N nf 0 2009-10-09 11:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Tureluur \N nf 0 2009-10-09 15:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Tureluur \N nf 0 2009-10-09 12:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Tureluur \N nf 0 2009-10-09 15:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Tureluur \N nf 0 2009-10-09 12:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Tureluur \N nf 0 2009-10-09 16:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Tureluur \N nf 0 2009-10-09 12:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Tureluur \N nf 0 2009-10-09 16:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Tureluur \N nf 0 2009-10-09 12:45:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Tureluur \N nf 0 2009-10-09 16:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Tureluur \N nf 0 2009-10-09 13:00:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Tureluur \N nf 0 2009-10-09 16:45:00 429 49 18 13325 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Tureluur \N nf 0 2009-10-09 13:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Tureluur \N nf 0 2009-10-09 17:00:00 429 49 18 13325 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Tureluur \N nf 0 2009-10-09 13:30:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 13325 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Tureluur \N nf 0 2009-10-08 13:15:00 429 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Tureluur \N nf 0 2009-10-09 10:15:00 429 49 18 13325 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 9:0:0 1.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Tureluur \N nf 0 2010-10-09 08:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Tureluur \N nf 0 2010-10-09 08:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Tureluur \N nf 0 2010-10-09 08:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Tureluur \N nf 0 2010-10-09 08:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Tureluur \N nf 0 2010-10-09 08:15:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Tureluur \N nf 0 2010-10-09 08:30:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Tureluur \N nf 0 2010-10-09 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Tureluur \N nf 0 2010-10-09 08:15:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Tureluur \N nf 0 2010-10-09 08:30:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Tureluur \N nf 0 2010-10-09 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Tureluur \N nf 0 2010-10-09 08:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Tureluur \N nf 0 2010-10-09 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Tureluur \N nf 0 2010-10-09 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Tureluur \N nf 0 2010-10-09 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Tureluur \N nf 0 2010-10-09 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Tureluur \N nf 0 2010-10-09 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Tureluur \N nf 0 2010-10-09 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Tureluur \N nf 0 2010-10-09 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Tureluur \N nf 0 2010-10-09 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Tureluur \N nf 0 2010-10-09 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Tureluur \N nf 0 2010-10-09 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Tureluur \N nf 0 2010-10-09 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Tureluur \N nf 0 2010-10-09 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Tureluur \N nf 0 2010-10-09 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Tureluur \N nf 0 2010-10-09 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Tureluur \N nf 0 2010-10-09 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Tureluur \N nf 0 2010-10-09 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Tureluur \N nf 0 2010-10-09 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Tureluur \N nf 0 2010-10-09 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Tureluur \N nf 0 2010-10-09 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Tureluur \N nf 0 2010-10-09 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:45:0 98.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Tureluur \N nf 0 2010-10-10 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Tureluur \N nf 0 2010-10-10 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Tureluur \N nf 0 2010-10-10 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Tureluur \N nf 0 2010-10-10 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Tureluur \N nf 0 2010-10-10 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Tureluur \N nf 0 2010-10-10 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Tureluur \N nf 0 2010-10-10 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Tureluur \N nf 0 2010-10-10 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Tureluur \N nf 0 2010-10-10 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Tureluur \N nf 0 2010-10-10 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Tureluur \N nf 0 2010-10-10 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Tureluur \N nf 0 2010-10-10 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Tureluur \N nf 0 2010-10-10 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Tureluur \N nf 0 2010-10-10 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Tureluur \N nf 0 2010-10-10 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Tureluur \N nf 0 2010-10-10 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Tureluur \N nf 0 2010-10-10 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Tureluur \N nf 0 2010-10-10 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Tureluur \N nf 0 2010-10-10 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Tureluur \N nf 0 2010-10-10 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Tureluur \N nf 0 2010-10-10 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Tureluur \N nf 0 2010-10-10 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Tureluur \N nf 0 2010-10-10 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Tureluur \N nf 0 2010-10-10 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Tureluur Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Tureluur Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Tureluur Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Tureluur Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Tureluur \N nf 0 2011-10-01 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Tureluur smelleken nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Tureluur smelleken nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Tureluur \N nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Tureluur \N nf 0 2011-10-01 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Tureluur \N nf 0 2011-10-01 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Tureluur \N nf 0 2011-10-01 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Tureluur \N nf 0 2011-10-01 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Tureluur \N nf 0 2011-10-01 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Tureluur \N nf 0 2011-10-01 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Tureluur \N nf 0 2011-10-01 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Tureluur \N nf 0 2011-10-01 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Tureluur \N nf 0 2011-10-01 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Tureluur \N nf 0 2011-10-01 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Tureluur \N nf 0 2011-10-01 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Tureluur \N nf 0 2011-10-01 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Tureluur \N nf 0 2011-10-01 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Tureluur \N nf 0 2011-10-01 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Tureluur \N nf 0 2011-10-01 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Tureluur \N nf 0 2011-10-01 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Tureluur \N nf 0 2011-10-01 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Tureluur \N nf 0 2011-10-01 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Tureluur \N nf 0 2011-10-01 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Tureluur \N nf 0 2011-10-01 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Tureluur \N nf 0 2011-10-01 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Tureluur \N nf 0 2011-10-01 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 17:0:0 1.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 17:0:0 1.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: C 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: D 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: E 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:15:0 100.0 Tureluur \N nf 0 2011-10-02 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: G 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Tureluur slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 17:0:0 50.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 17:0:0 50.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: I 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 17:0:0 45.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 17:0:0 45.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 45 Gebied: J 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 17:0:0 30.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 14:30:0 100.0 Tureluur \N nf 0 2011-10-02 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 17:0:0 30.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: K 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 17:0:0 10.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 17:0:0 10.0 Tureluur \N nf 0 2011-10-02 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: L 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 14:45:0 100.0 Tureluur \N nf 0 2011-10-02 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Tureluur \N nf 0 2011-10-02 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Tureluur \N nf 0 2011-10-02 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Tureluur \N nf 0 2011-10-02 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Tureluur \N nf 0 2011-10-02 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Tureluur \N nf 0 2011-10-02 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Tureluur \N nf 0 2011-10-02 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Tureluur \N nf 0 2011-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Tureluur \N nf 0 2011-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Tureluur \N nf 0 2011-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Tureluur \N nf 0 2011-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Tureluur \N nf 0 2011-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Tureluur \N nf 0 2011-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Tureluur \N nf 0 2011-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Tureluur \N nf 0 2011-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Tureluur \N nf 0 2011-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Tureluur \N nf 0 2011-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Tureluur \N nf 0 2011-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Tureluur \N nf 0 2011-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Tureluur \N nf 0 2011-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Tureluur \N nf 0 2011-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Tureluur \N nf 0 2011-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Tureluur \N nf 0 2011-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Tureluur \N nf 0 2011-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Tureluur \N nf 0 2011-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Tureluur \N nf 0 2011-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Tureluur \N nf 0 2011-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Tureluur \N nf 0 2011-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Tureluur \N nf 0 2011-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Tureluur \N nf 0 2011-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Tureluur \N nf 0 2011-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Tureluur \N nf 0 2011-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Tureluur \N nf 0 2011-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Tureluur \N nf 0 2011-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Tureluur \N nf 0 2011-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Tureluur \N nf 0 2011-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Tureluur \N nf 0 2011-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Tureluur \N nf 0 2011-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Tureluur \N nf 0 2011-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Tureluur \N nf 0 2011-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Tureluur \N nf 0 2011-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Tureluur \N nf 0 2011-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Tureluur \N nf 0 2011-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Tureluur \N nf 0 2011-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Tureluur \N nf 0 2011-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Tureluur \N nf 0 2012-10-07 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Tureluur \N nf 0 2012-10-07 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Tureluur \N nf 0 2009-10-08 12:30:00 425 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Tureluur \N nf 0 2012-10-07 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Tureluur \N nf 0 2012-10-07 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Tureluur \N nf 0 2012-10-07 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Tureluur \N nf 0 2012-10-07 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Tureluur \N nf 0 2012-10-07 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Tureluur \N nf 0 2012-10-07 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Tureluur \N nf 0 2012-10-07 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Tureluur \N nf 0 2012-10-07 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Tureluur \N nf 0 2012-10-07 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Tureluur \N nf 0 2012-10-07 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Tureluur \N nf 0 2012-10-07 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Tureluur \N nf 0 2012-10-07 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Tureluur \N nf 0 2012-10-07 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Tureluur \N nf 0 2012-10-07 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Tureluur \N nf 0 2012-10-07 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Tureluur \N nf 0 2012-10-07 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Tureluur \N nf 0 2012-10-07 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Tureluur \N nf 0 2012-10-07 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Tureluur \N nf 0 2012-10-07 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Tureluur \N nf 0 2012-10-07 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Tureluur \N nf 0 2012-10-07 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Tureluur \N nf 0 2012-10-07 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Tureluur \N nf 0 2012-10-07 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Tureluur \N nf 0 2012-10-07 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Tureluur \N nf 0 2012-10-07 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Tureluur \N nf 0 2011-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Tureluur \N nf 0 2011-10-08 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Tureluur \N nf 0 2011-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Tureluur \N nf 0 2011-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Tureluur \N nf 0 2011-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Tureluur \N nf 0 2011-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Tureluur \N nf 0 2011-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Tureluur \N nf 0 2011-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Tureluur \N nf 0 2011-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Tureluur \N nf 0 2011-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Tureluur \N nf 0 2011-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Tureluur \N nf 0 2011-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Tureluur \N nf 0 2011-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Tureluur \N nf 0 2011-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Tureluur \N nf 0 2011-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Tureluur \N nf 0 2011-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Tureluur \N nf 0 2011-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Tureluur \N nf 0 2011-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Tureluur \N nf 0 2011-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Tureluur \N nf 0 2011-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Tureluur \N nf 0 2011-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Tureluur \N nf 0 2011-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Tureluur \N nf 0 2011-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Tureluur \N nf 0 2011-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Tureluur \N nf 0 2011-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Tureluur \N nf 0 2011-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Tureluur \N nf 0 2011-10-08 18:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Tureluur \N nf 0 2011-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Tureluur \N nf 0 2011-10-08 18:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Tureluur \N nf 0 2011-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Tureluur \N nf 0 2011-10-08 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Tureluur \N nf 0 2011-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Tureluur \N nf 0 2011-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Tureluur \N nf 0 2011-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Tureluur \N nf 0 2011-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Tureluur \N nf 0 2011-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Tureluur \N nf 0 2011-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Tureluur \N nf 0 2011-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Tureluur \N nf 0 2011-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Tureluur \N nf 0 2011-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Tureluur \N nf 0 2011-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Tureluur \N nf 0 2011-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Tureluur \N nf 0 2011-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Tureluur \N nf 0 2011-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Tureluur \N nf 0 2011-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Tureluur \N nf 0 2011-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Tureluur \N nf 0 2011-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Tureluur \N nf 0 2011-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Tureluur \N nf 0 2011-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Tureluur \N nf 0 2011-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Tureluur \N nf 0 2011-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Tureluur \N nf 0 2011-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Tureluur \N nf 0 2011-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Tureluur \N nf 0 2011-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Tureluur \N nf 0 2011-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Tureluur \N nf 0 2011-10-08 18:30:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Tureluur \N nf 0 2011-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Tureluur \N nf 0 2011-10-08 18:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Tureluur \N nf 0 2012-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Tureluur \N nf 0 2012-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Tureluur \N nf 0 2012-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Tureluur \N nf 0 2012-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Tureluur \N nf 0 2012-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Tureluur \N nf 0 2012-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Tureluur \N nf 0 2012-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Tureluur \N nf 0 2012-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Tureluur \N nf 0 2012-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Tureluur \N nf 0 2012-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Tureluur \N nf 0 2012-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Tureluur \N nf 0 2012-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Tureluur \N nf 0 2012-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Tureluur \N nf 0 2012-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Tureluur \N nf 0 2012-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Tureluur \N nf 0 2012-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Tureluur \N nf 0 2012-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Tureluur \N nf 0 2012-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Tureluur \N nf 0 2012-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Tureluur \N nf 0 2012-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Tureluur \N nf 0 2012-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Tureluur \N nf 0 2012-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Tureluur \N nf 0 2012-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Tureluur \N nf 0 2012-10-08 18:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Tureluur \N nf 0 2012-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Tureluur \N nf 0 2012-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Tureluur \N nf 0 2012-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Tureluur \N nf 0 2012-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Tureluur \N nf 0 2012-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Tureluur \N nf 0 2012-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Tureluur \N nf 0 2012-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Tureluur \N nf 0 2012-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Tureluur \N nf 0 2012-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Tureluur \N nf 0 2012-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Tureluur \N nf 0 2012-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Tureluur \N nf 0 2012-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Tureluur \N nf 0 2012-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Tureluur \N nf 0 2012-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Tureluur \N nf 0 2012-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Tureluur \N nf 0 2012-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Tureluur \N nf 0 2012-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Tureluur \N nf 0 2012-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Tureluur \N nf 0 2012-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Tureluur \N nf 0 2012-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Tureluur \N nf 0 2012-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Tureluur \N nf 0 2012-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Tureluur \N nf 0 2012-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Tureluur \N nf 0 2012-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Tureluur \N nf 0 2012-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Tureluur \N nf 0 2012-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Tureluur \N nf 0 2012-10-08 18:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Tureluur \N nf 0 2012-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Tureluur \N nf 0 2012-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Tureluur \N nf 0 2012-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Tureluur \N nf 0 2012-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Tureluur \N nf 0 2012-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Tureluur \N nf 0 2012-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Tureluur \N nf 0 2012-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Tureluur \N nf 0 2012-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Tureluur \N nf 0 2012-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Tureluur \N nf 0 2012-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Tureluur \N nf 0 2012-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Tureluur \N nf 0 2012-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Tureluur \N nf 0 2012-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Tureluur \N nf 0 2012-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Tureluur \N nf 0 2012-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Tureluur \N nf 0 2012-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Tureluur \N nf 0 2012-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Tureluur \N nf 0 2012-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Tureluur \N nf 0 2012-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Tureluur \N nf 0 2012-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Tureluur \N nf 0 2012-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Tureluur \N nf 0 2012-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Tureluur \N nf 0 2012-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Tureluur \N nf 0 2012-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Tureluur \N nf 0 2012-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Tureluur \N nf 0 2012-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Tureluur \N nf 0 2012-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Tureluur \N nf 0 2012-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Tureluur \N nf 0 2012-10-08 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Tureluur \N nf 0 2012-10-08 15:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Tureluur \N nf 0 2012-10-08 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Tureluur \N nf 0 2012-10-08 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Tureluur \N nf 0 2012-10-08 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Tureluur \N nf 0 2012-10-08 16:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Tureluur \N nf 0 2012-10-08 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Tureluur \N nf 0 2012-10-08 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Tureluur \N nf 0 2012-10-08 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Tureluur \N nf 0 2012-10-08 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Tureluur \N nf 0 2012-10-08 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Tureluur \N nf 0 2012-10-08 17:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Tureluur \N nf 0 2012-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Tureluur \N nf 0 2012-10-08 17:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Tureluur \N nf 0 2012-10-08 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Tureluur \N nf 0 2012-10-08 17:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Tureluur \N nf 0 2012-10-08 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Tureluur \N nf 0 2012-10-08 17:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Tureluur \N nf 0 2012-10-08 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Tureluur \N nf 0 2012-10-08 18:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Tureluur \N nf 0 2012-10-08 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Tureluur \N nf 0 2012-10-08 18:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Tureluur \N nf 0 2012-10-08 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Tureluur \N nf 0 2012-10-08 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Tureluur \N nf 0 2012-10-08 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Tureluur \N nf 0 2012-10-08 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 413 49 18 13325 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 13325 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Tureluur \N nf 0 2007-10-18 13:15:00 413 49 18 13325 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Tureluur \N nf 0 2007-10-18 15:45:00 413 49 18 13325 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Tureluur \N nf 0 2007-10-18 16:00:00 413 49 18 13325 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 413 49 18 13325 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 13325 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Tureluur \N nf 0 2007-10-18 13:15:00 413 49 18 13325 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Tureluur \N nf 0 2007-10-19 13:00:00 413 49 18 13325 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Tureluur \N nf 0 2007-10-19 13:15:00 413 49 18 13325 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Tureluur \N nf 0 2007-10-19 17:15:00 413 49 18 13325 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Tureluur \N nf 0 2007-10-19 13:00:00 413 49 18 13325 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Tureluur \N nf 0 2007-10-19 13:15:00 413 49 18 13325 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Tureluur \N nf 0 2007-10-19 17:15:00 413 49 18 13325 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 413 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Tureluur \N nf 0 2007-10-18 15:45:00 413 49 18 13325 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 414 49 18 13325 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 13325 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Tureluur \N nf 0 2007-10-18 13:15:00 414 49 18 13325 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 414 49 18 13325 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 414 49 18 13325 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 414 49 18 13325 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 13325 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 414 49 18 13325 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 414 49 18 13325 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Tureluur \N nf 0 2007-10-19 12:45:00 414 49 18 13325 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Tureluur \N nf 0 2007-10-19 13:00:00 414 49 18 13325 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Tureluur \N nf 0 2007-10-19 13:15:00 414 49 18 13325 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 13325 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Tureluur \N nf 0 2007-10-19 12:45:00 414 49 18 13325 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Tureluur \N nf 0 2007-10-19 13:00:00 414 49 18 13325 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Tureluur \N nf 0 2007-10-19 13:15:00 414 49 18 13325 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 13325 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 414 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 415 49 18 13325 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 415 49 18 13325 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Tureluur \N nf 0 2007-10-18 16:15:00 415 49 18 13325 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 13325 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 415 49 18 13325 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 415 49 18 13325 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 415 49 18 13325 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 415 49 18 13325 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Tureluur \N nf 0 2007-10-18 16:15:00 415 49 18 13325 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 13325 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 415 49 18 13325 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 415 49 18 13325 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Tureluur \N nf 0 2007-10-19 12:45:00 415 49 18 13325 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Tureluur \N nf 0 2007-10-19 13:00:00 415 49 18 13325 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Tureluur \N nf 0 2007-10-19 12:45:00 415 49 18 13325 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Tureluur \N nf 0 2007-10-19 13:00:00 415 49 18 13325 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 415 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Tureluur \N nf 0 2007-10-18 12:15:00 416 49 18 13325 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Tureluur \N nf 0 2007-10-18 15:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Tureluur \N nf 0 2007-10-18 12:30:00 416 49 18 13325 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Tureluur \N nf 0 2007-10-18 12:45:00 416 49 18 13325 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Tureluur \N nf 0 2007-10-18 16:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Tureluur \N nf 0 2007-10-18 14:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Tureluur \N nf 0 2007-10-18 14:15:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Tureluur \N nf 0 2007-10-18 14:30:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Tureluur \N nf 0 2007-10-18 14:45:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Tureluur \N nf 0 2007-10-18 15:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Tureluur \N nf 0 2007-10-18 12:15:00 416 49 18 13325 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Tureluur \N nf 0 2007-10-18 15:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Tureluur \N nf 0 2007-10-18 12:30:00 416 49 18 13325 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Tureluur \N nf 0 2007-10-18 12:45:00 416 49 18 13325 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Tureluur \N nf 0 2007-10-18 16:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Tureluur \N nf 0 2007-10-18 14:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Tureluur \N nf 0 2007-10-18 14:15:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Tureluur \N nf 0 2007-10-18 14:30:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Tureluur \N nf 0 2007-10-18 14:45:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Tureluur \N nf 0 2007-10-18 15:00:00 416 49 18 13325 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Tureluur \N nf 0 2007-10-19 12:45:00 416 49 18 13325 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Tureluur \N nf 0 2007-10-19 13:00:00 416 49 18 13325 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 13325 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Tureluur \N nf 0 2007-10-19 17:45:00 416 49 18 13325 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Tureluur \N nf 0 2007-10-19 12:45:00 416 49 18 13325 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Tureluur \N nf 0 2007-10-19 13:00:00 416 49 18 13325 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 13325 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Tureluur \N nf 0 2007-10-19 17:45:00 416 49 18 13325 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 416 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 417 49 18 13325 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 13325 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Tureluur \N nf 0 2007-10-18 13:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 417 49 18 13325 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 13325 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Tureluur \N nf 0 2007-10-18 13:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Tureluur \N nf 0 2007-10-18 16:00:00 413 49 18 13325 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Tureluur \N nf 0 2007-10-19 13:00:00 417 49 18 13325 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Tureluur \N nf 0 2007-10-19 13:15:00 417 49 18 13325 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Tureluur \N nf 0 2007-10-19 17:15:00 417 49 18 13325 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Tureluur \N nf 0 2007-10-19 13:00:00 417 49 18 13325 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Tureluur \N nf 0 2007-10-19 13:15:00 417 49 18 13325 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Tureluur \N nf 0 2007-10-19 17:15:00 417 49 18 13325 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 417 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Tureluur \N nf 0 2007-10-18 16:00:00 418 49 18 13325 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Tureluur \N nf 0 2007-10-18 16:15:00 418 49 18 13325 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 13325 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Tureluur \N nf 0 2007-10-18 16:00:00 418 49 18 13325 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Tureluur \N nf 0 2007-10-18 12:45:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Tureluur \N nf 0 2007-10-18 16:15:00 418 49 18 13325 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 13325 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Tureluur \N nf 0 2007-10-19 12:45:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Tureluur \N nf 0 2007-10-19 13:00:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 13325 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Tureluur \N nf 0 2007-10-19 12:45:00 418 49 18 13325 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Tureluur \N nf 0 2007-10-19 13:00:00 418 49 18 13325 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 13325 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 418 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 419 49 18 13325 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Tureluur \N nf 0 2007-10-18 12:45:00 419 49 18 13325 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Tureluur \N nf 0 2007-10-18 16:15:00 419 49 18 13325 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 13325 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Tureluur \N nf 0 2007-10-18 13:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 419 49 18 13325 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Tureluur \N nf 0 2007-10-18 12:45:00 419 49 18 13325 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Tureluur \N nf 0 2007-10-18 16:15:00 419 49 18 13325 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 13325 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Tureluur \N nf 0 2007-10-18 13:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Tureluur \N nf 0 2007-10-18 13:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Tureluur \N nf 0 2007-10-18 13:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Tureluur \N nf 0 2007-10-18 14:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Tureluur \N nf 0 2007-10-18 14:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Tureluur \N nf 0 2007-10-18 14:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Tureluur \N nf 0 2007-10-18 14:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Tureluur \N nf 0 2007-10-19 12:45:00 419 49 18 13325 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Tureluur \N nf 0 2007-10-19 13:00:00 419 49 18 13325 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 13325 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Tureluur \N nf 0 2007-10-19 12:45:00 419 49 18 13325 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Tureluur \N nf 0 2007-10-19 16:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Tureluur \N nf 0 2007-10-19 13:00:00 419 49 18 13325 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Tureluur \N nf 0 2007-10-19 16:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Tureluur \N nf 0 2007-10-19 16:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Tureluur \N nf 0 2007-10-19 17:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Tureluur \N nf 0 2007-10-19 17:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 13325 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Tureluur \N nf 0 2007-10-19 16:00:00 419 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Tureluur \N nf 0 2007-10-18 12:15:00 420 49 18 13325 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Tureluur \N nf 0 2007-10-18 15:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 420 49 18 13325 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Tureluur \N nf 0 2007-10-18 12:45:00 420 49 18 13325 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Tureluur \N nf 0 2007-10-18 16:15:00 420 49 18 13325 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 13325 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Tureluur \N nf 0 2007-10-18 16:30:00 420 49 18 13325 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Tureluur \N nf 0 2007-10-18 14:00:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Tureluur \N nf 0 2007-10-18 14:15:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Tureluur \N nf 0 2007-10-18 14:30:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Tureluur \N nf 0 2007-10-18 14:45:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Tureluur \N nf 0 2007-10-18 12:15:00 420 49 18 13325 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Tureluur \N nf 0 2007-10-18 15:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Tureluur \N nf 0 2007-10-18 12:30:00 420 49 18 13325 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Tureluur \N nf 0 2007-10-18 16:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Tureluur \N nf 0 2007-10-18 12:45:00 420 49 18 13325 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Tureluur \N nf 0 2007-10-18 16:15:00 420 49 18 13325 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 16:30:0 0.0 Tureluur \N nf 0 2007-10-18 16:30:00 420 49 18 13325 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Tureluur \N nf 0 2007-10-18 13:15:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Tureluur \N nf 0 2007-10-18 13:30:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Tureluur \N nf 0 2007-10-18 13:45:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Tureluur \N nf 0 2007-10-18 14:00:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Tureluur \N nf 0 2007-10-18 14:15:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Tureluur \N nf 0 2007-10-18 14:30:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Tureluur \N nf 0 2007-10-18 14:45:00 420 49 18 13325 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Tureluur \N nf 0 2007-10-18 15:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Tureluur \N nf 0 2007-10-18 15:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Tureluur \N nf 0 2007-10-18 15:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Tureluur \N nf 0 2007-10-19 12:45:00 420 49 18 13325 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Tureluur \N nf 0 2007-10-19 16:15:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Tureluur \N nf 0 2007-10-19 13:00:00 420 49 18 13325 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Tureluur \N nf 0 2007-10-19 16:30:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Tureluur \N nf 0 2007-10-19 16:45:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Tureluur \N nf 0 2007-10-19 17:00:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Tureluur \N nf 0 2007-10-19 17:15:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 13325 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Tureluur \N nf 0 2007-10-19 17:45:00 420 49 18 13325 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Tureluur \N nf 0 2007-10-19 12:45:00 420 49 18 13325 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Tureluur \N nf 0 2007-10-19 16:15:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Tureluur \N nf 0 2007-10-19 13:00:00 420 49 18 13325 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Tureluur \N nf 0 2007-10-19 16:30:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Tureluur \N nf 0 2007-10-19 13:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Tureluur \N nf 0 2007-10-19 16:45:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Tureluur \N nf 0 2007-10-19 13:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Tureluur \N nf 0 2007-10-19 17:00:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Tureluur \N nf 0 2007-10-19 13:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Tureluur \N nf 0 2007-10-19 17:15:00 420 49 18 13325 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Tureluur \N nf 0 2007-10-19 14:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Tureluur slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 13325 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Tureluur \N nf 0 2007-10-19 14:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Tureluur \N nf 0 2007-10-19 17:45:00 420 49 18 13325 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Tureluur \N nf 0 2007-10-19 14:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Tureluur \N nf 0 2007-10-19 14:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Tureluur \N nf 0 2007-10-19 15:00:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Tureluur \N nf 0 2007-10-19 15:15:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Tureluur \N nf 0 2007-10-19 15:30:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Tureluur \N nf 0 2007-10-19 15:45:00 420 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 11:30:0 95.0 Tureluur \N nf 0 2010-10-10 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N nf 0 2011-10-01 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: D 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Tureluur \N nf 0 2012-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Tureluur \N nf 0 2012-10-18 15:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Tureluur \N nf 0 2011-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Tureluur \N nf 0 2011-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Tureluur \N nf 0 2011-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Tureluur \N nf 0 2011-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Tureluur \N nf 0 2011-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Tureluur \N nf 0 2011-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Lepelaar \N nf 0 2012-10-07 11:15:00 \N 49 18 18016 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 11:30:0 95.0 Lepelaar \N nf 1 2012-10-07 11:30:00 \N 49 18 18016 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Lepelaar \N nf 0 2012-10-07 11:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Lepelaar \N nf 0 2012-10-07 12:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Lepelaar \N nf 0 2012-10-07 12:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Lepelaar \N nf 0 2012-10-07 12:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Lepelaar \N nf 0 2012-10-07 12:45:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Lepelaar \N nf 0 2012-10-07 13:00:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Lepelaar \N nf 0 2012-10-07 13:15:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Lepelaar \N nf 0 2012-10-07 13:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Lepelaar \N f 0 2012-10-07 11:15:00 \N 49 18 18016 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 11:30:0 95.0 Lepelaar \N f 0 2012-10-07 11:30:00 \N 49 18 18016 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Lepelaar \N f 0 2012-10-07 11:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Lepelaar \N f 0 2012-10-07 12:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Lepelaar \N f 0 2012-10-07 12:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Lepelaar \N f 0 2012-10-07 12:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Lepelaar \N f 0 2012-10-07 12:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Lepelaar \N f 0 2012-10-07 13:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Lepelaar \N f 0 2012-10-07 13:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Lepelaar \N f 0 2012-10-07 13:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Tureluur \N nf 0 2011-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Tureluur \N nf 0 2011-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Tureluur \N nf 0 2011-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Tureluur \N nf 0 2011-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Tureluur \N nf 0 2011-10-18 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Tureluur \N nf 0 2011-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Tureluur \N nf 0 2011-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Tureluur \N nf 0 2011-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Tureluur \N nf 0 2011-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Tureluur \N nf 0 2011-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Tureluur \N nf 0 2011-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Tureluur \N nf 0 2011-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Tureluur \N nf 0 2011-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Tureluur \N nf 0 2011-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Tureluur \N nf 0 2011-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Tureluur \N nf 0 2011-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Tureluur \N nf 0 2011-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Tureluur \N nf 0 2011-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Tureluur \N nf 0 2011-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kanoet \N nf 0 2011-10-02 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Tureluur \N nf 0 2011-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Tureluur \N nf 0 2011-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Tureluur \N nf 0 2011-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Tureluur \N nf 0 2011-10-02 16:30:00 \N 49 18 13325 36 \N 50 38 54 37 70 Gebied: K 2012-10-18 15:0:0 99.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Tureluur \N nf 0 2012-10-18 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Tureluur \N nf 0 2012-10-18 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Tureluur \N nf 0 2012-10-18 13:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Tureluur \N nf 0 2012-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Tureluur \N nf 0 2012-10-18 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Tureluur \N nf 0 2012-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Tureluur \N nf 0 2012-10-18 13:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Tureluur \N nf 0 2012-10-18 10:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Tureluur \N nf 0 2012-10-18 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Tureluur \N nf 0 2012-10-18 10:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Tureluur \N nf 0 2012-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Tureluur \N nf 0 2012-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Tureluur \N nf 0 2012-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Tureluur \N nf 0 2012-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Tureluur \N nf 0 2012-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Tureluur \N nf 0 2012-10-18 11:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Tureluur \N nf 0 2012-10-18 15:00:00 \N 49 18 13325 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Tureluur \N nf 0 2012-10-18 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Tureluur \N nf 0 2012-10-18 11:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Tureluur \N nf 0 2012-10-18 12:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Tureluur \N nf 0 2012-10-18 12:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Tureluur \N nf 0 2012-10-18 12:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Tureluur visarend nf 0 2011-10-02 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 30 Gebied: D 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 424 49 18 10711 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 10711 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 424 49 18 10711 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 424 49 18 10711 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 10711 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 424 49 18 10711 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 424 49 18 10711 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 424 49 18 10711 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 424 49 18 10711 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 425 49 18 10711 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 10711 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 425 49 18 10711 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 10711 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 425 49 18 10711 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 10711 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 425 49 18 10711 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:00:00 425 49 18 10711 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 425 49 18 10711 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 425 49 18 10711 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:00:00 425 49 18 10711 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 425 49 18 10711 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 425 49 18 10711 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Middelste zaagbek \N nf 0 2009-10-08 09:30:00 426 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 426 49 18 10711 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 10711 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Middelste zaagbek \N nf 0 2009-10-08 09:30:00 426 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 426 49 18 10711 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 10711 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 16:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:00:00 426 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 426 49 18 10711 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 426 49 18 10711 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:00:00 426 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 426 49 18 10711 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 426 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 426 49 18 10711 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 10711 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 427 49 18 10711 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 427 49 18 10711 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 10711 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 10711 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 427 49 18 10711 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 427 49 18 10711 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 10711 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 427 49 18 10711 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bergeend \N nf 0 2009-10-09 16:30:00 421 49 18 14634 36 \N 50 38 54 37 40 Gebied: G 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 427 49 18 10711 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 427 49 18 10711 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 427 49 18 10711 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 10711 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 428 49 18 10711 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 428 49 18 10711 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 10711 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 10711 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 428 49 18 10711 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 428 49 18 10711 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 10711 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 428 49 18 10711 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 428 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 428 49 18 10711 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 428 49 18 10711 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 428 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Middelste zaagbek \N nf 0 2009-10-09 17:15:00 428 49 18 10711 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 428 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 429 49 18 10711 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 429 49 18 10711 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 429 49 18 10711 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 429 49 18 10711 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 10711 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 10711 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 429 49 18 10711 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 15:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Middelste zaagbek \N nf 0 2009-10-08 15:15:00 429 49 18 10711 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Middelste zaagbek \N nf 0 2009-10-08 15:30:00 429 49 18 10711 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Middelste zaagbek \N nf 0 2009-10-08 15:45:00 429 49 18 10711 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 10711 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 429 49 18 10711 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 429 49 18 10711 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 429 49 18 10711 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 429 49 18 10711 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 429 49 18 10711 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 429 49 18 10711 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 14:00:00 429 49 18 10711 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 10:30:00 429 49 18 10711 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Middelste zaagbek \N nf 0 2009-10-09 14:15:00 429 49 18 10711 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 10:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 10711 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 14:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 11:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 15:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 12:45:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 16:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:00:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Middelste zaagbek \N nf 0 2009-10-09 16:45:00 429 49 18 10711 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Middelste zaagbek \N nf 0 2009-10-09 17:00:00 429 49 18 10711 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-09 13:30:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 10711 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:15:00 429 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Middelste zaagbek \N nf 0 2009-10-09 10:15:00 429 49 18 10711 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 9:0:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 08:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-09 08:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 08:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-09 08:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:15:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 08:30:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:15:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 08:30:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Middelste zaagbek \N nf 0 2010-10-09 08:45:00 \N 49 18 10711 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Middelste zaagbek \N nf 0 2010-10-09 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Middelste zaagbek \N nf 0 2010-10-09 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Middelste zaagbek \N nf 0 2010-10-09 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-09 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:30:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 13:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 14:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Middelste zaagbek \N nf 0 2010-10-10 14:45:00 \N 49 18 10711 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Middelste zaagbek \N nf 0 2010-10-10 15:00:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Middelste zaagbek \N nf 0 2010-10-10 15:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 11:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:30:00 425 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 12:00:00 427 49 18 10711 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bergeend \N nf 0 2009-10-08 10:45:00 421 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bergeend \N nf 0 2009-10-08 11:00:00 421 49 18 14634 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bergeend \N nf 0 2009-10-08 14:45:00 421 49 18 14634 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bergeend \N nf 0 2009-10-08 11:15:00 421 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bergeend \N nf 0 2009-10-08 15:00:00 421 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bergeend \N nf 0 2009-10-08 11:30:00 421 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Bergeend \N nf 0 2009-10-08 15:15:00 421 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bergeend \N nf 0 2009-10-08 11:45:00 421 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Bergeend \N nf 0 2009-10-08 15:30:00 421 49 18 14634 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bergeend \N nf 0 2009-10-08 12:00:00 421 49 18 14634 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Bergeend \N nf 0 2009-10-08 12:15:00 421 49 18 14634 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bergeend \N nf 0 2009-10-08 12:30:00 421 49 18 14634 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bergeend \N nf 0 2009-10-08 12:45:00 421 49 18 14634 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bergeend \N nf 0 2009-10-08 10:30:00 421 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bergeend \N nf 0 2009-10-08 10:45:00 421 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bergeend \N nf 0 2009-10-08 11:00:00 421 49 18 14634 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bergeend \N nf 0 2009-10-08 14:45:00 421 49 18 14634 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bergeend \N nf 0 2009-10-08 11:15:00 421 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bergeend \N nf 0 2009-10-08 15:00:00 421 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bergeend \N nf 0 2009-10-08 11:30:00 421 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Bergeend \N nf 0 2009-10-08 12:00:00 421 49 18 14634 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Bergeend \N nf 0 2009-10-08 12:15:00 421 49 18 14634 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bergeend \N nf 0 2009-10-08 12:30:00 421 49 18 14634 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bergeend \N nf 0 2009-10-08 12:45:00 421 49 18 14634 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bergeend \N nf 0 2009-10-09 11:00:00 421 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bergeend \N nf 0 2009-10-09 11:15:00 421 49 18 14634 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bergeend \N nf 0 2009-10-09 11:30:00 421 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bergeend \N nf 0 2009-10-09 11:45:00 421 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bergeend \N nf 0 2009-10-09 12:00:00 421 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bergeend \N nf 0 2009-10-09 16:45:00 421 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bergeend \N nf 0 2009-10-09 11:00:00 421 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bergeend \N nf 0 2009-10-09 11:15:00 421 49 18 14634 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bergeend \N nf 0 2009-10-09 11:30:00 421 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bergeend \N nf 0 2009-10-09 11:45:00 421 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bergeend \N nf 0 2009-10-09 12:00:00 421 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bergeend \N nf 0 2009-10-09 16:30:00 421 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bergeend \N nf 0 2009-10-09 16:45:00 421 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 421 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bergeend \N nf 0 2009-10-08 10:30:00 422 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bergeend \N nf 0 2009-10-08 10:45:00 422 49 18 14634 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bergeend \N nf 0 2009-10-08 11:00:00 422 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bergeend \N nf 0 2009-10-08 11:15:00 422 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bergeend \N nf 0 2009-10-08 15:00:00 422 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bergeend \N nf 0 2009-10-08 15:15:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bergeend \N nf 0 2009-10-08 10:30:00 422 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bergeend \N nf 0 2009-10-08 10:45:00 422 49 18 14634 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bergeend \N nf 0 2009-10-08 11:00:00 422 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bergeend \N nf 0 2009-10-08 11:15:00 422 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bergeend \N nf 0 2009-10-08 15:00:00 422 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bergeend \N nf 0 2009-10-08 15:15:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bergeend \N nf 0 2009-10-09 11:00:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bergeend \N nf 0 2009-10-09 11:15:00 422 49 18 14634 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bergeend \N nf 0 2009-10-09 11:30:00 422 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bergeend \N nf 0 2009-10-09 11:45:00 422 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bergeend \N nf 0 2009-10-09 12:00:00 422 49 18 14634 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bergeend \N nf 0 2009-10-09 16:45:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bergeend \N nf 0 2009-10-09 11:00:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bergeend \N nf 0 2009-10-09 11:15:00 422 49 18 14634 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bergeend \N nf 0 2009-10-09 11:30:00 422 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bergeend \N nf 0 2009-10-09 12:00:00 422 49 18 14634 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bergeend \N nf 0 2009-10-09 16:45:00 422 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 422 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bergeend \N nf 0 2009-10-08 10:30:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bergeend \N nf 0 2009-10-08 10:45:00 423 49 18 14634 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bergeend \N nf 0 2009-10-08 11:00:00 423 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bergeend \N nf 0 2009-10-08 11:15:00 423 49 18 14634 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bergeend \N nf 0 2009-10-08 11:30:00 423 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bergeend \N nf 0 2009-10-08 15:15:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bergeend \N nf 0 2009-10-08 10:30:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bergeend \N nf 0 2009-10-08 10:45:00 423 49 18 14634 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bergeend \N nf 0 2009-10-08 11:00:00 423 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bergeend \N nf 0 2009-10-08 11:15:00 423 49 18 14634 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bergeend \N nf 0 2009-10-08 11:30:00 423 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bergeend \N nf 0 2009-10-08 15:15:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bergeend \N nf 0 2009-10-09 11:00:00 423 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bergeend \N nf 0 2009-10-09 11:15:00 423 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bergeend \N nf 0 2009-10-09 11:30:00 423 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bergeend \N nf 0 2009-10-09 11:45:00 423 49 18 14634 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bergeend \N nf 0 2009-10-09 16:45:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bergeend \N nf 0 2009-10-09 11:00:00 423 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bergeend \N nf 0 2009-10-09 11:15:00 423 49 18 14634 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bergeend \N nf 0 2009-10-09 11:30:00 423 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bergeend \N nf 0 2009-10-09 11:45:00 423 49 18 14634 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bergeend \N nf 0 2009-10-09 16:45:00 423 49 18 14634 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bergeend \N nf 0 2009-10-08 09:45:00 424 49 18 14634 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bergeend \N nf 0 2009-10-08 15:45:00 424 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bergeend \N nf 0 2009-10-08 09:45:00 424 49 18 14634 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bergeend \N nf 0 2009-10-08 15:45:00 424 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bergeend \N nf 0 2009-10-09 10:15:00 424 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bergeend \N nf 0 2009-10-09 17:00:00 424 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bergeend \N nf 0 2009-10-09 10:15:00 424 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bergeend \N nf 0 2009-10-09 17:00:00 424 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 424 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bergeend \N nf 0 2009-10-08 09:45:00 425 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bergeend \N nf 0 2009-10-08 15:45:00 425 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 14634 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bergeend \N nf 0 2009-10-08 09:45:00 425 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Bergeend \N nf 0 2009-10-09 10:00:00 425 49 18 14634 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bergeend \N nf 0 2009-10-09 10:15:00 425 49 18 14634 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bergeend \N nf 0 2009-10-09 17:15:00 425 49 18 14634 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Bergeend \N nf 0 2009-10-09 10:00:00 425 49 18 14634 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bergeend \N nf 0 2009-10-09 10:15:00 425 49 18 14634 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bergeend \N nf 0 2009-10-09 17:15:00 425 49 18 14634 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Bergeend \N nf 0 2009-10-08 09:30:00 426 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bergeend \N nf 0 2009-10-08 09:45:00 426 49 18 14634 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bergeend \N nf 0 2009-10-08 15:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 14634 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Bergeend \N nf 0 2009-10-08 09:30:00 426 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bergeend \N nf 0 2009-10-08 09:45:00 426 49 18 14634 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bergeend \N nf 0 2009-10-08 10:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bergeend \N nf 0 2009-10-08 15:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 14634 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bergeend \N nf 0 2009-10-08 16:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Bergeend \N nf 0 2009-10-09 10:00:00 426 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bergeend \N nf 0 2009-10-09 10:15:00 426 49 18 14634 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bergeend \N nf 0 2009-10-09 17:15:00 426 49 18 14634 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Bergeend \N nf 0 2009-10-09 10:00:00 426 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bergeend \N nf 0 2009-10-09 10:15:00 426 49 18 14634 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bergeend \N nf 0 2009-10-09 10:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 426 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bergeend \N nf 0 2009-10-09 17:15:00 426 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 14634 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bergeend \N nf 0 2009-10-08 10:15:00 427 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bergeend \N nf 0 2009-10-08 15:45:00 427 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 14634 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 14634 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bergeend \N nf 0 2009-10-08 10:15:00 427 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bergeend \N nf 0 2009-10-08 15:45:00 427 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 14634 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bergeend \N nf 0 2009-10-09 10:30:00 427 49 18 14634 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bergeend \N nf 0 2009-10-09 17:15:00 427 49 18 14634 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bergeend \N nf 0 2009-10-09 10:30:00 427 49 18 14634 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bergeend \N nf 0 2009-10-09 17:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bergeend \N nf 0 2009-10-09 17:15:00 427 49 18 14634 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 427 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 14634 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 10:15:0 90.0 Bergeend \N nf 0 2009-10-08 10:15:00 428 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bergeend \N nf 0 2009-10-08 15:45:00 428 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 14634 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 14634 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bergeend \N nf 0 2009-10-08 15:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bergeend \N nf 0 2009-10-08 15:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bergeend \N nf 0 2009-10-08 15:45:00 428 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 14634 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bergeend \N nf 0 2009-10-09 10:30:00 428 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bergeend \N nf 0 2009-10-09 17:00:00 428 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bergeend \N nf 0 2009-10-09 17:15:00 428 49 18 14634 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bergeend \N nf 0 2009-10-09 10:30:00 428 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bergeend \N nf 0 2009-10-09 14:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bergeend \N nf 0 2009-10-09 16:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bergeend \N nf 0 2009-10-09 17:00:00 428 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bergeend \N nf 0 2009-10-09 17:15:00 428 49 18 14634 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bergeend \N nf 0 2009-10-09 14:00:00 428 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bergeend \N nf 0 2009-10-08 10:15:00 429 49 18 14634 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bergeend \N nf 0 2009-10-08 15:15:00 429 49 18 14634 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bergeend \N nf 0 2009-10-08 15:30:00 429 49 18 14634 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bergeend \N nf 0 2009-10-08 15:45:00 429 49 18 14634 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 14634 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 14634 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bergeend \N nf 0 2009-10-08 10:15:00 429 49 18 14634 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bergeend \N nf 0 2009-10-08 10:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bergeend \N nf 0 2009-10-08 14:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bergeend \N nf 0 2009-10-08 10:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bergeend \N nf 0 2009-10-08 14:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bergeend \N nf 0 2009-10-08 11:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bergeend slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bergeend \N nf 0 2009-10-08 11:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bergeend \N nf 0 2009-10-08 14:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bergeend \N nf 0 2009-10-08 11:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bergeend \N nf 0 2009-10-08 15:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bergeend \N nf 0 2009-10-08 11:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bergeend \N nf 0 2009-10-08 15:15:00 429 49 18 14634 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bergeend \N nf 0 2009-10-08 12:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bergeend \N nf 0 2009-10-08 15:30:00 429 49 18 14634 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bergeend \N nf 0 2009-10-08 12:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bergeend \N nf 0 2009-10-08 15:45:00 429 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 15:15:0 10.0 Bergeend \N nf 0 2009-10-08 15:15:00 421 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bergeend \N nf 0 2009-10-08 11:45:00 421 49 18 14634 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 14634 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bergeend \N nf 0 2009-10-08 12:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bergeend \N nf 0 2009-10-08 13:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N nf 0 2009-10-08 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Bergeend \N nf 0 2009-10-09 14:00:00 429 49 18 14634 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Bergeend \N nf 0 2009-10-09 10:30:00 429 49 18 14634 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bergeend \N nf 0 2009-10-09 14:15:00 429 49 18 14634 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bergeend \N nf 0 2009-10-09 16:45:00 429 49 18 14634 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bergeend \N nf 0 2009-10-09 17:00:00 429 49 18 14634 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bergeend \N nf 0 2009-10-09 10:15:00 429 49 18 14634 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bergeend \N nf 0 2009-10-09 14:00:00 429 49 18 14634 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Bergeend \N nf 0 2009-10-09 10:30:00 429 49 18 14634 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bergeend \N nf 0 2009-10-09 14:15:00 429 49 18 14634 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bergeend \N nf 0 2009-10-09 10:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bergeend \N nf 0 2009-10-09 14:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bergeend \N nf 0 2009-10-09 11:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Bergeend \N nf 0 2009-10-08 15:30:00 421 49 18 14634 36 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 14634 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Bergeend \N nf 0 2009-10-09 14:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bergeend \N nf 0 2009-10-09 11:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bergeend \N nf 0 2009-10-09 15:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bergeend \N nf 0 2009-10-09 11:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bergeend \N nf 0 2009-10-09 15:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bergeend \N nf 0 2009-10-09 11:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bergeend \N nf 0 2009-10-09 15:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bergeend \N nf 0 2009-10-09 12:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bergeend \N nf 0 2009-10-09 15:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bergeend \N nf 0 2009-10-09 12:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bergeend \N nf 0 2009-10-09 16:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bergeend \N nf 0 2009-10-09 12:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bergeend \N nf 0 2009-10-09 16:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bergeend \N nf 0 2009-10-09 12:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bergeend \N nf 0 2009-10-09 16:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bergeend \N nf 0 2009-10-09 13:00:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bergeend \N nf 0 2009-10-09 16:45:00 429 49 18 14634 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bergeend \N nf 0 2009-10-09 13:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bergeend \N nf 0 2009-10-09 17:00:00 429 49 18 14634 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bergeend \N nf 0 2009-10-09 13:30:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bergeend \N nf 0 2009-10-09 13:45:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bergeend slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 14634 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Bergeend \N nf 0 2009-10-08 13:15:00 429 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bergeend \N nf 0 2009-10-09 10:15:00 429 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bergeend \N nf 0 2010-10-09 08:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bergeend \N nf 0 2010-10-09 08:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bergeend \N nf 0 2010-10-09 08:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bergeend \N nf 0 2010-10-09 08:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bergeend \N nf 0 2010-10-09 08:15:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bergeend \N nf 0 2010-10-09 08:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bergeend \N nf 10 2010-10-09 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bergeend \N nf 0 2010-10-09 08:15:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bergeend \N nf 0 2010-10-09 08:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bergeend \N nf 10 2010-10-09 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bergeend \N nf 0 2010-10-09 08:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bergeend \N nf 0 2010-10-09 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bergeend \N nf 0 2010-10-09 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bergeend \N nf 0 2010-10-09 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bergeend \N nf 0 2010-10-09 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bergeend \N nf 0 2010-10-09 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bergeend \N nf 0 2010-10-09 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bergeend \N nf 0 2010-10-09 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bergeend \N nf 0 2010-10-09 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bergeend \N nf 0 2010-10-09 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bergeend \N nf 0 2010-10-09 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Bergeend \N nf 0 2010-10-09 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bergeend \N nf 0 2010-10-09 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bergeend \N nf 0 2010-10-09 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bergeend \N nf 0 2010-10-09 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bergeend \N nf 0 2010-10-09 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bergeend \N nf 0 2010-10-09 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bergeend \N nf 0 2010-10-09 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bergeend \N nf 0 2010-10-09 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bergeend \N nf 0 2010-10-10 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bergeend \N nf 0 2010-10-10 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bergeend \N nf 0 2010-10-10 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bergeend \N nf 0 2010-10-10 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bergeend \N nf 0 2010-10-10 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bergeend \N nf 0 2010-10-10 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bergeend \N nf 0 2010-10-10 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bergeend \N nf 0 2010-10-10 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bergeend \N nf 0 2010-10-10 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bergeend \N nf 0 2010-10-10 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bergeend \N nf 0 2010-10-10 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bergeend \N nf 0 2010-10-10 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bergeend \N nf 0 2010-10-10 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bergeend \N nf 0 2010-10-10 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bergeend \N nf 0 2010-10-10 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bergeend \N nf 0 2010-10-10 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bergeend \N nf 0 2010-10-10 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bergeend \N nf 0 2010-10-10 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bergeend \N nf 0 2010-10-10 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bergeend \N nf 0 2010-10-10 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bergeend \N nf 0 2010-10-10 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bergeend \N nf 0 2010-10-10 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bergeend \N nf 0 2010-10-10 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bergeend \N nf 0 2010-10-10 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bergeend Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bergeend Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bergeend Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bergeend Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bergeend \N nf 0 2011-10-01 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bergeend smelleken nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bergeend smelleken nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bergeend \N nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bergeend \N nf 0 2011-10-01 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bergeend \N nf 0 2011-10-01 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bergeend \N nf 0 2011-10-01 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 10:30:0 100.0 Bergeend \N nf 0 2011-10-01 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bergeend \N nf 0 2011-10-01 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bergeend \N nf 0 2011-10-01 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bergeend \N nf 0 2011-10-01 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bergeend \N nf 0 2011-10-01 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bergeend \N nf 0 2011-10-01 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bergeend \N nf 0 2011-10-01 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bergeend \N nf 0 2011-10-01 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bergeend \N nf 0 2011-10-01 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bergeend \N nf 0 2011-10-01 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bergeend \N nf 0 2011-10-01 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bergeend \N nf 0 2011-10-01 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bergeend \N nf 0 2011-10-01 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bergeend \N nf 0 2011-10-01 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bergeend \N nf 0 2011-10-01 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bergeend \N nf 0 2011-10-01 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bergeend \N nf 0 2012-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bergeend \N nf 0 2011-10-02 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: D 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bergeend slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bergeend \N nf 0 2011-10-02 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bergeend \N nf 0 2011-10-02 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bergeend \N nf 0 2011-10-02 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bergeend \N nf 0 2011-10-02 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bergeend \N nf 0 2011-10-02 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bergeend \N nf 0 2011-10-02 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bergeend \N nf 0 2011-10-02 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bergeend \N nf 0 2011-10-02 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bergeend \N nf 0 2011-10-02 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bergeend \N nf 0 2011-10-02 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bergeend \N nf 0 2011-10-02 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bergeend \N nf 0 2011-10-02 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bergeend vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Bergeend \N nf 0 2011-10-02 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bergeend visarend nf 0 2011-10-02 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Bergeend \N nf 0 2011-10-02 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bergeend slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bergeend \N nf 0 2011-10-02 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bergeend \N nf 0 2011-10-02 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bergeend \N nf 0 2011-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bergeend \N nf 0 2011-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bergeend \N nf 0 2011-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bergeend \N nf 0 2011-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bergeend \N nf 0 2011-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bergeend \N nf 0 2011-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bergeend \N nf 0 2011-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bergeend \N nf 0 2011-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bergeend \N nf 0 2011-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bergeend \N nf 0 2011-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bergeend \N nf 0 2011-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bergeend \N nf 0 2011-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bergeend \N nf 0 2011-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bergeend \N nf 0 2011-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bergeend \N nf 0 2011-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bergeend \N nf 0 2011-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bergeend \N nf 0 2011-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bergeend \N nf 0 2011-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bergeend \N nf 0 2011-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bergeend \N nf 0 2011-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bergeend \N nf 0 2011-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bergeend \N nf 0 2011-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bergeend \N nf 0 2011-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bergeend \N nf 0 2011-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bergeend \N nf 0 2011-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bergeend \N nf 0 2011-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bergeend \N nf 0 2011-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bergeend \N nf 0 2011-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bergeend \N nf 0 2011-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bergeend \N nf 0 2011-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bergeend \N nf 0 2011-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bergeend \N nf 0 2011-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bergeend \N nf 0 2011-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bergeend \N nf 0 2011-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bergeend \N nf 0 2011-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bergeend \N nf 0 2011-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bergeend \N nf 0 2011-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bergeend \N nf 0 2011-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bergeend \N nf 0 2012-10-07 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bergeend \N nf 0 2012-10-07 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Bergeend \N nf 0 2009-10-08 12:30:00 425 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bergeend \N nf 0 2012-10-07 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bergeend \N nf 0 2012-10-07 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bergeend \N nf 0 2012-10-07 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bergeend \N nf 0 2012-10-07 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bergeend \N nf 0 2012-10-07 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bergeend \N nf 0 2012-10-07 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bergeend \N nf 0 2012-10-07 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bergeend \N nf 0 2012-10-07 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bergeend \N nf 0 2012-10-07 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bergeend \N nf 0 2012-10-07 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bergeend \N nf 0 2012-10-07 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bergeend \N nf 0 2012-10-07 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bergeend \N nf 0 2012-10-07 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bergeend \N nf 0 2012-10-07 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bergeend \N nf 0 2012-10-07 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bergeend \N nf 0 2012-10-07 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bergeend \N nf 0 2012-10-07 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bergeend \N nf 0 2012-10-07 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bergeend \N nf 0 2012-10-07 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bergeend \N nf 0 2012-10-07 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bergeend \N nf 0 2012-10-07 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Bergeend \N nf 0 2011-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bergeend \N nf 0 2011-10-08 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bergeend \N nf 0 2011-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bergeend \N nf 0 2011-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bergeend \N nf 0 2011-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bergeend \N nf 0 2011-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bergeend \N nf 0 2011-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bergeend \N nf 0 2011-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bergeend \N nf 0 2011-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bergeend \N nf 0 2011-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bergeend \N nf 0 2011-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bergeend \N nf 0 2011-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bergeend \N nf 0 2011-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bergeend \N nf 0 2011-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bergeend \N nf 0 2011-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bergeend \N nf 0 2011-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bergeend \N nf 0 2011-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bergeend \N nf 0 2011-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bergeend \N nf 0 2011-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bergeend \N nf 0 2011-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bergeend \N nf 0 2011-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bergeend \N nf 0 2011-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bergeend \N nf 0 2011-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bergeend \N nf 0 2011-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bergeend \N nf 0 2011-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bergeend \N nf 0 2011-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bergeend \N nf 0 2011-10-08 18:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bergeend \N nf 0 2011-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bergeend \N nf 0 2011-10-08 18:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Bergeend \N nf 0 2011-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bergeend \N nf 0 2011-10-08 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bergeend \N nf 0 2011-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bergeend \N nf 0 2011-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bergeend \N nf 0 2011-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bergeend \N nf 0 2011-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bergeend \N nf 0 2011-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bergeend \N nf 0 2011-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bergeend \N nf 0 2011-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bergeend \N nf 0 2011-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bergeend \N nf 0 2011-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bergeend \N nf 0 2011-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bergeend \N nf 0 2011-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bergeend \N nf 0 2011-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bergeend \N nf 0 2011-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bergeend \N nf 0 2011-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bergeend \N nf 0 2011-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bergeend \N nf 0 2011-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bergeend \N nf 0 2011-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bergeend \N nf 0 2011-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bergeend \N nf 0 2011-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bergeend \N nf 0 2011-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bergeend \N nf 0 2011-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bergeend \N nf 0 2011-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bergeend \N nf 0 2011-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bergeend \N nf 0 2011-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bergeend \N nf 0 2011-10-08 18:30:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bergeend \N nf 0 2011-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bergeend \N nf 0 2011-10-08 18:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Bergeend \N nf 0 2012-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bergeend \N nf 0 2012-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bergeend \N nf 0 2012-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bergeend \N nf 0 2012-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bergeend \N nf 2 2012-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bergeend \N nf 0 2012-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bergeend \N nf 0 2012-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bergeend \N nf 0 2012-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bergeend \N nf 0 2012-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bergeend \N nf 0 2012-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bergeend \N nf 0 2012-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bergeend \N nf 0 2012-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bergeend \N nf 0 2012-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bergeend \N nf 0 2012-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bergeend \N nf 0 2012-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bergeend \N nf 0 2012-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bergeend \N nf 0 2012-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bergeend \N nf 0 2012-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bergeend \N nf 4 2012-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bergeend \N nf 0 2012-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bergeend \N nf 4 2012-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bergeend \N nf 0 2012-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bergeend \N nf 1 2012-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bergeend \N nf 0 2012-10-08 18:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bergeend \N nf 0 2012-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bergeend \N nf 0 2012-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bergeend \N nf 0 2012-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Bergeend \N nf 0 2012-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 12:15:0 100.0 Bergeend \N nf 0 2012-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bergeend \N nf 0 2012-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bergeend \N nf 2 2012-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bergeend \N nf 0 2012-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bergeend \N nf 0 2012-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bergeend \N nf 0 2012-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bergeend \N nf 0 2012-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bergeend \N nf 0 2012-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bergeend \N nf 0 2012-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bergeend \N nf 0 2012-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bergeend \N nf 0 2012-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bergeend \N nf 0 2012-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bergeend \N nf 0 2012-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bergeend \N nf 0 2012-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bergeend \N nf 0 2012-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bergeend \N nf 0 2012-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bergeend \N nf 4 2012-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bergeend \N nf 0 2012-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bergeend \N nf 4 2012-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bergeend \N nf 0 2012-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bergeend \N nf 1 2012-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bergeend \N nf 0 2012-10-08 18:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bergeend \N nf 0 2012-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bergeend \N nf 0 2012-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bergeend \N nf 0 2012-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bergeend \N nf 0 2012-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bergeend \N nf 0 2012-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bergeend \N nf 0 2012-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bergeend \N nf 0 2012-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bergeend \N nf 0 2012-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bergeend \N nf 0 2012-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bergeend \N nf 0 2012-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bergeend \N nf 0 2012-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bergeend \N nf 0 2012-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bergeend \N nf 0 2012-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bergeend \N nf 0 2012-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bergeend \N nf 0 2012-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bergeend \N nf 6 2012-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bergeend \N nf 0 2012-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bergeend \N nf 2 2012-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bergeend \N nf 0 2012-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bergeend \N nf 0 2012-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bergeend \N nf 0 2012-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bergeend \N nf 0 2012-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bergeend \N nf 0 2012-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bergeend \N nf 0 2012-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:45:0 100.0 Bergeend \N nf 0 2012-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bergeend \N nf 0 2012-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bergeend \N nf 0 2012-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bergeend \N nf 0 2012-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bergeend \N nf 0 2012-10-08 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bergeend \N nf 0 2012-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bergeend \N nf 0 2012-10-08 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bergeend \N nf 0 2012-10-08 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bergeend \N nf 0 2012-10-08 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bergeend \N nf 0 2012-10-08 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bergeend \N nf 0 2012-10-08 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bergeend \N nf 0 2012-10-08 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bergeend \N nf 0 2012-10-08 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bergeend \N nf 0 2012-10-08 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bergeend \N nf 0 2012-10-08 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bergeend \N nf 0 2012-10-08 17:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bergeend \N nf 6 2012-10-08 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bergeend \N nf 0 2012-10-08 17:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bergeend \N nf 2 2012-10-08 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bergeend \N nf 0 2012-10-08 17:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bergeend \N nf 0 2012-10-08 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bergeend \N nf 0 2012-10-08 17:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bergeend \N nf 0 2012-10-08 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bergeend \N nf 0 2012-10-08 18:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bergeend \N nf 0 2012-10-08 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bergeend \N nf 0 2012-10-08 18:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bergeend \N nf 0 2012-10-08 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bergeend \N nf 0 2012-10-08 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bergeend \N nf 0 2012-10-08 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bergeend \N nf 0 2012-10-08 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bergeend \N nf 0 2009-10-08 10:30:00 421 49 18 14634 36 \N 50 38 54 37 5 Gebied GA 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 413 49 18 14634 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 14634 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bergeend \N nf 0 2007-10-18 13:15:00 413 49 18 14634 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bergeend \N nf 0 2007-10-18 15:45:00 413 49 18 14634 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bergeend \N nf 0 2007-10-18 16:00:00 413 49 18 14634 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 413 49 18 14634 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 14634 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bergeend \N nf 0 2007-10-18 13:15:00 413 49 18 14634 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bergeend \N nf 0 2007-10-19 13:00:00 413 49 18 14634 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bergeend \N nf 0 2007-10-19 13:15:00 413 49 18 14634 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bergeend \N nf 0 2007-10-19 17:15:00 413 49 18 14634 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bergeend \N nf 0 2007-10-19 13:00:00 413 49 18 14634 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bergeend \N nf 0 2007-10-19 13:15:00 413 49 18 14634 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bergeend \N nf 0 2007-10-19 17:15:00 413 49 18 14634 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 413 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bergeend \N nf 0 2007-10-18 15:45:00 413 49 18 14634 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 414 49 18 14634 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 14634 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bergeend \N nf 0 2007-10-18 13:15:00 414 49 18 14634 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 414 49 18 14634 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 414 49 18 14634 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 414 49 18 14634 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 14634 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bergeend \N nf 0 2007-10-18 13:15:00 414 49 18 14634 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 414 49 18 14634 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 414 49 18 14634 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bergeend \N nf 0 2007-10-19 12:45:00 414 49 18 14634 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bergeend \N nf 0 2007-10-19 13:00:00 414 49 18 14634 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bergeend \N nf 0 2007-10-19 13:15:00 414 49 18 14634 36 \N 50 38 54 37 80 Gebied: H 2009-10-8 10:15:0 90.0 Bergeend \N nf 0 2009-10-08 10:15:00 428 49 18 14634 36 \N 50 38 54 37 90 Gebied GB 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Tureluur \N f 0 2009-10-09 10:15:00 424 49 18 13325 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 17:30:0 30.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 14634 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bergeend \N nf 0 2007-10-19 12:45:00 414 49 18 14634 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bergeend \N nf 0 2007-10-19 13:15:00 414 49 18 14634 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 14634 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 414 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 415 49 18 14634 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 415 49 18 14634 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bergeend \N nf 0 2007-10-18 16:15:00 415 49 18 14634 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 14634 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 415 49 18 14634 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 415 49 18 14634 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 415 49 18 14634 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 415 49 18 14634 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bergeend \N nf 0 2007-10-18 16:15:00 415 49 18 14634 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 14634 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 415 49 18 14634 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 415 49 18 14634 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bergeend \N nf 0 2007-10-19 12:45:00 415 49 18 14634 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bergeend \N nf 0 2007-10-19 13:00:00 415 49 18 14634 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bergeend \N nf 0 2007-10-19 12:45:00 415 49 18 14634 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bergeend \N nf 0 2007-10-19 13:00:00 415 49 18 14634 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bergeend \N nf 0 2009-10-09 11:45:00 422 49 18 14634 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 415 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bergeend \N nf 0 2007-10-18 12:15:00 416 49 18 14634 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bergeend \N nf 0 2007-10-18 15:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bergeend \N nf 0 2007-10-18 12:30:00 416 49 18 14634 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bergeend \N nf 0 2007-10-18 12:45:00 416 49 18 14634 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bergeend \N nf 0 2007-10-18 16:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bergeend \N nf 0 2007-10-18 14:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bergeend \N nf 0 2007-10-18 14:15:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bergeend \N nf 0 2007-10-18 14:30:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bergeend \N nf 0 2007-10-18 14:45:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bergeend \N nf 0 2007-10-18 15:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bergeend \N nf 0 2007-10-18 12:15:00 416 49 18 14634 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bergeend \N nf 0 2007-10-18 15:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bergeend \N nf 0 2007-10-18 12:30:00 416 49 18 14634 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bergeend \N nf 0 2007-10-18 12:45:00 416 49 18 14634 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bergeend \N nf 0 2007-10-18 16:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bergeend \N nf 0 2007-10-18 14:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bergeend \N nf 0 2007-10-18 14:15:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bergeend \N nf 0 2007-10-18 14:30:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bergeend \N nf 0 2007-10-18 14:45:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bergeend \N nf 0 2007-10-18 15:00:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bergeend \N nf 0 2007-10-19 12:45:00 416 49 18 14634 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bergeend \N nf 0 2007-10-19 13:00:00 416 49 18 14634 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bergeend \N nf 1 2007-10-19 13:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 14634 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bergeend \N nf 0 2007-10-19 17:45:00 416 49 18 14634 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bergeend \N nf 0 2007-10-19 12:45:00 416 49 18 14634 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bergeend \N nf 0 2007-10-19 13:00:00 416 49 18 14634 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bergeend \N nf 1 2007-10-19 13:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kanoet \N nf 0 2011-10-02 12:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 14634 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bergeend \N nf 0 2007-10-19 17:45:00 416 49 18 14634 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 416 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 417 49 18 14634 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 14634 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bergeend \N nf 0 2007-10-18 13:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 417 49 18 14634 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 14634 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bergeend \N nf 0 2007-10-18 13:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bergeend \N nf 0 2007-10-18 16:00:00 413 49 18 14634 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bergeend \N nf 0 2007-10-19 13:00:00 417 49 18 14634 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bergeend \N nf 0 2007-10-19 13:15:00 417 49 18 14634 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bergeend \N nf 0 2007-10-19 17:15:00 417 49 18 14634 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bergeend \N nf 0 2007-10-19 13:00:00 417 49 18 14634 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bergeend \N nf 0 2007-10-19 13:15:00 417 49 18 14634 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bergeend \N nf 0 2007-10-19 17:15:00 417 49 18 14634 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 417 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bergeend \N nf 0 2007-10-18 16:15:00 418 49 18 14634 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 14634 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bergeend \N nf 0 2007-10-18 16:00:00 418 49 18 14634 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bergeend \N nf 0 2007-10-18 12:45:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bergeend \N nf 0 2007-10-18 16:15:00 418 49 18 14634 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 14634 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bergeend \N nf 0 2007-10-19 12:45:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bergeend \N nf 0 2007-10-19 13:00:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 14634 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bergeend \N nf 0 2007-10-19 12:45:00 418 49 18 14634 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bergeend \N nf 0 2007-10-19 13:00:00 418 49 18 14634 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied GF 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 14634 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 418 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 419 49 18 14634 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bergeend \N nf 0 2007-10-18 12:45:00 419 49 18 14634 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bergeend \N nf 0 2007-10-18 16:15:00 419 49 18 14634 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 14634 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bergeend \N nf 0 2007-10-18 13:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 419 49 18 14634 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bergeend \N nf 0 2007-10-18 12:45:00 419 49 18 14634 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bergeend \N nf 0 2007-10-18 16:15:00 419 49 18 14634 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 14634 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bergeend \N nf 0 2007-10-18 13:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bergeend \N nf 0 2007-10-18 13:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bergeend \N nf 0 2007-10-18 13:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bergeend \N nf 0 2007-10-18 14:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bergeend \N nf 0 2007-10-18 14:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bergeend \N nf 0 2007-10-18 14:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bergeend \N nf 0 2007-10-18 14:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bergeend \N nf 0 2007-10-19 12:45:00 419 49 18 14634 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bergeend \N nf 0 2007-10-19 13:00:00 419 49 18 14634 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 14634 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bergeend \N nf 0 2007-10-19 12:45:00 419 49 18 14634 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bergeend \N nf 0 2007-10-19 16:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bergeend \N nf 0 2007-10-19 13:00:00 419 49 18 14634 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bergeend \N nf 0 2007-10-19 16:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bergeend \N nf 0 2007-10-19 16:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bergeend \N nf 0 2007-10-19 17:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bergeend \N nf 0 2007-10-19 17:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bergeend \N nf 0 2007-10-19 14:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 14634 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 419 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bergeend \N nf 0 2007-10-18 12:15:00 420 49 18 14634 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bergeend \N nf 0 2007-10-18 15:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 420 49 18 14634 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bergeend \N nf 0 2007-10-18 12:45:00 420 49 18 14634 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bergeend \N nf 0 2007-10-18 16:15:00 420 49 18 14634 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 14634 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bergeend \N nf 0 2007-10-18 16:30:00 420 49 18 14634 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bergeend \N nf 0 2007-10-18 14:00:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bergeend \N nf 0 2007-10-18 14:15:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bergeend \N nf 0 2007-10-18 14:30:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bergeend \N nf 0 2007-10-18 14:45:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bergeend \N nf 0 2007-10-18 12:15:00 420 49 18 14634 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bergeend \N nf 0 2007-10-18 15:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bergeend \N nf 0 2007-10-18 12:30:00 420 49 18 14634 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bergeend \N nf 0 2007-10-18 16:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bergeend \N nf 0 2007-10-18 12:45:00 420 49 18 14634 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bergeend \N nf 0 2007-10-18 16:15:00 420 49 18 14634 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bergeend slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 14634 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bergeend \N nf 0 2007-10-18 16:30:00 420 49 18 14634 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bergeend \N nf 0 2007-10-18 13:15:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bergeend \N nf 0 2007-10-18 13:45:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bergeend \N nf 0 2007-10-18 14:00:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bergeend \N nf 0 2007-10-18 14:15:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bergeend \N nf 0 2007-10-18 14:30:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bergeend \N nf 0 2007-10-18 14:45:00 420 49 18 14634 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bergeend \N nf 0 2007-10-18 15:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bergeend \N nf 0 2007-10-18 15:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bergeend \N nf 0 2007-10-18 15:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bergeend \N nf 0 2007-10-19 12:45:00 420 49 18 14634 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bergeend \N nf 0 2007-10-19 16:15:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bergeend \N nf 0 2007-10-19 13:00:00 420 49 18 14634 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bergeend \N nf 0 2007-10-19 16:30:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bergeend \N nf 0 2007-10-19 16:45:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bergeend \N nf 0 2007-10-19 17:00:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bergeend \N nf 0 2007-10-19 17:15:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bergeend \N nf 1 2007-10-19 14:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 14634 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bergeend \N nf 0 2007-10-19 17:45:00 420 49 18 14634 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bergeend \N nf 0 2007-10-19 16:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bergeend \N nf 0 2007-10-19 12:45:00 420 49 18 14634 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bergeend \N nf 0 2007-10-19 16:15:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bergeend \N nf 0 2007-10-19 13:00:00 420 49 18 14634 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bergeend \N nf 0 2007-10-19 16:30:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bergeend \N nf 0 2007-10-19 13:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bergeend \N nf 0 2007-10-19 16:45:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bergeend \N nf 0 2007-10-19 13:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bergeend \N nf 0 2007-10-19 17:00:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bergeend \N nf 0 2007-10-19 13:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bergeend \N nf 0 2007-10-19 17:15:00 420 49 18 14634 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bergeend \N nf 1 2007-10-19 14:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bergeend slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 14634 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bergeend \N nf 0 2007-10-19 14:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bergeend \N nf 0 2007-10-19 17:45:00 420 49 18 14634 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bergeend \N nf 0 2007-10-19 14:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bergeend \N nf 0 2007-10-19 14:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bergeend \N nf 0 2007-10-19 15:00:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bergeend \N nf 0 2007-10-19 15:15:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bergeend \N nf 0 2007-10-19 15:30:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bergeend \N nf 0 2007-10-19 15:45:00 420 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:15:0 100.0 Bergeend \N nf 0 2012-10-07 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bergeend \N nf 0 2012-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bergeend \N nf 0 2011-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bergeend \N nf 0 2011-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bergeend \N nf 0 2011-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bergeend \N nf 0 2011-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bergeend \N nf 0 2011-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bergeend \N nf 0 2011-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bergeend \N nf 0 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bergeend \N nf 0 2011-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bergeend \N nf 0 2011-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bergeend \N nf 0 2011-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bergeend \N nf 0 2011-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bergeend \N nf 0 2011-10-18 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bergeend \N nf 0 2011-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bergeend \N nf 0 2011-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bergeend \N nf 0 2011-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bergeend \N nf 0 2011-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bergeend \N nf 0 2011-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bergeend \N nf 0 2011-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bergeend \N nf 0 2011-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bergeend \N nf 0 2011-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bergeend \N nf 0 2011-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bergeend \N nf 0 2011-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bergeend \N nf 0 2011-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bergeend \N nf 0 2011-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bergeend \N nf 0 2011-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bergeend \N nf 0 2011-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bergeend \N nf 0 2011-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bergeend \N nf 0 2011-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bergeend \N nf 0 2011-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bergeend \N nf 0 2011-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bergeend \N nf 0 2011-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bergeend \N nf 0 2011-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bergeend \N nf 0 2011-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bergeend \N nf 0 2011-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bergeend \N nf 1 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bergeend \N nf 3 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bergeend \N nf 3 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bergeend \N nf 3 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bergeend \N nf 1 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bergeend \N nf 3 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bergeend \N nf 0 2010-10-09 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bergeend \N nf 0 2011-10-02 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 70 Gebied: K 2012-10-18 15:0:0 99.0 Bergeend \N nf 3 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bergeend \N nf 3 2012-10-18 15:15:00 \N 49 18 14634 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bergeend \N nf 0 2012-10-18 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bergeend \N nf 0 2012-10-18 13:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bergeend \N nf 0 2012-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bergeend \N nf 0 2012-10-18 13:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bergeend \N nf 0 2012-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bergeend \N nf 0 2012-10-18 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bergeend \N nf 0 2012-10-18 10:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bergeend \N nf 0 2012-10-18 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bergeend \N nf 0 2012-10-18 10:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bergeend \N nf 0 2012-10-18 14:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bergeend \N nf 0 2012-10-18 10:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bergeend \N nf 0 2012-10-18 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bergeend \N nf 0 2012-10-18 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bergeend \N nf 0 2012-10-18 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bergeend \N nf 0 2012-10-18 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bergeend \N nf 0 2012-10-18 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bergeend \N nf 0 2012-10-18 11:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bergeend \N nf 0 2012-10-18 12:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bergeend \N nf 0 2012-10-18 12:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bergeend \N nf 0 2012-10-18 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bergeend \N nf 0 2012-10-18 12:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bergeend \N nf 0 2012-10-07 14:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bergeend \N nf 0 2012-10-07 16:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Smient \N nf 0 2011-10-18 09:30:00 \N 49 18 6416 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 9:45:0 50.0 Smient \N nf 0 2011-10-18 09:45:00 \N 49 18 6416 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:0:0 100.0 Smient \N nf 0 2011-10-18 10:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Smient \N nf 0 2011-10-18 10:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Smient \N nf 0 2011-10-18 10:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Smient \N nf 0 2011-10-18 10:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Smient \N nf 0 2011-10-18 11:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Smient \N nf 0 2011-10-18 11:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Smient \N nf 0 2011-10-18 11:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:45:0 100.0 Smient \N nf 0 2011-10-18 11:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Smient \N nf 0 2011-10-18 12:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Smient \N nf 0 2011-10-18 12:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Smient \N nf 0 2011-10-18 12:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Smient \N nf 0 2011-10-18 12:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Smient \N nf 0 2011-10-18 13:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Regenwulp \N nf 0 2007-10-18 15:45:00 413 49 18 15809 36 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Regenwulp \N nf 0 2007-10-18 16:00:00 413 49 18 15809 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 413 49 18 15809 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 15809 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Regenwulp \N nf 0 2007-10-18 13:15:00 413 49 18 15809 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Regenwulp \N nf 0 2007-10-19 13:00:00 413 49 18 15809 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Regenwulp \N nf 0 2007-10-19 13:15:00 413 49 18 15809 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Regenwulp \N nf 0 2007-10-19 17:15:00 413 49 18 15809 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Regenwulp \N nf 0 2007-10-19 13:00:00 413 49 18 15809 36 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Regenwulp \N nf 0 2007-10-19 13:15:00 413 49 18 15809 36 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Regenwulp \N nf 0 2007-10-19 17:15:00 413 49 18 15809 36 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Regenwulp \N nf 0 2007-10-18 15:45:00 413 49 18 15809 36 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 414 49 18 15809 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 15809 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Regenwulp \N nf 0 2007-10-18 13:15:00 414 49 18 15809 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 414 49 18 15809 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 414 49 18 15809 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 414 49 18 15809 36 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 414 49 18 15809 36 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Regenwulp \N nf 0 2007-10-18 13:15:00 414 49 18 15809 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 414 49 18 15809 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 414 49 18 15809 36 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Regenwulp \N nf 0 2007-10-19 12:45:00 414 49 18 15809 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Regenwulp \N nf 0 2007-10-19 13:00:00 414 49 18 15809 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Regenwulp \N nf 0 2007-10-19 13:15:00 414 49 18 15809 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 15809 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Regenwulp \N nf 0 2007-10-19 12:45:00 414 49 18 15809 36 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Regenwulp \N nf 0 2007-10-19 13:00:00 414 49 18 15809 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Regenwulp \N nf 0 2007-10-19 13:15:00 414 49 18 15809 36 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 414 49 18 15809 36 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 414 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 415 49 18 15809 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 415 49 18 15809 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Regenwulp \N nf 0 2007-10-18 16:15:00 415 49 18 15809 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 15809 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 415 49 18 15809 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 415 49 18 15809 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 415 49 18 15809 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 415 49 18 15809 36 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Regenwulp \N nf 0 2007-10-18 16:15:00 415 49 18 15809 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 415 49 18 15809 36 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 415 49 18 15809 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 415 49 18 15809 36 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Regenwulp \N nf 0 2007-10-19 12:45:00 415 49 18 15809 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Regenwulp \N nf 0 2007-10-19 13:00:00 415 49 18 15809 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Regenwulp \N nf 0 2007-10-19 12:45:00 415 49 18 15809 36 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Regenwulp \N nf 0 2007-10-19 13:00:00 415 49 18 15809 36 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 415 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Regenwulp \N nf 0 2007-10-18 12:15:00 416 49 18 15809 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Regenwulp \N nf 0 2007-10-18 15:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Regenwulp \N nf 0 2007-10-18 12:30:00 416 49 18 15809 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Regenwulp \N nf 0 2007-10-18 12:45:00 416 49 18 15809 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Regenwulp \N nf 0 2007-10-18 16:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Regenwulp \N nf 0 2007-10-18 14:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Regenwulp \N nf 0 2007-10-18 14:15:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Regenwulp \N nf 0 2007-10-18 14:30:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Regenwulp \N nf 0 2007-10-18 14:45:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Regenwulp \N nf 0 2007-10-18 15:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Regenwulp \N nf 0 2007-10-18 12:15:00 416 49 18 15809 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Regenwulp \N nf 0 2007-10-18 15:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Regenwulp \N nf 0 2007-10-18 12:30:00 416 49 18 15809 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Regenwulp \N nf 0 2007-10-18 12:45:00 416 49 18 15809 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Regenwulp \N nf 0 2007-10-18 16:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Regenwulp \N nf 0 2007-10-18 14:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Regenwulp \N nf 0 2007-10-18 14:15:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Regenwulp \N nf 0 2007-10-18 14:30:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Regenwulp \N nf 0 2007-10-18 14:45:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Regenwulp \N nf 0 2007-10-18 15:00:00 416 49 18 15809 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Regenwulp \N nf 0 2007-10-19 12:45:00 416 49 18 15809 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Regenwulp \N nf 0 2007-10-19 13:00:00 416 49 18 15809 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 15809 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Regenwulp \N nf 0 2007-10-19 17:45:00 416 49 18 15809 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Regenwulp \N nf 0 2007-10-19 12:45:00 416 49 18 15809 36 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Regenwulp \N nf 0 2007-10-19 13:00:00 416 49 18 15809 36 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 416 49 18 15809 36 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Regenwulp \N nf 0 2007-10-19 17:45:00 416 49 18 15809 36 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 416 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 417 49 18 15809 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 15809 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Regenwulp \N nf 0 2007-10-18 13:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 417 49 18 15809 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 417 49 18 15809 36 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Regenwulp \N nf 0 2007-10-18 13:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Regenwulp \N nf 0 2007-10-18 16:00:00 413 49 18 15809 36 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Regenwulp \N nf 0 2007-10-19 13:00:00 417 49 18 15809 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Regenwulp \N nf 0 2007-10-19 13:15:00 417 49 18 15809 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Regenwulp \N nf 0 2007-10-19 17:15:00 417 49 18 15809 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Regenwulp \N nf 0 2007-10-19 13:00:00 417 49 18 15809 36 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Regenwulp \N nf 0 2007-10-19 13:15:00 417 49 18 15809 36 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Regenwulp \N nf 0 2007-10-19 17:15:00 417 49 18 15809 36 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Regenwulp \N nf 0 2007-10-18 16:00:00 418 49 18 15809 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Regenwulp \N nf 0 2007-10-18 16:15:00 418 49 18 15809 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 15809 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Regenwulp \N nf 0 2007-10-18 16:00:00 418 49 18 15809 36 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Regenwulp \N nf 0 2007-10-18 16:15:00 418 49 18 15809 36 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 15809 36 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Regenwulp \N nf 0 2007-10-19 12:45:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Regenwulp \N nf 0 2007-10-19 13:00:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 15809 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Regenwulp \N nf 0 2007-10-19 12:45:00 418 49 18 15809 36 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Regenwulp \N nf 0 2007-10-19 13:00:00 418 49 18 15809 36 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 418 49 18 15809 36 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 418 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 419 49 18 15809 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Regenwulp \N nf 0 2007-10-18 12:45:00 419 49 18 15809 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Regenwulp \N nf 0 2007-10-18 16:15:00 419 49 18 15809 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 15809 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Regenwulp \N nf 0 2007-10-18 13:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 419 49 18 15809 36 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Regenwulp \N nf 0 2007-10-18 12:45:00 419 49 18 15809 36 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Regenwulp \N nf 0 2007-10-18 16:15:00 419 49 18 15809 36 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 419 49 18 15809 36 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Regenwulp \N nf 0 2007-10-18 13:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Regenwulp \N nf 0 2007-10-18 14:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Regenwulp \N nf 0 2007-10-19 12:45:00 419 49 18 15809 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Regenwulp \N nf 0 2007-10-19 13:00:00 419 49 18 15809 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 15809 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Regenwulp \N nf 0 2007-10-19 12:45:00 419 49 18 15809 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Regenwulp \N nf 0 2007-10-19 16:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Regenwulp \N nf 0 2007-10-19 13:00:00 419 49 18 15809 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Regenwulp \N nf 0 2007-10-19 16:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Regenwulp \N nf 0 2007-10-19 16:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Regenwulp \N nf 0 2007-10-19 17:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Regenwulp \N nf 0 2007-10-19 17:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 419 49 18 15809 36 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Regenwulp \N nf 0 2007-10-18 12:15:00 420 49 18 15809 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Regenwulp \N nf 0 2007-10-18 15:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 420 49 18 15809 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:15:0 75.0 Regenwulp \N nf 0 2007-10-18 16:15:00 420 49 18 15809 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 15809 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Regenwulp \N nf 0 2007-10-18 16:30:00 420 49 18 15809 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Regenwulp \N nf 0 2007-10-18 14:00:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Regenwulp \N nf 0 2007-10-18 14:15:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Regenwulp \N nf 0 2007-10-18 14:30:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Regenwulp \N nf 0 2007-10-18 14:45:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Regenwulp \N nf 0 2007-10-18 12:15:00 420 49 18 15809 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Regenwulp \N nf 0 2007-10-18 15:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Regenwulp \N nf 0 2007-10-18 12:30:00 420 49 18 15809 36 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Regenwulp \N nf 0 2007-10-18 16:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Regenwulp \N nf 0 2007-10-18 12:45:00 420 49 18 15809 36 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Regenwulp \N nf 0 2007-10-18 16:15:00 420 49 18 15809 36 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 15809 36 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Regenwulp \N nf 0 2007-10-18 16:30:00 420 49 18 15809 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Regenwulp \N nf 0 2007-10-18 13:15:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Regenwulp \N nf 0 2007-10-18 13:30:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Regenwulp \N nf 0 2007-10-18 13:45:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Regenwulp \N nf 0 2007-10-18 14:00:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Regenwulp \N nf 0 2007-10-18 14:15:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Regenwulp \N nf 0 2007-10-18 14:30:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Regenwulp \N nf 0 2007-10-18 14:45:00 420 49 18 15809 36 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Regenwulp \N nf 0 2007-10-18 15:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Regenwulp \N nf 0 2007-10-18 15:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Regenwulp \N nf 0 2007-10-18 15:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Regenwulp \N nf 0 2007-10-19 12:45:00 420 49 18 15809 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Regenwulp \N nf 0 2007-10-19 16:15:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Regenwulp \N nf 0 2007-10-19 13:00:00 420 49 18 15809 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Regenwulp \N nf 1 2007-10-19 16:30:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Regenwulp \N nf 0 2007-10-19 16:45:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Regenwulp \N nf 0 2007-10-19 17:00:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Regenwulp \N nf 0 2007-10-19 17:15:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 15809 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Regenwulp \N nf 0 2007-10-19 12:45:00 420 49 18 15809 36 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Regenwulp \N nf 0 2007-10-19 16:15:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Regenwulp \N nf 0 2007-10-19 13:00:00 420 49 18 15809 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Regenwulp \N nf 1 2007-10-19 16:30:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Regenwulp \N nf 0 2007-10-19 13:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Regenwulp \N nf 0 2007-10-19 16:45:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Regenwulp \N nf 0 2007-10-19 13:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Regenwulp \N nf 0 2007-10-19 17:00:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Regenwulp \N nf 0 2007-10-19 13:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Regenwulp \N nf 0 2007-10-19 17:15:00 420 49 18 15809 36 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Regenwulp \N nf 0 2007-10-19 14:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 420 49 18 15809 36 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Regenwulp \N nf 0 2007-10-19 17:45:00 420 49 18 15809 36 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Regenwulp \N nf 0 2007-10-19 14:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Regenwulp \N nf 0 2007-10-19 14:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Regenwulp \N nf 0 2007-10-19 15:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Regenwulp \N nf 0 2007-10-19 15:15:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Regenwulp \N nf 0 2007-10-19 15:30:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Regenwulp \N nf 0 2007-10-19 15:45:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Regenwulp \N nf 0 2007-10-19 14:15:00 417 49 18 15809 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 421 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 421 49 18 12895 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 421 49 18 12895 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 421 49 18 12895 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 421 49 18 12895 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 421 49 18 12895 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 421 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 421 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 421 49 18 12895 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 421 49 18 12895 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 421 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 421 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 421 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:15:0 97.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 421 49 18 12895 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 421 49 18 12895 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 421 49 18 12895 36 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 421 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 421 49 18 12895 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 421 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 421 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 421 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 421 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 421 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 421 49 18 12895 36 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 421 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 421 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 421 49 18 12895 36 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 421 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 421 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rosse grutto \N nf 0 2009-10-08 10:30:00 422 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 422 49 18 12895 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 422 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 422 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 422 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rosse grutto \N nf 0 2009-10-08 10:30:00 422 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 422 49 18 12895 36 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 422 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 422 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 422 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rosse grutto \N nf 0 2009-10-09 11:15:00 422 49 18 12895 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 422 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 422 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 422 49 18 12895 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rosse grutto \N nf 0 2009-10-09 11:15:00 422 49 18 12895 36 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 422 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 422 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 422 49 18 12895 36 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 422 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 422 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rosse grutto \N nf 0 2009-10-08 10:45:00 423 49 18 12895 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 423 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 423 49 18 12895 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 423 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rosse grutto \N nf 0 2009-10-08 10:45:00 423 49 18 12895 36 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 423 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 423 49 18 12895 36 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 423 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rosse grutto \N nf 0 2009-10-09 11:00:00 423 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rosse grutto \N nf 0 2009-10-09 11:15:00 423 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 423 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 423 49 18 12895 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rosse grutto \N nf 0 2009-10-09 11:00:00 423 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rosse grutto \N nf 0 2009-10-09 11:15:00 423 49 18 12895 36 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 423 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 423 49 18 12895 36 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 423 49 18 12895 36 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 423 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 424 49 18 12895 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 424 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 424 49 18 12895 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 424 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 424 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 424 49 18 12895 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 424 49 18 12895 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 424 49 18 12895 36 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 424 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 425 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 425 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 12895 36 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 425 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 425 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 425 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:00:00 425 49 18 12895 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 425 49 18 12895 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 425 49 18 12895 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:00:00 425 49 18 12895 36 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 425 49 18 12895 36 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 425 49 18 12895 36 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Rosse grutto \N nf 0 2009-10-08 09:30:00 426 49 18 12895 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 426 49 18 12895 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 12895 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Rosse grutto \N nf 0 2009-10-08 09:30:00 426 49 18 12895 36 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rosse grutto \N nf 0 2009-10-08 09:45:00 426 49 18 12895 36 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Scholekster \N f 1 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 12895 36 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 426 49 18 12895 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 426 49 18 12895 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:00:00 426 49 18 12895 36 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 426 49 18 12895 36 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 426 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 426 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 12895 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 427 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 427 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 12895 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 427 49 18 12895 36 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 427 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 420 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 427 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 427 49 18 12895 36 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 427 49 18 12895 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 15 Gebied: G 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 427 49 18 12895 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 427 49 18 12895 36 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 427 49 18 12895 36 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 12895 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 428 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 428 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 12895 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 428 49 18 12895 36 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 428 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 428 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 12895 36 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 428 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: H 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 428 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 428 49 18 12895 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 428 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rosse grutto \N nf 0 2009-10-09 17:15:00 428 49 18 12895 36 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 429 49 18 12895 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 429 49 18 12895 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 429 49 18 12895 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 429 49 18 12895 36 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 12895 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 12895 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rosse grutto \N nf 0 2009-10-08 10:15:00 429 49 18 12895 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 429 49 18 12895 36 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 429 49 18 12895 36 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rosse grutto \N nf 0 2009-10-08 15:45:00 429 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2009-10-8 15:15:0 10.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 421 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:45:00 421 49 18 12895 36 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 429 49 18 12895 36 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 429 49 18 12895 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 429 49 18 12895 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 429 49 18 12895 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 429 49 18 12895 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 429 49 18 12895 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 429 49 18 12895 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rosse grutto \N nf 0 2009-10-09 10:30:00 429 49 18 12895 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rosse grutto \N nf 0 2009-10-09 14:15:00 429 49 18 12895 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 10:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Rosse grutto \N nf 0 2009-10-08 15:30:00 421 49 18 12895 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Rosse grutto \N nf 0 2009-10-08 12:00:00 421 49 18 12895 36 \N 50 38 54 37 97 Gebied: E 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje nf 0 2009-10-08 16:00:00 425 49 18 12895 36 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 429 49 18 12895 36 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 429 49 18 12895 36 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:30:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:45:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk nf 0 2009-10-08 10:00:00 429 49 18 12895 36 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 13:15:00 429 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rosse grutto \N nf 0 2009-10-09 10:15:00 429 49 18 12895 36 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rosse grutto \N nf 0 2009-10-09 14:00:00 429 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rosse grutto \N nf 0 2010-10-09 08:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rosse grutto \N nf 0 2010-10-09 08:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rosse grutto \N nf 0 2010-10-09 08:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rosse grutto \N nf 0 2010-10-09 08:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:15:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rosse grutto \N nf 0 2010-10-09 08:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rosse grutto \N nf 0 2010-10-09 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:15:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rosse grutto \N nf 0 2010-10-09 08:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rosse grutto \N nf 0 2010-10-09 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rosse grutto \N nf 0 2010-10-09 08:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rosse grutto \N nf 0 2010-10-09 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rosse grutto \N nf 0 2010-10-09 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rosse grutto \N nf 0 2010-10-09 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-09 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-09 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rosse grutto \N nf 0 2010-10-10 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rosse grutto \N nf 0 2010-10-10 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rosse grutto \N nf 0 2010-10-10 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rosse grutto \N nf 0 2010-10-10 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rosse grutto smelleken nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rosse grutto smelleken nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Zilverplevier \N nf 0 2011-10-02 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Zilverplevier \N nf 0 2009-10-08 10:45:00 421 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 6147 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Zilverplevier \N nf 0 2009-10-08 11:00:00 421 49 18 6147 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Zilverplevier \N nf 0 2009-10-08 14:45:00 421 49 18 6147 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Zilverplevier \N nf 0 2009-10-08 11:15:00 421 49 18 6147 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Zilverplevier \N nf 0 2009-10-08 15:00:00 421 49 18 6147 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:30:00 421 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Zilverplevier \N nf 0 2009-10-08 15:15:00 421 49 18 6147 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Zilverplevier \N nf 0 2009-10-08 11:45:00 421 49 18 6147 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Zilverplevier \N nf 0 2009-10-08 15:30:00 421 49 18 6147 36 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Zilverplevier \N nf 0 2009-10-08 12:00:00 421 49 18 6147 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Zilverplevier \N nf 0 2009-10-08 12:15:00 421 49 18 6147 36 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Zilverplevier \N nf 0 2009-10-08 12:30:00 421 49 18 6147 36 \N 50 38 54 37 99 Gebied: J 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Zilverplevier \N f 0 2009-10-08 10:45:00 421 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Zilverplevier \N f 0 2009-10-08 11:00:00 421 49 18 6147 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Zilverplevier \N f 0 2009-10-08 14:45:00 421 49 18 6147 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Zilverplevier \N f 0 2009-10-08 11:15:00 421 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Zilverplevier \N f 0 2009-10-08 15:00:00 421 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Zilverplevier \N f 0 2009-10-08 11:30:00 421 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Zilverplevier \N f 0 2009-10-08 15:15:00 421 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Zilverplevier \N f 0 2009-10-08 11:45:00 421 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Zilverplevier \N f 0 2009-10-08 15:30:00 421 49 18 6147 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Zilverplevier \N f 0 2009-10-08 12:00:00 421 49 18 6147 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Zilverplevier \N f 0 2009-10-08 12:15:00 421 49 18 6147 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Zilverplevier \N f 0 2009-10-08 12:30:00 421 49 18 6147 35 \N 50 38 54 37 99 Gebied: K 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: K 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rosse grutto \N nf 0 2011-10-01 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rosse grutto \N nf 0 2011-10-01 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-01 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 M. Zaagbek \N f 0 2011-10-07 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: D 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rosse grutto \N nf 0 2011-10-02 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rosse grutto slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Wulp \N f 30 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: H 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rosse grutto \N nf 0 2011-10-02 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rosse grutto \N nf 0 2011-10-02 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rosse grutto visarend nf 0 2011-10-02 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rosse grutto \N nf 0 2011-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rosse grutto \N nf 0 2011-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rosse grutto \N nf 0 2011-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rosse grutto \N nf 0 2011-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rosse grutto \N nf 0 2011-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rosse grutto \N nf 0 2011-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rosse grutto \N nf 0 2011-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rosse grutto \N nf 0 2011-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rosse grutto \N nf 0 2011-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rosse grutto \N nf 0 2011-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rosse grutto \N nf 0 2011-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rosse grutto \N nf 0 2012-10-07 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rosse grutto \N nf 0 2012-10-07 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-08 12:30:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-08 16:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rosse grutto \N nf 0 2012-10-07 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rosse grutto \N nf 0 2012-10-07 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rosse grutto \N nf 0 2012-10-07 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rosse grutto \N nf 0 2012-10-07 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rosse grutto \N nf 0 2012-10-07 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rosse grutto \N nf 0 2012-10-07 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-07 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-07 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rosse grutto \N nf 0 2011-10-08 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rosse grutto \N nf 0 2011-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rosse grutto \N nf 0 2011-10-08 18:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rosse grutto \N nf 0 2011-10-08 18:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rosse grutto \N nf 0 2011-10-08 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rosse grutto \N nf 0 2011-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rosse grutto \N nf 0 2011-10-08 18:30:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rosse grutto \N nf 0 2011-10-08 18:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Rosse grutto \N nf 0 2012-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rosse grutto \N nf 0 2012-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rosse grutto \N nf 0 2012-10-08 18:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Rosse grutto \N nf 0 2012-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rosse grutto \N nf 0 2012-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rosse grutto \N nf 0 2012-10-08 18:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rosse grutto \N nf 0 2012-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rosse grutto \N nf 0 2012-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rosse grutto \N nf 0 2012-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rosse grutto \N nf 0 2012-10-08 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rosse grutto \N nf 0 2012-10-08 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 17:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 18:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rosse grutto \N nf 0 2012-10-08 18:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-08 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rosse grutto \N nf 0 2012-10-08 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 40 Gebied GC 2007-10-19 14:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 14:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:15:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:30:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-19 15:45:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-19 16:00:00 415 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:15:00 416 49 18 12895 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 416 49 18 12895 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 416 49 18 12895 36 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rosse grutto slechtvalk nf 0 2007-10-18 13:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:15:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:30:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 13:45:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:15:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:30:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 416 49 18 12895 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:15:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:30:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rosse grutto \N nf 0 2007-10-18 12:15:00 416 49 18 12895 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:45:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rosse grutto \N nf 0 2007-10-18 12:30:00 416 49 18 12895 36 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 16:00:00 416 49 18 12895 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rosse grutto \N nf 0 2007-10-18 12:45:00 416 49 18 12895 36 \N 50 38 54 37 80 Gebied: D 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 425 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rosse grutto \N nf 0 2012-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 15:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rosse grutto \N nf 0 2011-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rosse grutto \N nf 0 2011-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rosse grutto \N nf 0 2011-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rosse grutto \N nf 0 2011-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rosse grutto \N nf 0 2011-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rosse grutto \N nf 0 2011-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rosse grutto \N nf 0 2011-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rosse grutto \N nf 0 2011-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rosse grutto \N nf 0 2011-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rosse grutto \N nf 0 2011-10-18 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rosse grutto \N nf 0 2011-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rosse grutto \N nf 0 2011-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: D 2010-10-10 14:45:0 100.0 Rosse grutto \N nf 0 2010-10-10 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:45:0 100.0 Rosse grutto \N nf 0 2011-10-01 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rosse grutto \N nf 0 2011-10-02 16:30:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: K 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rosse grutto \N nf 0 2012-10-18 15:15:00 \N 49 18 12895 36 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 12:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: H 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Zilverplevier \N nf 0 2010-10-09 14:15:00 \N 49 18 6147 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: E 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Wulp \N f 180 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: K 2012-10-18 12:30:0 100.0 Zilverplevier \N nf 0 2012-10-18 12:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Midd zaagbek \N nf 0 2007-10-19 16:00:00 420 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Midd zaagbek \N nf 0 2007-10-18 12:45:00 413 49 18 10711 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 10711 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Midd zaagbek \N nf 0 2007-10-18 13:15:00 413 49 18 10711 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:30:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Midd zaagbek \N nf 0 2007-10-18 13:45:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Midd zaagbek \N nf 0 2007-10-18 14:00:00 413 49 18 10711 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 413 49 18 10711 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 413 49 18 10711 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 413 49 18 10711 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 417 49 18 10711 35 \N 50 38 54 37 10 Gebied: E 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 13:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N nf 0 2009-10-08 14:15:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kleine zilverreiger \N nf 0 2009-10-08 10:45:00 421 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 32972 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kleine zilverreiger \N nf 0 2009-10-08 11:00:00 421 49 18 32972 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kleine zilverreiger \N nf 0 2009-10-08 14:45:00 421 49 18 32972 36 \N 50 38 54 37 65 Gebied: L 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 421 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 421 49 18 32972 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 421 49 18 32972 35 \N 50 38 54 37 65 Gebied: F 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: i 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: L 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N nf 0 2011-10-01 14:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kleine zilverreiger \N f 0 2011-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-07 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N nf 0 2012-10-08 13:15:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Wulp \N f 17 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 17:0:0 10.0 Wulp \N f 17 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:15:0 10.0 M. Zaagbek \N nf 0 2011-10-07 12:15:00 \N 49 18 10711 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:30:0 20.0 M. Zaagbek \N nf 0 2011-10-07 12:30:00 \N 49 18 10711 36 \N 50 38 54 37 20 Gebied: A 2011-10-7 12:45:0 50.0 M. Zaagbek \N nf 0 2011-10-07 12:45:00 \N 49 18 10711 36 \N 50 38 54 37 50 Gebied: A 2011-10-7 13:0:0 80.0 M. Zaagbek \N nf 0 2011-10-07 13:00:00 \N 49 18 10711 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 12:15:0 10.0 M. Zaagbek \N f 1 2011-10-07 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:30:0 20.0 M. Zaagbek \N f 0 2011-10-07 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 12:45:0 50.0 M. Zaagbek \N f 0 2011-10-07 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: i 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Wulp \N f 16 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: G 2011-10-2 11:0:0 90.0 Wulp \N f 9 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 11:45:0 100.0 Wulp \N nf 0 2011-10-02 11:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Wulp \N f 7 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bonte strandloper \N nf 0 2011-10-02 10:30:00 \N 49 18 15810 36 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 10:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Wulp \N nf 0 2007-10-18 16:15:00 416 49 18 6146 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wulp \N f 25 2007-10-19 17:45:00 416 49 18 6146 35 \N 50 38 54 37 20 Gebied: E 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wulp slechtvalk f 22 2007-10-19 17:30:00 418 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 5 2007-10-19 16:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bergeend \N nf 0 2012-10-07 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:15:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 14:15:00 416 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 417 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bonte Str.L. \N nf 0 2007-10-19 17:00:00 420 49 18 15810 36 \N 50 38 54 37 95 Gebied: F 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 14:15:00 421 49 18 17124 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Drieteenstrandloper \N nf 0 2009-10-08 10:45:00 421 49 18 17124 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 11:0:0 100.0 Smient \N f 0 2011-10-18 11:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 421 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2011-10-2 16:45:0 100.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 421 49 18 17124 35 \N 50 38 54 37 30 Gebied: B 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 14:15:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N nf 0 2009-10-09 11:00:00 424 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 17:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk nf 0 2011-10-02 17:15:00 \N 49 18 15810 36 \N 50 38 54 37 99 Gebied: G 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wilde eend \N f 0 2009-10-08 09:45:00 426 49 18 4323 35 \N 50 38 54 37 20 Gebied: I 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:0:0 50.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 414 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: K 2012-10-8 15:45:0 100.0 Bergeend \N nf 0 2012-10-08 15:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Tureluur \N f 0 2012-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Tureluur \N nf 0 2009-10-08 09:45:00 424 49 18 13325 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Tureluur \N nf 0 2009-10-08 13:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Tureluur slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Tureluur \N nf 0 2009-10-08 13:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Tureluur \N nf 0 2009-10-08 10:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Tureluur \N nf 0 2009-10-08 14:00:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Tureluur \N nf 0 2009-10-08 10:30:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Tureluur \N nf 0 2009-10-08 14:15:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Tureluur \N nf 0 2009-10-08 10:45:00 424 49 18 13325 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Tureluur \N f 0 2009-10-08 09:45:00 424 49 18 13325 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:15:0 30.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 415 49 18 6147 35 \N 50 38 54 37 30 Gebied: G 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Tureluur \N nf 0 2012-10-08 13:30:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Bonte strandloper \N nf 0 2011-10-07 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bonte strandloper \N nf 0 2011-10-07 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-07 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:15:0 100.0 Tureluur \N nf 0 2011-10-18 14:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Tureluur \N nf 0 2011-10-18 10:45:00 \N 49 18 13325 36 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Tureluur \N nf 0 2011-10-18 14:30:00 \N 49 18 13325 36 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Tureluur \N nf 0 2011-10-18 11:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Tureluur \N nf 0 2011-10-18 14:45:00 \N 49 18 13325 36 \N 50 38 54 37 2 Gebied: A 2011-10-7 16:45:0 10.0 Bonte strandloper \N f 0 2011-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:15:0 75.0 Tureluur \N nf 0 2007-10-18 13:15:00 414 49 18 13325 36 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 414 49 18 13325 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 13:0:0 80.0 Tureluur slechtvalk nf 0 2007-10-18 13:00:00 420 49 18 13325 36 \N 50 38 54 37 80 Gebied: L 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 12:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 16:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 16:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Middelste zaagbek \N nf 0 2009-10-08 09:45:00 424 49 18 10711 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 10:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Smient \N f 0 2011-10-18 11:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 13:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 10:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk nf 0 2009-10-08 14:30:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:00:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 14:45:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Middelste zaagbek \N nf 0 2009-10-08 11:15:00 424 49 18 10711 36 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 424 49 18 10711 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig nf 0 2011-10-02 12:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bonte strandloper \N nf 0 2011-10-02 16:30:00 \N 49 18 15810 36 \N 50 38 54 37 70 Gebied GF 2007-10-19 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied: L 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied GG 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bonte strandloper visarend nf 0 2011-10-02 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 30 Gebied GG 2007-10-18 12:45:0 10.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 419 49 18 6147 35 \N 50 38 54 37 10 Gebied: L 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:0:0 75.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 419 49 18 6147 35 \N 50 38 54 37 75 Gebied: L 2011-10-2 13:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bergeend \N nf 0 2011-10-02 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bergeend \N nf 0 2009-10-08 13:45:00 423 49 18 14634 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bergeend \N nf 0 2009-10-08 15:45:00 425 49 18 14634 36 \N 50 38 54 37 90 Gebied: E 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 14634 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bergeend \N nf 0 2010-10-09 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk nf 0 2011-10-02 13:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Smient \N f 0 2011-10-18 11:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 13:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: L 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kleine Z. Reiger \N nf 0 2007-10-19 13:00:00 417 49 18 32972 36 \N 50 38 54 37 10 Gebied: A 2011-10-1 13:45:0 100.0 Bergeend \N nf 0 2011-10-01 13:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N nf 0 2011-10-01 12:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:0:0 100.0 Bergeend \N nf 0 2011-10-01 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bergeend \N nf 0 2011-10-01 15:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk nf 0 2007-10-18 13:00:00 418 49 18 17124 36 \N 50 38 54 37 70 Gebied: L 2011-10-2 11:0:0 90.0 Bonte strandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 15810 36 \N 50 38 54 37 90 Gebied: E 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 14:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bergeend \N nf 0 2011-10-02 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 90 Gebied: G 2011-10-2 15:30:0 100.0 Bergeend \N nf 0 2011-10-02 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bergeend \N nf 0 2011-10-02 16:15:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bergeend \N nf 0 2007-10-19 13:00:00 414 49 18 14634 36 \N 50 38 54 37 30 Gebied: L 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:30:0 90.0 Bergeend \N nf 0 2007-10-18 13:30:00 416 49 18 14634 36 \N 50 38 54 37 90 Gebied: L 2011-10-2 15:0:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:00:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-18 16:0:0 75.0 Bergeend \N nf 0 2007-10-18 16:00:00 418 49 18 14634 36 \N 50 38 54 37 75 Gebied: L 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bergeend \N nf 0 2012-10-18 15:30:00 \N 49 18 14634 36 \N 50 38 54 37 60 Gebied: L 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Smient \N nf 0 2011-10-18 09:30:00 \N 49 18 6416 36 \N 50 38 54 37 10 Gebied: G 2011-10-18 9:45:0 50.0 Smient \N nf 0 2011-10-18 09:45:00 \N 49 18 6416 36 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:0:0 100.0 Smient \N nf 0 2011-10-18 10:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Smient \N nf 0 2011-10-18 10:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Smient \N nf 0 2011-10-18 10:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Smient \N nf 0 2011-10-18 10:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Smient \N nf 0 2011-10-18 11:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Smient \N nf 0 2011-10-18 11:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Smient \N nf 0 2011-10-18 11:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:45:0 100.0 Smient \N nf 0 2011-10-18 11:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Smient \N nf 0 2011-10-18 12:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Smient \N nf 0 2011-10-18 12:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Smient \N nf 0 2011-10-18 12:30:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Smient \N nf 0 2011-10-18 12:45:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Smient \N nf 0 2011-10-18 13:00:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Smient \N f 0 2011-10-18 09:30:00 \N 49 18 6416 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 9:45:0 50.0 Smient \N f 0 2011-10-18 09:45:00 \N 49 18 6416 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:0:0 100.0 Smient \N f 0 2011-10-18 10:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Smient \N f 0 2011-10-18 10:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Smient \N f 0 2011-10-18 10:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Smient \N f 0 2011-10-18 10:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:45:0 100.0 Smient \N f 0 2011-10-18 11:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Smient \N f 0 2011-10-18 12:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Smient \N f 0 2011-10-18 12:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Smient \N f 0 2011-10-18 12:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Smient \N f 0 2011-10-18 12:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Smient \N f 0 2011-10-18 13:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Regenwulp \N nf 0 2007-10-19 16:00:00 420 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Regenwulp \N nf 0 2007-10-18 12:45:00 413 49 18 15809 36 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk nf 0 2007-10-18 13:00:00 413 49 18 15809 36 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Regenwulp \N nf 0 2007-10-18 13:15:00 413 49 18 15809 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Regenwulp \N nf 0 2007-10-18 13:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Regenwulp \N nf 0 2007-10-18 13:45:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Regenwulp \N nf 0 2007-10-18 14:00:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Regenwulp \N nf 0 2007-10-18 14:15:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 413 49 18 15809 36 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 413 49 18 15809 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 413 49 18 15809 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Regenwulp \N f 0 2007-10-18 13:15:00 413 49 18 15809 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Regenwulp \N nf 0 2007-10-18 14:30:00 419 49 18 15809 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-02 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Regenwulp \N nf 0 2007-10-18 12:45:00 420 49 18 15809 36 \N 50 38 54 37 60 Gebied: L 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Regenwulp \N f 0 2007-10-19 12:45:00 420 49 18 15809 35 \N 50 38 54 37 40 Gebied: K 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rosse grutto \N nf 0 2011-10-02 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rosse grutto \N nf 0 2011-10-02 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rosse grutto \N nf 0 2009-10-08 10:45:00 421 49 18 12895 36 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk nf 0 2009-10-08 14:30:00 421 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rosse grutto \N nf 0 2009-10-08 11:00:00 421 49 18 12895 36 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rosse grutto \N nf 0 2009-10-08 14:45:00 421 49 18 12895 36 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rosse grutto \N nf 0 2009-10-08 11:15:00 421 49 18 12895 36 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rosse grutto \N nf 0 2009-10-08 15:00:00 421 49 18 12895 36 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rosse grutto \N nf 0 2009-10-08 11:30:00 421 49 18 12895 36 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Rosse grutto \N nf 0 2009-10-08 15:15:00 421 49 18 12895 36 \N 50 38 54 37 10 Gebied: L 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rosse grutto \N f 0 2009-10-08 10:45:00 421 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rosse grutto \N f 0 2009-10-08 11:00:00 421 49 18 12895 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rosse grutto \N f 0 2009-10-08 14:45:00 421 49 18 12895 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rosse grutto \N f 0 2009-10-08 11:15:00 421 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rosse grutto \N f 0 2009-10-08 15:00:00 421 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rosse grutto \N f 0 2009-10-08 11:30:00 421 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Rosse grutto \N f 0 2009-10-08 15:15:00 421 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2012-10-7 12:15:0 100.0 Bonte strandloper \N nf 0 2012-10-07 12:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: I 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 413 49 18 17124 35 \N 50 38 54 37 90 Gebied GB 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 415 49 18 17124 35 \N 50 38 54 37 1 Gebied GD 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 419 49 18 17124 35 \N 50 38 54 37 10 Gebied GG 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 413 49 18 32972 35 \N 50 38 54 37 90 Gebied GB 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 417 49 18 32972 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 419 49 18 32972 35 \N 50 38 54 37 0 Gebied GH 2007-10-19 16:45:0 95.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 15:15:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: D 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 421 49 18 15810 35 \N 50 38 54 37 10 Gebied: i 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bonte strandloper \N f 0 2010-10-09 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:45:0 70.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bonte strandloper \N nf 0 2011-10-02 11:45:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 415 49 18 12895 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:0:0 100.0 Rosse grutto \N f 0 2007-10-18 16:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rosse grutto \N f 0 2007-10-18 12:45:00 419 49 18 12895 35 \N 50 38 54 37 10 Gebied GH 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bonte strandloper \N f 0 2011-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 11:15:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: F 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bonte strandloper \N f 0 2012-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: D 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2011-10-1 16:30:0 90.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: K 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 415 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wilde eend \N f 0 2007-10-18 12:45:00 416 49 18 4323 35 \N 50 38 54 37 80 Gebied GE 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wilde eend \N f 0 2007-10-19 17:15:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied: A 2011-10-18 14:30:0 90.0 Zwarte ruiter \N f 10 2011-10-18 14:30:00 \N 49 18 32971 35 \N 50 38 54 37 90 Gebied: B 2012-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zwarte ruiter \N f 0 2012-10-18 10:00:00 \N 49 18 32971 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 413 49 18 32971 35 \N 50 38 54 37 99 Gebied GC 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GH 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 10:0:0 25.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: D 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: G 2010-10-9 14:0:0 99.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 14:30:0 10.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 3 Gebied: C 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Aalscholver \N nf 0 2010-10-10 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: H 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: A 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 15:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 6 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied GA 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 413 49 18 27527 35 \N 50 38 54 37 60 Gebied: L 2011-10-1 16:15:0 40.0 Bontbekplevier \N nf 0 2011-10-01 16:15:00 \N 49 18 27527 36 \N 50 38 54 37 40 Gebied GB 2007-10-19 13:0:0 30.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 414 49 18 27527 35 \N 50 38 54 37 30 Gebied GC 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 16:15:0 5.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 418 49 18 27527 35 \N 50 38 54 37 5 Gebied GG 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied: B 2009-10-9 12:15:0 100.0 Scholekster \N f 3 2009-10-09 12:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Scholekster \N f 5 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 0 Gebied: D 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Scholekster \N f 2 2010-10-09 08:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Scholekster \N f 4 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Scholekster \N f 0 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Scholekster \N f 1 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Scholekster \N f 2 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Scholekster \N f 1 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Scholekster \N f 3 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Scholekster \N f 3 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N f 4 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N f 3 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Scholekster \N f 1 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Scholekster \N f 0 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:0:0 100.0 Scholekster \N f 17 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Scholekster \N f 52 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Scholekster \N f 11 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Scholekster \N f 4 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Scholekster \N f 3 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Scholekster \N f 2 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Scholekster \N f 6 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Scholekster \N f 3 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Scholekster \N f 2 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Scholekster \N f 2 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Scholekster \N f 1 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Scholekster \N f 0 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Scholekster \N nf 0 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 10 Gebied: I 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Scholekster \N f 10 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Scholekster \N f 4 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Scholekster \N f 8 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Scholekster \N f 1 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Scholekster \N f 13 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2011-10-7 13:30:0 100.0 Scholekster \N f 0 2011-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Scholekster \N f 3 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: C 2012-10-7 15:45:0 100.0 Scholekster \N f 1 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Scholekster \N f 3 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2012-10-7 11:15:0 10.0 Scholekster \N f 0 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2012-10-7 12:0:0 100.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Scholekster \N f 15 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Scholekster \N f 1 2011-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Scholekster \N f 0 2011-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Scholekster \N f 1 2012-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Scholekster \N f 0 2012-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Scholekster \N f 0 2012-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Scholekster \N f 40 2012-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2011-10-18 14:15:0 100.0 Scholekster \N f 17 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:15:0 100.0 Scholekster \N f 4 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Scholekster \N f 1 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:0:0 100.0 Scholekster \N f 3 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Scholekster \N f 6 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied GA 2007-10-18 13:30:0 100.0 Scholekster \N f 18 2007-10-18 13:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Scholekster \N f 16 2007-10-18 15:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Scholekster \N f 9 2007-10-18 12:45:00 417 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-19 13:30:0 100.0 Scholekster \N f 10 2007-10-19 13:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Scholekster \N f 2 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Scholekster \N f 2 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Scholekster \N f 2 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Scholekster \N f 9 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Scholekster \N f 0 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Scholekster \N f 0 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Scholekster \N f 16 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Scholekster \N f 14 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Scholekster \N f 57 2011-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: K 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Scholekster \N f 1 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Scholekster \N f 17 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Scholekster \N f 19 2012-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: D 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Scholekster \N f 4 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Scholekster \N f 63 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2011-10-2 11:45:0 40.0 Scholekster \N f 3 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: G 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Scholekster \N f 0 2012-10-08 18:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied GB 2007-10-18 13:0:0 50.0 Scholekster slechtvalk f 17 2007-10-18 13:00:00 414 49 18 25768 35 \N 50 38 54 37 50 Gebied: I 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:30:0 99.0 Rotgans \N f 0 2009-10-08 12:30:00 421 49 18 16654 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rotgans \N f 0 2009-10-08 12:45:00 421 49 18 16654 35 \N 50 38 54 37 99 Gebied: A 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:0:0 10.0 Rotgans \N f 0 2009-10-08 15:00:00 422 49 18 16654 35 \N 50 38 54 37 10 Gebied: C 2009-10-8 11:0:0 1.0 Rotgans \N f 0 2009-10-08 11:00:00 423 49 18 16654 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:15:0 75.0 Wilde eend \N nf 0 2007-10-18 13:15:00 414 49 18 4323 36 \N 50 38 54 37 75 Gebied: C 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rotgans \N f 0 2009-10-09 17:00:00 424 49 18 16654 35 \N 50 38 54 37 30 Gebied: E 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:15:0 80.0 Rotgans \N f 0 2009-10-09 14:15:00 429 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 14:45:0 5.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: F 2010-10-9 9:0:0 100.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 14:15:0 90.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 11:30:0 95.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 98 Gebied: B 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rotgans \N f 0 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rotgans Smelleken f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rotgans smelleken f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:45:0 10.0 Rotgans \N f 0 2011-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rotgans \N f 0 2011-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rotgans \N f 0 2011-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: C 2012-10-7 12:30:0 3.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rotgans \N f 0 2011-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rotgans \N f 0 2011-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rotgans \N f 0 2011-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rotgans \N f 0 2011-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rotgans \N f 0 2012-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rotgans \N f 0 2012-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rotgans \N f 0 2012-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rotgans \N f 0 2012-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rotgans \N f 0 2012-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rotgans \N f 0 2012-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rotgans \N f 0 2012-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2012-10-18 9:15:0 30.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rotgans \N f 9 2007-10-19 14:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rotgans \N f 0 2007-10-19 13:00:00 414 49 18 16654 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rotgans \N f 0 2007-10-19 12:45:00 416 49 18 16654 35 \N 50 38 54 37 50 Gebied GF 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 12:45:0 1.0 Rotgans \N f 0 2007-10-19 12:45:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GG 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:15:0 100.0 Rotgans \N f 2 2007-10-19 13:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: J 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:15:0 100.0 Steenloper \N f 0 2011-10-18 14:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Steenloper \N f 0 2011-10-18 10:45:00 \N 49 18 11838 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Steenloper \N f 2 2011-10-18 14:30:00 \N 49 18 11838 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Steenloper \N f 0 2011-10-18 11:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Steenloper \N f 0 2011-10-18 14:45:00 \N 49 18 11838 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Steenloper \N f 0 2011-10-18 11:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Steenloper \N f 0 2011-10-18 11:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Lepelaar \N f 0 2012-10-07 14:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Lepelaar \N f 0 2012-10-07 11:15:00 \N 49 18 18016 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 10:15:0 100.0 Lepelaar \N f 0 2012-10-18 10:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Lepelaar \N f 0 2012-10-18 10:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Lepelaar \N nf 0 2012-10-18 10:30:00 \N 49 18 18016 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kanoet \N f 0 2009-10-09 10:15:00 424 49 18 38893 35 \N 50 38 54 37 30 Gebied: E 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 38893 35 \N 50 38 54 37 0 Gebied: H 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:30:0 95.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: B 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: B 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kanoet Smelleken f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: I 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 16:45:0 50.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: B 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Kanoet \N f 0 2011-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kanoet \N f 0 2011-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kanoet \N f 0 2011-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: C 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: I 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:0:0 100.0 Kanoet \N f 0 2011-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kanoet \N f 0 2011-10-08 18:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:30:0 100.0 Kanoet \N f 0 2012-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kanoet \N f 0 2012-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kanoet \N f 0 2012-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kanoet \N f 0 2012-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kanoet \N f 0 2012-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kanoet \N f 0 2012-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kanoet \N f 20 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kanoet \N f 3 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 415 49 18 38893 35 \N 50 38 54 37 1 Gebied GD 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:0:0 70.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 418 49 18 38893 35 \N 50 38 54 37 70 Gebied GF 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kanoet \N f 0 2007-10-19 12:45:00 419 49 18 38893 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: E 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kanoet \N f 0 2011-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kanoet \N f 0 2011-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Zilverplevier \N f 0 2009-10-09 17:15:00 426 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:45:0 90.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: F 2010-10-9 8:30:0 75.0 Zilverplevier \N f 0 2010-10-09 08:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: I 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:0:0 90.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: C 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Zilverplevier \N f 0 2011-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: H 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: I 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:45:0 100.0 Zilverplevier \N f 0 2011-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Zilverplevier \N f 0 2011-10-08 18:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Zilverplevier \N f 0 2011-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Zilverplevier \N f 0 2011-10-08 18:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:30:0 100.0 Zilverplevier \N f 0 2012-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Zilverplevier \N f 0 2012-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Zilverplevier \N f 0 2012-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Zilverplevier \N f 0 2012-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Zilverplevier \N f 0 2012-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zilverplevier \N f 3 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 9:30:0 100.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Zilverplevier \N f 0 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: H 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 9:30:0 50.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied GA 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 413 49 18 10711 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Midd zaagbek \N f 2 2007-10-18 16:00:00 413 49 18 10711 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 413 49 18 10711 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 414 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 419 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 13:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:45:0 10.0 Kleine zilverreiger \N f 2 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:15:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N f 1 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N nf 0 2011-10-02 11:00:00 \N 49 18 32972 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kleine zilverreiger \N nf 0 2012-10-07 13:00:00 \N 49 18 32972 36 \N 50 38 54 37 80 Gebied: D 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: E 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: F 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 10:15:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N f 1 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: K 2012-10-18 15:0:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Wulp \N f 0 2009-10-08 12:00:00 421 49 18 6146 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Wulp \N f 2 2009-10-08 12:15:00 421 49 18 6146 35 \N 50 38 54 37 97 Gebied: B 2009-10-8 11:30:0 100.0 Wulp \N f 1 2009-10-08 11:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wulp \N nf 0 2009-10-09 17:00:00 429 49 18 6146 36 \N 50 38 54 37 30 Gebied: D 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Wulp \N nf 0 2010-10-09 08:45:00 \N 49 18 6146 36 \N 50 38 54 37 25 Gebied: A 2010-10-10 14:30:0 10.0 Wulp \N f 1 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:15:0 93.0 Wulp \N f 2 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: B 2010-10-10 14:15:0 100.0 Wulp \N f 102 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Wulp \N f 2 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 13:45:0 100.0 Wulp \N f 5 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Wulp \N f 3 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Wulp \N f 5 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Wulp \N f 7 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Wulp \N f 2 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Wulp \N f 17 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: D 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Wulp \N f 2 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Wulp \N f 0 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Wulp \N f 15 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Wulp \N f 14 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 10:15:0 80.0 Wulp \N f 6 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Wulp \N f 0 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Wulp \N f 4 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Wulp \N f 3 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:30:0 100.0 Wulp \N f 2 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Wulp \N f 13 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Wulp \N f 5 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Wulp \N f 9 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 3 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Wulp \N f 5 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 5 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:45:0 100.0 Wulp \N f 2 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Wulp \N f 7 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Wulp slechtvalk f 2 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Wulp \N f 200 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 1 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2011-10-7 14:15:0 100.0 Wulp \N f 1 2011-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:15:0 100.0 Wulp \N f 2 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Wulp \N f 3 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Wulp \N f 62 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Wulp \N f 6 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Wulp \N f 21 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Wulp \N f 1 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Wulp \N f 9 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Wulp \N f 2 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Wulp \N f 0 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Wulp \N f 13 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:0:0 100.0 Wulp \N f 0 2011-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Wulp \N f 2 2011-10-08 18:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 15:45:0 100.0 Wulp \N f 2 2012-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Wulp \N f 0 2012-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Wulp \N f 2 2012-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Wulp \N f 0 2012-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Wulp \N f 1 2012-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Wulp \N f 0 2012-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Wulp \N f 0 2012-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Wulp \N f 0 2012-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Wulp \N f 4 2012-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Wulp \N f 5 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Wulp \N f 10 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Wulp \N f 5 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Wulp \N f 6 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Wulp \N f 1 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:30:0 100.0 Wulp \N f 2 2007-10-18 13:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wulp \N f 2 2007-10-18 13:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:0:0 100.0 Wulp \N f 79 2007-10-18 16:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wulp \N f 44 2007-10-18 12:45:00 416 49 18 6146 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:30:0 100.0 Wulp \N f 6 2007-10-19 16:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Wulp \N f 14 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 15:30:0 5.0 Wulp \N f 17 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Wulp \N f 1 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 11:0:0 40.0 Wulp \N f 31 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 15:45:0 5.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: H 2011-10-1 16:0:0 95.0 Wulp \N f 13 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:0:0 95.0 Wulp \N f 10 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2011-10-2 11:0:0 90.0 Wulp \N f 9 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 11:0:0 10.0 Wulp \N f 0 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 11:0:0 10.0 Wulp \N f 0 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2011-10-2 17:0:0 45.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 45 Gebied: J 2011-10-2 10:45:0 1.0 Wulp \N f 200 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: K 2011-10-2 16:30:0 100.0 Wulp \N f 7 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Wulp \N f 4 2011-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2012-10-7 11:45:0 100.0 Wulp \N f 6 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: J 2011-10-8 15:30:0 100.0 Wulp \N f 0 2011-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Wulp \N f 30 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: I 2012-10-18 9:30:0 5.0 Wulp \N f 11 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Wulp \N f 2 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Wulp \N f 8 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Wulp \N f 0 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Wulp \N f 1 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Wulp \N f 1 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Wulp \N f 5 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: G 2011-10-18 13:45:0 100.0 Wulp \N f 0 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Wulp \N f 1 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Wulp \N f 25 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Wulp \N f 13 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:0:0 100.0 Wulp \N f 0 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Wulp \N f 27 2011-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Wulp \N f 2 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Wulp \N f 3 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Wulp \N f 4 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2010-10-10 14:30:0 1.0 Wulp \N f 1 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2010-10-10 15:0:0 90.0 Wulp \N f 5 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N f 15 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N f 24 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: J 2011-10-1 16:0:0 90.0 Wulp \N f 12 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2011-10-1 16:0:0 95.0 Wulp \N f 35 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2011-10-2 12:0:0 70.0 Wulp \N f 23 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: H 2011-10-2 17:0:0 50.0 Wulp \N f 2 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 17:0:0 50.0 Wulp \N f 2 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2011-10-2 13:0:0 100.0 Wulp \N f 1 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Wulp \N f 4 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:15:0 70.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 413 49 18 15810 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 421 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 429 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 13:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:15:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 15:45:0 5.0 Drieteenstrandloper \N nf 0 2011-10-01 15:45:00 \N 49 18 17124 36 \N 50 38 54 37 5 Gebied: B 2011-10-1 15:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: D 2011-10-1 10:0:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N nf 0 2011-10-02 11:00:00 \N 49 18 17124 36 \N 50 38 54 37 90 Gebied: H 2011-10-2 16:45:0 90.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Drieteenstrandloper \N nf 0 2011-10-07 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 80 Gebied: C 2012-10-7 12:45:0 75.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Tureluur \N f 0 2009-10-08 15:45:00 424 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Tureluur \N f 0 2009-10-09 10:30:00 429 49 18 13325 35 \N 50 38 54 37 80 Gebied: B 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Tureluur \N f 0 2010-10-09 08:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Tureluur \N nf 0 2011-10-01 15:15:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Tureluur \N f 0 2011-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Tureluur \N f 0 2011-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: C 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: D 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:0:0 100.0 Tureluur \N f 0 2011-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Tureluur \N f 0 2011-10-08 18:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 16:0:0 100.0 Tureluur \N f 0 2012-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Tureluur \N f 0 2012-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Tureluur \N f 0 2012-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Tureluur \N f 0 2012-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Tureluur \N f 0 2012-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Tureluur \N f 0 2012-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: B 2012-10-18 10:15:0 5.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 420 49 18 13325 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Tureluur \N f 0 2007-10-18 12:45:00 420 49 18 13325 35 \N 50 38 54 37 60 Gebied GH 2007-10-19 16:15:0 95.0 Tureluur \N f 0 2007-10-19 16:15:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied: D 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: I 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 425 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 427 49 18 10711 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: C 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 9:45:0 2.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 11:45:0 98.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 9:0:0 10.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bergeend \N nf 0 2012-10-18 14:45:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:45:0 100.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:0:0 90.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: C 2010-10-10 10:30:0 50.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: D 2010-10-10 9:0:0 5.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bergeend Smelleken f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:45:0 100.0 Bergeend \N f 3 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bergeend \N f 3 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bergeend \N f 6 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 10:15:0 80.0 Bergeend \N f 10 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Bergeend \N nf 0 2011-10-01 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 45 Gebied: J 2011-10-2 11:0:0 50.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bergeend \N f 9 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bergeend \N f 1 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: A 2011-10-7 13:45:0 100.0 Bergeend \N f 0 2011-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bergeend \N f 0 2011-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bergeend \N f 0 2011-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Bergeend \N f 0 2011-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bergeend \N f 0 2011-10-08 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bergeend \N f 0 2011-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bergeend \N f 0 2012-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bergeend \N f 0 2012-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bergeend \N f 0 2012-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bergeend \N f 4 2012-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bergeend \N f 0 2012-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bergeend \N f 5 2012-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bergeend \N f 2 2012-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bergeend \N f 0 2012-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bergeend \N f 4 2007-10-18 15:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bergeend \N f 4 2007-10-18 15:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:30:0 100.0 Bergeend \N f 5 2007-10-19 16:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bergeend \N f 0 2007-10-19 13:15:00 414 49 18 14634 35 \N 50 38 54 37 80 Gebied GC 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bergeend \N f 0 2007-10-19 17:15:00 417 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GG 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bergeend \N f 3 2007-10-19 16:45:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied: D 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bergeend \N f 0 2011-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bergeend \N f 0 2011-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:45:0 10.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: D 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Regenwulp \N f 0 2007-10-18 12:45:00 419 49 18 15809 35 \N 50 38 54 37 10 Gebied GG 2007-10-19 12:45:0 0.0 Regenwulp \N f 0 2007-10-19 12:45:00 419 49 18 15809 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 14:30:0 90.0 Regenwulp \N f 0 2007-10-18 14:30:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied: A 2009-10-9 12:0:0 80.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 421 49 18 12895 36 \N 50 38 54 37 80 Gebied: B 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: B 2010-10-9 14:0:0 0.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2010-10-9 9:45:0 30.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:30:0 75.0 Rosse grutto \N f 0 2010-10-09 08:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: I 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: i 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: E 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rosse grutto \N f 2 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rosse grutto \N nf 0 2011-10-01 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rosse grutto \N nf 0 2011-10-02 17:00:00 \N 49 18 12895 36 \N 50 38 54 37 1 Gebied: B 2011-10-2 16:30:0 5.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:0:0 100.0 Rosse grutto \N f 0 2011-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rosse grutto \N f 0 2011-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rosse grutto \N f 0 2011-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: D 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rosse grutto \N f 0 2011-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rosse grutto \N f 0 2011-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rosse grutto \N f 0 2011-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rosse grutto \N f 0 2011-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rosse grutto \N f 0 2012-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rosse grutto \N f 0 2012-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rosse grutto \N f 0 2012-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rosse grutto \N f 1 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: E 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: H 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 9:15:0 10.0 Rosse grutto \N f 0 2011-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: K 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: H 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rosse grutto \N nf 0 2012-10-18 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rosse grutto \N nf 0 2012-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 13:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rosse grutto \N nf 0 2012-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2012-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rosse grutto \N nf 0 2012-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2012-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rosse grutto \N nf 0 2012-10-18 15:00:00 \N 49 18 12895 36 \N 50 38 54 37 50 Gebied GG 2007-10-19 13:0:0 0.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 419 49 18 32971 35 \N 50 38 54 37 0 Gebied: G 2010-10-9 13:0:0 100.0 Aalscholver \N nf 0 2010-10-09 13:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N nf 0 2009-10-08 13:30:00 428 49 18 4323 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N nf 0 2011-10-01 15:00:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N nf 0 2011-10-01 15:00:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bontbekplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 27527 36 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Scholekster \N f 0 2009-10-09 16:30:00 421 49 18 25768 35 \N 50 38 54 37 40 Gebied: B 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:15:0 90.0 Scholekster \N nf 0 2010-10-09 10:15:00 \N 49 18 25768 36 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:30:0 100.0 Scholekster \N nf 0 2010-10-09 10:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Aalscholver \N nf 0 2010-10-09 11:45:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Scholekster \N nf 0 2010-10-10 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Scholekster \N nf 0 2010-10-10 14:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N nf 0 2011-10-01 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: D 2011-10-1 10:45:0 100.0 Scholekster \N nf 0 2011-10-01 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Aalscholver \N nf 0 2010-10-09 14:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Scholekster \N nf 3 2011-10-01 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Scholekster \N nf 0 2011-10-02 14:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Scholekster \N nf 11 2011-10-02 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: F 2010-10-9 14:45:0 10.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: L 2011-10-2 11:45:0 100.0 Scholekster \N nf 0 2011-10-02 11:45:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Scholekster \N nf 0 2012-10-08 13:30:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Scholekster \N f 0 2012-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Scholekster \N f 120 2007-10-19 12:45:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 14:0:0 90.0 Scholekster \N f 0 2007-10-18 14:00:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-19 16:45:0 95.0 Scholekster \N nf 0 2007-10-19 16:45:00 420 49 18 25768 36 \N 50 38 54 37 95 Gebied: H 2012-10-18 9:45:0 50.0 Scholekster \N nf 1 2012-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 50 Gebied: C 2009-10-8 14:45:0 100.0 Rotgans \N nf 0 2009-10-08 14:45:00 423 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rotgans \N nf 0 2009-10-09 11:45:00 425 49 18 16654 36 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rotgans \N nf 0 2009-10-09 16:30:00 427 49 18 16654 36 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rotgans \N nf 0 2011-10-01 14:15:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Aalscholver \N nf 0 2010-10-10 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rotgans \N f 15 2007-10-18 15:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Kanoet \N f 0 2009-10-08 09:30:00 426 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 15:15:0 100.0 Bonte strandloper \N nf 0 2011-10-01 15:15:00 \N 49 18 15810 36 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rotgans \N nf 0 2011-10-01 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 60 Gebied: D 2010-10-9 10:30:0 100.0 Kanoet \N nf 0 2010-10-09 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Kanoet \N nf 0 2010-10-09 10:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kanoet \N nf 0 2010-10-10 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Kanoet \N nf 0 2011-10-02 14:45:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kanoet \N nf 0 2012-10-07 12:30:00 \N 49 18 38893 36 \N 50 38 54 37 20 Gebied: E 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 13:30:0 90.0 Kanoet \N nf 0 2007-10-18 13:30:00 420 49 18 38893 36 \N 50 38 54 37 90 Gebied: G 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kanoet \N nf 0 2011-10-01 10:30:00 \N 49 18 38893 36 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Zilverplevier \N f 0 2009-10-08 09:30:00 426 49 18 6147 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje nf 0 2009-10-08 16:00:00 426 49 18 6147 36 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:15:0 100.0 Zilverplevier \N nf 0 2010-10-10 13:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N nf 0 2011-10-01 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:0:0 100.0 Zilverplevier \N nf 0 2011-10-01 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Zilverplevier \N nf 0 2012-10-07 12:15:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 417 49 18 10711 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N nf 0 2010-10-09 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N nf 0 2010-10-10 14:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: J 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Scholekster \N f 1 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N nf 0 2011-10-02 12:00:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kleine zilverreiger visarend nf 0 2011-10-02 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 30 Gebied: D 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2011-10-2 16:30:0 70.0 Kleine zilverreiger \N nf 0 2011-10-02 16:30:00 \N 49 18 32972 36 \N 50 38 54 37 70 Gebied: B 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Wulp \N nf 0 2009-10-09 11:00:00 422 49 18 6146 36 \N 50 38 54 37 0 Gebied: L 2011-10-2 16:30:0 70.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: B 2009-10-9 14:15:0 100.0 Wulp \N f 3 2009-10-09 14:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Wulp \N f 2 2009-10-09 14:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Wulp \N f 0 2009-10-09 11:00:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Wulp \N f 2 2009-10-09 14:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: L 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:30:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Wulp \N nf 0 2009-10-09 13:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Wulp \N nf 0 2009-10-09 13:45:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Wulp \N nf 0 2009-10-09 14:00:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Wulp \N nf 0 2009-10-09 14:15:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Wulp \N nf 0 2009-10-09 14:30:00 422 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:15:0 100.0 Wulp \N nf 0 2009-10-08 14:15:00 423 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Wulp \N f 4 2009-10-09 13:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Wulp \N f 3 2009-10-09 14:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Wulp \N f 2 2009-10-09 14:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Wulp \N f 1 2009-10-08 10:30:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Wulp \N f 3 2009-10-08 14:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Wulp \N f 6 2009-10-08 10:45:00 423 49 18 6146 35 \N 50 38 54 37 0.10000000000000001 Gebied: L 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wulp \N f 0 2009-10-09 17:00:00 424 49 18 6146 35 \N 50 38 54 37 30 Gebied: E 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wulp \N f 5 2009-10-08 10:15:00 429 49 18 6146 35 \N 50 38 54 37 95 Gebied: D 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Wulp \N nf 0 2010-10-10 12:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Wulp \N f 12 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 13:30:0 100.0 Wulp \N nf 0 2007-10-19 13:30:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wulp \N nf 0 2007-10-19 17:00:00 413 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Scholekster \N nf 0 2011-10-02 13:15:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wulp \N f 5 2007-10-19 17:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wulp \N f 3 2007-10-19 13:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Wulp \N nf 0 2012-10-07 15:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Wulp \N nf 0 2012-10-08 17:30:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Wulp \N f 56 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied GB 2007-10-19 16:0:0 100.0 Wulp \N f 0 2007-10-19 16:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wulp \N f 30 2007-10-19 13:00:00 415 49 18 6146 35 \N 50 38 54 37 20 Gebied GH 2007-10-18 16:30:0 0.0 Wulp \N f 31 2007-10-18 16:30:00 420 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N f 24 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:45:0 100.0 Bonte Str.L. \N nf 0 2007-10-18 13:45:00 413 49 18 15810 36 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N nf 0 2009-10-08 12:30:00 422 49 18 17124 36 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Drieteenstrandloper vliegtuigje nf 0 2009-10-08 16:00:00 428 49 18 17124 36 \N 50 38 54 37 1 Gebied: i 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:30:0 95.0 Drieteenstrandloper \N nf 0 2010-10-09 10:30:00 \N 49 18 17124 36 \N 50 38 54 37 95 Gebied: H 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 413 49 18 6147 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:15:0 75.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 414 49 18 6147 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 414 49 18 6147 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 414 49 18 6147 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 414 49 18 6147 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:15:0 75.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 414 49 18 6147 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 414 49 18 6147 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 414 49 18 6147 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 414 49 18 6147 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 414 49 18 6147 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 414 49 18 6147 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 414 49 18 6147 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 414 49 18 6147 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 414 49 18 6147 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 414 49 18 6147 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 414 49 18 6147 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 415 49 18 6147 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 415 49 18 6147 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 415 49 18 6147 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 415 49 18 6147 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 415 49 18 6147 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 415 49 18 6147 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 415 49 18 6147 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 415 49 18 6147 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 415 49 18 6147 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 415 49 18 6147 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 415 49 18 6147 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 415 49 18 6147 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 415 49 18 6147 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 415 49 18 6147 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 415 49 18 6147 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 415 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:15:00 416 49 18 6147 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 416 49 18 6147 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 416 49 18 6147 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:15:00 416 49 18 6147 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 416 49 18 6147 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 416 49 18 6147 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 416 49 18 6147 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 416 49 18 6147 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 416 49 18 6147 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zilver Plevier \N f 0 2007-10-19 17:45:00 416 49 18 6147 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 1 2007-10-19 15:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 416 49 18 6147 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 416 49 18 6147 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 416 49 18 6147 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zilver Plevier \N f 0 2007-10-19 17:45:00 416 49 18 6147 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 1 2007-10-19 15:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 417 49 18 6147 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 417 49 18 6147 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 417 49 18 6147 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 417 49 18 6147 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 417 49 18 6147 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 417 49 18 6147 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 417 49 18 6147 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 418 49 18 6147 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 418 49 18 6147 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 418 49 18 6147 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 418 49 18 6147 35 \N 50 38 54 37 70 Gebied GF 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 418 49 18 6147 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 418 49 18 6147 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 419 49 18 6147 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 419 49 18 6147 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 419 49 18 6147 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 419 49 18 6147 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 419 49 18 6147 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:15:0 20.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 419 49 18 6147 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 419 49 18 6147 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 419 49 18 6147 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 413 49 18 6147 35 \N 50 38 54 37 1 Gebied GG 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 419 49 18 6147 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:15:00 420 49 18 6147 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 420 49 18 6147 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 12:45:0 60.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 420 49 18 6147 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 420 49 18 6147 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 420 49 18 6147 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zilver Plevier \N f 0 2007-10-18 16:30:00 420 49 18 6147 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:15:00 420 49 18 6147 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:30:00 420 49 18 6147 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 13:0:0 80.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 420 49 18 6147 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zilver Plevier \N f 0 2007-10-18 16:30:00 420 49 18 6147 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:15:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 420 49 18 6147 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zilver Plevier \N f 1 2007-10-19 17:00:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 17:15:0 95.0 Zilver Plevier \N f 1 2007-10-19 17:15:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 420 49 18 6147 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zilver Plevier \N f 0 2007-10-19 17:45:00 420 49 18 6147 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 420 49 18 6147 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:15:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 420 49 18 6147 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zilver Plevier \N f 1 2007-10-19 17:00:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zilver Plevier \N f 1 2007-10-19 17:15:00 420 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 420 49 18 6147 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 17:45:0 50.0 Zilver Plevier \N f 0 2007-10-19 17:45:00 420 49 18 6147 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 413 49 18 6147 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 413 49 18 6147 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 13:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 413 49 18 6147 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 413 49 18 6147 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 413 49 18 6147 35 \N 50 38 54 37 30 Gebied: A 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:15:0 70.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 413 49 18 6147 35 \N 50 38 54 37 70 Gebied GE 2007-10-19 16:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zilver Plevier \N f 0 2007-10-19 13:00:00 417 49 18 6147 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 417 49 18 6147 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 417 49 18 6147 35 \N 50 38 54 37 90 Gebied GG 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 413 49 18 17124 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 413 49 18 17124 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 413 49 18 17124 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 413 49 18 17124 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 413 49 18 17124 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Wulp \N nf 0 2012-10-07 16:15:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 413 49 18 17124 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 413 49 18 17124 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 413 49 18 17124 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 413 49 18 17124 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 413 49 18 17124 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 413 49 18 17124 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 414 49 18 17124 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 414 49 18 17124 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 414 49 18 17124 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 414 49 18 17124 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 414 49 18 17124 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 414 49 18 17124 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 414 49 18 17124 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 414 49 18 17124 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 414 49 18 17124 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 414 49 18 17124 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 414 49 18 17124 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 414 49 18 17124 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 414 49 18 17124 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 414 49 18 17124 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 414 49 18 17124 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 414 49 18 17124 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 414 49 18 17124 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 414 49 18 17124 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 414 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 415 49 18 17124 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 415 49 18 17124 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 415 49 18 17124 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 415 49 18 17124 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 415 49 18 17124 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 415 49 18 17124 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 415 49 18 17124 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 415 49 18 17124 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 415 49 18 17124 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 415 49 18 17124 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 415 49 18 17124 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 415 49 18 17124 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 415 49 18 17124 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 415 49 18 17124 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 415 49 18 17124 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:15:00 416 49 18 17124 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 416 49 18 17124 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 416 49 18 17124 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:15:00 416 49 18 17124 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 416 49 18 17124 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 416 49 18 17124 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 416 49 18 17124 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 416 49 18 17124 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 416 49 18 17124 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 416 49 18 17124 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Drieteen Str. L. \N f 0 2007-10-19 17:45:00 416 49 18 17124 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 416 49 18 17124 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 416 49 18 17124 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 416 49 18 17124 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Drieteen Str. L. \N f 0 2007-10-19 17:45:00 416 49 18 17124 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 417 49 18 17124 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 417 49 18 17124 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 417 49 18 17124 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 417 49 18 17124 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 417 49 18 17124 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 417 49 18 17124 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 417 49 18 17124 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 417 49 18 17124 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 417 49 18 17124 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 417 49 18 17124 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 418 49 18 17124 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 418 49 18 17124 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 418 49 18 17124 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 418 49 18 17124 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 418 49 18 17124 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 418 49 18 17124 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 418 49 18 17124 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 418 49 18 17124 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 418 49 18 17124 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 418 49 18 17124 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 419 49 18 17124 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:0:0 75.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 419 49 18 17124 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 419 49 18 17124 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 419 49 18 17124 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 419 49 18 17124 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 419 49 18 17124 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 419 49 18 17124 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 419 49 18 17124 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 419 49 18 17124 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 419 49 18 17124 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 419 49 18 17124 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 419 49 18 17124 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:15:00 420 49 18 17124 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 420 49 18 17124 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 420 49 18 17124 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 420 49 18 17124 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 420 49 18 17124 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Drieteen Str. L. \N f 0 2007-10-18 16:30:00 420 49 18 17124 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:15:00 420 49 18 17124 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 12:30:00 420 49 18 17124 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Drieteen Str. L. \N f 0 2007-10-18 12:45:00 420 49 18 17124 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 420 49 18 17124 35 \N 50 38 54 37 75 Gebied: A 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 13:0:0 80.0 Drieteen Str. L. slechtvalk f 0 2007-10-18 13:00:00 420 49 18 17124 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Drieteen Str. L. \N f 0 2007-10-18 16:30:00 420 49 18 17124 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:15:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:30:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 13:45:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:00:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:15:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Drieteen Str. L. \N f 0 2007-10-18 14:45:00 420 49 18 17124 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 420 49 18 17124 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 420 49 18 17124 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 420 49 18 17124 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 17:45:00 420 49 18 17124 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 16:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Drieteen Str. L. \N f 0 2007-10-19 12:45:00 420 49 18 17124 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:15:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 13:00:00 420 49 18 17124 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:30:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 16:45:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 17:00:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 13:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Drieteen Str. L. \N f 0 2007-10-19 17:15:00 420 49 18 17124 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 420 49 18 17124 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Drieteen Str. L. \N f 0 2007-10-19 17:45:00 420 49 18 17124 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:00:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:15:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:30:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kleine Z. Reiger \N f 1 2007-10-18 15:45:00 413 49 18 32972 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 413 49 18 32972 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 413 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 413 49 18 32972 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 413 49 18 32972 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 413 49 18 32972 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 413 49 18 32972 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 413 49 18 32972 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 413 49 18 32972 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 413 49 18 32972 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kleine Z. Reiger \N f 1 2007-10-18 15:45:00 413 49 18 32972 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 414 49 18 32972 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 414 49 18 32972 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 414 49 18 32972 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 414 49 18 32972 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 414 49 18 32972 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 414 49 18 32972 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 414 49 18 32972 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 414 49 18 32972 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 414 49 18 32972 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 414 49 18 32972 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 414 49 18 32972 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 414 49 18 32972 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 414 49 18 32972 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 414 49 18 32972 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 414 49 18 32972 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 414 49 18 32972 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 414 49 18 32972 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 414 49 18 32972 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 415 49 18 32972 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 415 49 18 32972 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 415 49 18 32972 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 415 49 18 32972 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 13:15:00 415 49 18 32972 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 415 49 18 32972 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 415 49 18 32972 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 415 49 18 32972 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 415 49 18 32972 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 415 49 18 32972 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 13:15:00 415 49 18 32972 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 415 49 18 32972 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 415 49 18 32972 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kleine Z. Reiger \N f 1 2007-10-19 13:00:00 415 49 18 32972 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 415 49 18 32972 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kleine Z. Reiger \N f 1 2007-10-19 13:00:00 415 49 18 32972 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:15:00 416 49 18 32972 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 416 49 18 32972 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 416 49 18 32972 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 2 2007-10-18 13:45:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:30:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:15:00 416 49 18 32972 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 416 49 18 32972 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 416 49 18 32972 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 2 2007-10-18 13:45:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:30:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 416 49 18 32972 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kleine Z. Reiger \N f 1 2007-10-19 12:45:00 416 49 18 32972 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 416 49 18 32972 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 416 49 18 32972 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kleine Z. Reiger \N f 0 2007-10-19 17:45:00 416 49 18 32972 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kleine Z. Reiger \N f 1 2007-10-19 12:45:00 416 49 18 32972 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 416 49 18 32972 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 416 49 18 32972 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kleine Z. Reiger \N f 0 2007-10-19 17:45:00 416 49 18 32972 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 417 49 18 32972 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 417 49 18 32972 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 417 49 18 32972 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 417 49 18 32972 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 417 49 18 32972 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 417 49 18 32972 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 417 49 18 32972 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 418 49 18 32972 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 418 49 18 32972 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 418 49 18 32972 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 418 49 18 32972 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 418 49 18 32972 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 418 49 18 32972 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 418 49 18 32972 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 418 49 18 32972 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 418 49 18 32972 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 418 49 18 32972 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 419 49 18 32972 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 419 49 18 32972 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 419 49 18 32972 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 419 49 18 32972 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 419 49 18 32972 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 419 49 18 32972 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kleine Z. Reiger \N f 0 2007-10-18 16:15:00 419 49 18 32972 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kleine Z. Reiger slechtvalk f 0 2007-10-18 13:00:00 419 49 18 32972 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kleine Z. Reiger \N f 0 2007-10-19 12:45:00 419 49 18 32972 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 419 49 18 32972 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 419 49 18 32972 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kleine Z. Reiger \N f 0 2007-10-19 13:00:00 419 49 18 32972 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 13:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 419 49 18 32972 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:30:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N f 1 2007-10-18 12:15:00 420 49 18 32972 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 420 49 18 32972 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 420 49 18 32972 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kleine Z. Reiger \N f 1 2007-10-18 16:15:00 420 49 18 32972 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kleine Z. Reiger slechtvalk f 1 2007-10-18 13:00:00 420 49 18 32972 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kleine Z. Reiger \N f 5 2007-10-18 16:30:00 420 49 18 32972 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 13:30:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:45:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-18 15:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-18 15:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kleine Z. Reiger \N f 1 2007-10-18 12:15:00 420 49 18 32972 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 12:30:00 420 49 18 32972 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kleine Z. Reiger \N f 0 2007-10-18 12:45:00 420 49 18 32972 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kleine Z. Reiger \N f 1 2007-10-18 16:15:00 420 49 18 32972 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kleine Z. Reiger slechtvalk f 1 2007-10-18 13:00:00 420 49 18 32972 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kleine Z. Reiger \N f 5 2007-10-18 16:30:00 420 49 18 32972 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 13:30:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kleine Z. Reiger \N f 1 2007-10-18 14:45:00 420 49 18 32972 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-18 15:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-18 15:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kleine Z. Reiger \N f 2 2007-10-19 12:45:00 420 49 18 32972 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 16:15:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kleine Z. Reiger \N f 1 2007-10-19 13:00:00 420 49 18 32972 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 16:30:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 17:00:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 17:15:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 420 49 18 32972 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 3 2007-10-19 14:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kleine Z. Reiger \N f 0 2007-10-19 17:45:00 420 49 18 32972 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 14:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 15:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 15:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 16:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kleine Z. Reiger \N f 2 2007-10-19 12:45:00 420 49 18 32972 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 16:15:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kleine Z. Reiger \N f 1 2007-10-19 13:00:00 420 49 18 32972 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 16:30:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 17:00:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kleine Z. Reiger \N f 1 2007-10-19 17:15:00 420 49 18 32972 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 420 49 18 32972 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kleine Z. Reiger \N f 3 2007-10-19 14:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kleine Z. Reiger \N f 0 2007-10-19 17:45:00 420 49 18 32972 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 14:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:00:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 15:15:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 15:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:15:0 70.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 421 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 421 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 421 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 421 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 421 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 421 49 18 15810 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 421 49 18 15810 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 421 49 18 15810 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 421 49 18 15810 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 421 49 18 15810 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 421 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 421 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 421 49 18 15810 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 421 49 18 15810 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 421 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 421 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 421 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:15:0 97.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 421 49 18 15810 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 421 49 18 15810 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 421 49 18 15810 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 421 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 421 49 18 15810 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 421 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 421 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 421 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 421 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 421 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 421 49 18 15810 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 421 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 421 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 421 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 421 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 421 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bonte strandloper \N f 0 2009-10-08 10:30:00 422 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 422 49 18 15810 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 422 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 422 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 422 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bonte strandloper \N f 0 2009-10-08 10:30:00 422 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 422 49 18 15810 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 422 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 422 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 422 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bonte strandloper \N f 0 2009-10-09 11:15:00 422 49 18 15810 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 422 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 422 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 422 49 18 15810 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bonte strandloper \N f 0 2009-10-09 11:15:00 422 49 18 15810 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 422 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 422 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 422 49 18 15810 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 422 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bonte strandloper \N f 0 2009-10-08 10:45:00 423 49 18 15810 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 423 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 423 49 18 15810 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 423 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bonte strandloper \N f 0 2009-10-08 10:45:00 423 49 18 15810 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 423 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 423 49 18 15810 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 423 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 423 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 423 49 18 15810 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bonte strandloper \N f 0 2009-10-09 11:00:00 423 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bonte strandloper \N f 0 2009-10-09 11:15:00 423 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 423 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 423 49 18 15810 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 423 49 18 15810 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 424 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 424 49 18 15810 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 424 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 424 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 424 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 424 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 424 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 425 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 425 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 425 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 15810 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 425 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 425 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:00:00 425 49 18 15810 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 425 49 18 15810 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: E 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 425 49 18 15810 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:00:00 425 49 18 15810 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 425 49 18 15810 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 425 49 18 15810 35 \N 50 38 54 37 40 Gebied: D 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Bonte strandloper \N f 0 2009-10-08 09:30:00 426 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 426 49 18 15810 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 15810 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Bonte strandloper \N f 0 2009-10-08 09:30:00 426 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 426 49 18 15810 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 15810 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:00:00 426 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 426 49 18 15810 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 426 49 18 15810 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:00:00 426 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 426 49 18 15810 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 426 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 427 49 18 15810 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 427 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 427 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 15810 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 427 49 18 15810 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 427 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 427 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 15810 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 427 49 18 15810 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 15 Gebied: G 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 427 49 18 15810 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 427 49 18 15810 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 427 49 18 15810 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 428 49 18 15810 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 428 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 15810 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 428 49 18 15810 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 428 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 415 49 18 12895 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 428 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 15810 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 428 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 428 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 428 49 18 15810 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 424 49 18 15810 35 \N 50 38 54 37 10 Gebied: H 2009-10-9 10:30:0 50.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 428 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 428 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bonte strandloper \N f 0 2009-10-09 17:15:00 428 49 18 15810 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 429 49 18 15810 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 429 49 18 15810 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 429 49 18 15810 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 429 49 18 15810 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 15810 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 429 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 429 49 18 15810 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bonte strandloper slechtvalk f 0 2009-10-08 14:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 15:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 15:15:00 429 49 18 15810 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 429 49 18 15810 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bonte strandloper \N f 0 2009-10-08 15:45:00 429 49 18 15810 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 15810 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 429 49 18 15810 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 429 49 18 15810 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 429 49 18 15810 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 429 49 18 15810 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 429 49 18 15810 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 429 49 18 15810 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Bonte strandloper \N f 0 2009-10-09 10:30:00 429 49 18 15810 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bonte strandloper \N f 0 2009-10-09 14:15:00 429 49 18 15810 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 10:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Bonte strandloper \N f 0 2009-10-08 15:30:00 421 49 18 15810 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 421 49 18 15810 35 \N 50 38 54 37 97 Gebied: i 2009-10-9 14:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 14:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 11:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:30:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bonte strandloper \N f 0 2009-10-09 16:45:00 429 49 18 15810 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bonte strandloper \N f 0 2009-10-09 17:00:00 429 49 18 15810 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:45:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bonte strandloper slechtvalk f 0 2009-10-08 10:00:00 429 49 18 15810 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:15:00 429 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bonte strandloper \N f 0 2009-10-09 10:15:00 429 49 18 15810 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bonte strandloper \N f 0 2009-10-09 14:00:00 429 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 10:0:0 70.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bonte strandloper \N f 0 2010-10-09 08:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bonte strandloper \N f 0 2010-10-09 08:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bonte strandloper \N f 0 2010-10-09 08:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bonte strandloper \N f 0 2010-10-09 08:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:15:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bonte strandloper \N f 0 2010-10-09 08:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:15:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bonte strandloper \N f 0 2010-10-09 08:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bonte strandloper \N f 0 2010-10-09 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bonte strandloper \N f 0 2010-10-09 08:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bonte strandloper \N f 0 2010-10-09 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-09 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bonte strandloper \N f 0 2010-10-09 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bonte strandloper \N f 0 2010-10-09 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-09 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-09 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 11:15:0 93.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 15:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N nf 0 2012-10-07 16:15:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bonte strandloper \N f 0 2010-10-10 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bonte strandloper \N f 0 2010-10-10 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bonte strandloper \N f 0 2010-10-10 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bonte strandloper \N f 0 2010-10-10 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bonte strandloper \N f 0 2010-10-10 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bonte strandloper \N f 0 2010-10-10 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bonte strandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 1 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 1 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bonte strandloper smelleken f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 1 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bonte strandloper smelleken f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:00:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bonte strandloper \N f 0 2011-10-01 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bonte strandloper \N f 0 2011-10-01 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-01 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bonte strandloper \N f 0 2011-10-01 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bonte strandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-01 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 419 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Scholekster \N f 2 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rosse grutto \N f 0 2009-10-08 10:30:00 421 49 18 12895 35 \N 50 38 54 37 5 Gebied GA 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 413 49 18 12895 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 413 49 18 12895 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rosse grutto \N f 0 2007-10-18 13:15:00 413 49 18 12895 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rosse grutto \N f 0 2007-10-18 15:45:00 413 49 18 12895 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Rosse grutto \N f 1 2007-10-18 16:00:00 413 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2011-10-2 11:30:0 2.0 Wulp \N f 21 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied GA 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 413 49 18 12895 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 413 49 18 12895 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rosse grutto \N f 0 2007-10-18 13:15:00 413 49 18 12895 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rosse grutto \N f 0 2007-10-19 13:00:00 413 49 18 12895 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rosse grutto \N f 0 2007-10-19 13:15:00 413 49 18 12895 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rosse grutto \N f 0 2007-10-19 17:15:00 413 49 18 12895 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied GA 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rosse grutto \N f 0 2007-10-19 13:00:00 413 49 18 12895 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rosse grutto \N f 0 2007-10-19 13:15:00 413 49 18 12895 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rosse grutto \N f 0 2007-10-19 17:15:00 413 49 18 12895 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 413 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rosse grutto \N f 0 2007-10-18 15:45:00 413 49 18 12895 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 414 49 18 12895 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 414 49 18 12895 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rosse grutto \N f 0 2007-10-18 13:15:00 414 49 18 12895 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 414 49 18 12895 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 414 49 18 12895 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bonte strandloper \N f 0 2011-10-02 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 414 49 18 12895 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 414 49 18 12895 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rosse grutto \N f 0 2007-10-18 13:15:00 414 49 18 12895 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 414 49 18 12895 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 414 49 18 12895 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rosse grutto \N f 0 2007-10-19 12:45:00 414 49 18 12895 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rosse grutto \N f 0 2007-10-19 13:00:00 414 49 18 12895 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 414 49 18 12895 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 17:0:0 50.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bonte strandloper \N f 0 2011-10-02 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 413 49 18 6147 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 16:0:0 1.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 413 49 18 17124 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 14:30:00 417 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Kleine Z. Reiger \N f 0 2007-10-18 16:00:00 413 49 18 32972 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rosse grutto \N f 0 2007-10-19 12:45:00 414 49 18 12895 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rosse grutto \N f 0 2007-10-19 13:00:00 414 49 18 12895 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rosse grutto \N f 0 2007-10-19 13:15:00 414 49 18 12895 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 414 49 18 12895 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 415 49 18 12895 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rosse grutto \N f 0 2007-10-18 16:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 415 49 18 12895 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rosse grutto \N f 0 2007-10-18 16:15:00 415 49 18 12895 35 \N 50 38 54 37 30 Gebied: E 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 415 49 18 12895 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 415 49 18 12895 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 415 49 18 12895 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:0:0 100.0 Rosse grutto \N f 0 2007-10-18 16:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 415 49 18 12895 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rosse grutto \N f 0 2007-10-18 16:15:00 415 49 18 12895 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 415 49 18 12895 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 415 49 18 12895 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rosse grutto \N f 0 2007-10-19 12:45:00 415 49 18 12895 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rosse grutto \N f 0 2007-10-19 13:00:00 415 49 18 12895 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rosse grutto \N f 0 2007-10-19 12:45:00 415 49 18 12895 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rosse grutto \N f 0 2007-10-19 13:00:00 415 49 18 12895 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Rosse grutto \N f 7 2007-10-18 16:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rosse grutto \N f 0 2007-10-18 14:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rosse grutto \N f 0 2007-10-18 14:15:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rosse grutto \N f 0 2007-10-18 14:30:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rosse grutto \N f 0 2007-10-18 14:45:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rosse grutto \N f 0 2007-10-18 15:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rosse grutto \N f 0 2007-10-19 12:45:00 416 49 18 12895 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rosse grutto \N f 0 2007-10-19 13:00:00 416 49 18 12895 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 416 49 18 12895 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rosse grutto \N f 0 2007-10-19 17:45:00 416 49 18 12895 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rosse grutto \N f 0 2007-10-19 12:45:00 416 49 18 12895 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rosse grutto \N f 0 2007-10-19 13:00:00 416 49 18 12895 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 416 49 18 12895 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rosse grutto \N f 0 2007-10-19 17:45:00 416 49 18 12895 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 417 49 18 12895 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 417 49 18 12895 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rosse grutto \N f 0 2007-10-18 13:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 419 49 18 6147 35 \N 50 38 54 37 0 Gebied GE 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 417 49 18 12895 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 417 49 18 12895 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rosse grutto \N f 0 2007-10-18 13:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Rosse grutto \N f 1 2007-10-18 16:00:00 413 49 18 12895 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rosse grutto \N f 0 2007-10-19 13:00:00 417 49 18 12895 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rosse grutto \N f 0 2007-10-19 13:15:00 417 49 18 12895 35 \N 50 38 54 37 75 Gebied: E 2009-10-9 17:15:0 40.0 Rosse grutto \N f 0 2009-10-09 17:15:00 425 49 18 12895 35 \N 50 38 54 37 40 Gebied GE 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rosse grutto \N f 0 2007-10-19 17:15:00 417 49 18 12895 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rosse grutto \N f 0 2007-10-19 13:00:00 417 49 18 12895 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rosse grutto \N f 0 2007-10-19 13:15:00 417 49 18 12895 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rosse grutto \N f 0 2007-10-19 17:15:00 417 49 18 12895 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 417 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rosse grutto \N f 0 2007-10-18 16:00:00 418 49 18 12895 35 \N 50 38 54 37 75 Gebied: A 2009-10-9 11:0:0 5.0 Bergeend \N f 0 2009-10-09 11:00:00 421 49 18 14634 35 \N 50 38 54 37 5 Gebied GG 2007-10-19 14:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rosse grutto \N f 0 2007-10-18 16:15:00 418 49 18 12895 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 418 49 18 12895 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rosse grutto \N f 0 2007-10-18 16:00:00 418 49 18 12895 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rosse grutto \N f 0 2007-10-18 12:45:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rosse grutto \N f 0 2007-10-18 16:15:00 418 49 18 12895 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 418 49 18 12895 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rosse grutto \N f 0 2007-10-19 12:45:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rosse grutto \N f 0 2007-10-19 13:00:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 418 49 18 12895 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rosse grutto \N f 0 2007-10-19 12:45:00 418 49 18 12895 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rosse grutto \N f 0 2007-10-19 13:00:00 418 49 18 12895 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:30:0 0.0 Wulp \N f 31 2007-10-18 16:30:00 420 49 18 6146 35 \N 50 38 54 37 0 Gebied GF 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 418 49 18 12895 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 418 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:0:0 100.0 Rosse grutto \N f 0 2007-10-18 16:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rosse grutto \N f 0 2007-10-18 12:45:00 419 49 18 12895 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rosse grutto \N f 0 2007-10-18 16:15:00 419 49 18 12895 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 419 49 18 12895 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rosse grutto \N f 0 2007-10-18 13:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 419 49 18 12895 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:15:0 20.0 Rosse grutto \N f 0 2007-10-18 16:15:00 419 49 18 12895 35 \N 50 38 54 37 20 Gebied GH 2007-10-18 14:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 420 49 18 6147 35 \N 50 38 54 37 90 Gebied GG 2007-10-18 13:0:0 75.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 419 49 18 12895 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rosse grutto \N f 0 2007-10-18 13:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rosse grutto \N f 0 2007-10-18 13:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rosse grutto \N f 0 2007-10-18 13:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rosse grutto \N f 0 2007-10-18 14:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rosse grutto \N f 0 2007-10-18 14:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rosse grutto \N f 0 2007-10-18 14:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rosse grutto \N f 0 2007-10-18 14:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rosse grutto \N f 0 2007-10-19 12:45:00 419 49 18 12895 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rosse grutto \N f 0 2007-10-19 13:00:00 419 49 18 12895 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 419 49 18 12895 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rosse grutto \N f 0 2007-10-19 12:45:00 419 49 18 12895 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rosse grutto \N f 0 2007-10-19 16:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rosse grutto \N f 0 2007-10-19 13:00:00 419 49 18 12895 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rosse grutto \N f 0 2007-10-19 17:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rosse grutto \N f 0 2007-10-19 17:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied GG 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 419 49 18 12895 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 419 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rosse grutto \N f 0 2007-10-18 12:15:00 420 49 18 12895 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rosse grutto \N f 0 2007-10-18 15:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 420 49 18 12895 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rosse grutto \N f 11 2007-10-18 16:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rosse grutto \N f 0 2007-10-18 12:45:00 420 49 18 12895 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rosse grutto \N f 0 2007-10-18 16:15:00 420 49 18 12895 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 420 49 18 12895 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rosse grutto \N f 0 2007-10-18 16:30:00 420 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:0:0 90.0 Rosse grutto \N f 0 2007-10-18 14:00:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rosse grutto \N f 0 2007-10-18 14:15:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rosse grutto \N f 0 2007-10-18 14:30:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rosse grutto \N f 0 2007-10-18 14:45:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rosse grutto \N f 0 2007-10-18 12:15:00 420 49 18 12895 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rosse grutto \N f 0 2007-10-18 15:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rosse grutto \N f 0 2007-10-18 12:30:00 420 49 18 12895 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rosse grutto \N f 11 2007-10-18 16:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rosse grutto \N f 0 2007-10-18 12:45:00 420 49 18 12895 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rosse grutto \N f 0 2007-10-18 16:15:00 420 49 18 12895 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 420 49 18 12895 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rosse grutto \N f 0 2007-10-18 16:30:00 420 49 18 12895 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rosse grutto \N f 0 2007-10-18 14:00:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rosse grutto \N f 0 2007-10-18 14:15:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rosse grutto \N f 0 2007-10-18 14:30:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rosse grutto \N f 0 2007-10-18 14:45:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rosse grutto \N f 0 2007-10-18 15:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rosse grutto \N f 0 2007-10-19 12:45:00 420 49 18 12895 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rosse grutto \N f 0 2007-10-19 16:15:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rosse grutto \N f 0 2007-10-19 13:00:00 420 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rosse grutto \N f 0 2007-10-19 16:30:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rosse grutto \N f 0 2007-10-19 16:45:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rosse grutto \N f 0 2007-10-19 17:00:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rosse grutto \N f 0 2007-10-19 17:15:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 420 49 18 12895 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rosse grutto \N f 0 2007-10-19 17:45:00 420 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rosse grutto \N f 0 2007-10-19 12:45:00 420 49 18 12895 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rosse grutto \N f 0 2007-10-19 16:15:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rosse grutto \N f 0 2007-10-19 13:00:00 420 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rosse grutto \N f 0 2007-10-19 16:30:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rosse grutto \N f 0 2007-10-19 13:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rosse grutto \N f 0 2007-10-19 16:45:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rosse grutto \N f 0 2007-10-19 17:00:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rosse grutto \N f 0 2007-10-19 13:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 420 49 18 6147 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 17:15:0 95.0 Rosse grutto \N f 0 2007-10-19 17:15:00 420 49 18 12895 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rosse grutto \N f 0 2007-10-19 14:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 420 49 18 12895 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rosse grutto \N f 0 2007-10-19 17:45:00 420 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bonte strandloper \N f 0 2011-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bonte strandloper \N f 0 2011-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bonte strandloper \N f 0 2011-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bonte strandloper \N f 0 2011-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bonte strandloper \N f 0 2011-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bonte strandloper \N f 0 2011-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:45:0 50.0 Bonte strandloper \N f 0 2011-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bonte strandloper \N f 0 2011-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bonte strandloper \N f 0 2011-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 12:45:0 75.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bonte strandloper \N f 0 2012-10-07 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bonte strandloper \N f 0 2012-10-07 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 16:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bonte strandloper \N f 0 2012-10-07 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bonte strandloper \N f 0 2012-10-07 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bonte strandloper \N f 0 2012-10-07 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bonte strandloper \N f 0 2012-10-07 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bonte strandloper \N f 0 2012-10-07 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bonte strandloper \N f 0 2012-10-07 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bonte strandloper \N f 0 2011-10-08 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bonte strandloper \N f 0 2011-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bonte strandloper \N f 0 2011-10-08 18:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bonte strandloper \N f 0 2011-10-08 18:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bonte strandloper \N f 0 2011-10-08 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bonte strandloper \N f 0 2011-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bonte strandloper \N f 0 2011-10-08 18:30:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bonte strandloper \N f 0 2011-10-08 18:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Bonte strandloper \N f 0 2012-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bonte strandloper \N f 0 2012-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bonte strandloper \N f 0 2012-10-08 18:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Bonte strandloper \N f 0 2012-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bonte strandloper \N f 0 2012-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bonte strandloper \N f 0 2012-10-08 18:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bonte strandloper \N f 0 2012-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bonte strandloper \N f 0 2012-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bonte strandloper \N f 0 2012-10-08 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bonte strandloper \N f 0 2012-10-08 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 17:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 18:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bonte strandloper \N f 0 2012-10-08 18:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-08 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bonte strandloper \N f 0 2012-10-08 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 2 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 2 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 1 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 1 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 4 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bonte strandloper \N f 0 2009-10-08 10:30:00 421 49 18 15810 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 14:15:00 421 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:15:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bonte strandloper \N f 0 2012-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bonte strandloper \N f 0 2011-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bonte strandloper \N f 0 2011-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bonte strandloper \N f 0 2011-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bonte strandloper \N f 0 2011-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bonte strandloper \N f 0 2011-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bonte strandloper \N f 0 2011-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bonte strandloper \N f 0 2011-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bonte strandloper \N f 0 2011-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bonte strandloper \N f 0 2011-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bonte strandloper \N f 0 2011-10-18 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bonte strandloper \N f 0 2011-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bonte strandloper \N f 0 2011-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2011-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bonte strandloper \N f 0 2012-10-18 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bonte strandloper \N f 0 2012-10-18 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bonte strandloper \N f 0 2012-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 10:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bonte strandloper \N f 0 2012-10-18 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bonte strandloper \N f 0 2012-10-18 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 16:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bonte strandloper vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 15810 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:30:00 425 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bonte strandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 1 Gebied: G 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bonte strandloper \N f 0 2011-10-02 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 16:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bonte strandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 17:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bonte strandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bonte strandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 15810 35 \N 50 38 54 37 10 Gebied: J 2011-10-8 12:30:0 100.0 Bonte strandloper \N f 0 2011-10-08 12:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:45:0 100.0 Bonte strandloper \N f 0 2011-10-02 13:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-02 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:15:0 100.0 Bonte strandloper \N f 4 2011-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bonte strandloper \N f 0 2011-10-07 14:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bonte strandloper \N f 0 2011-10-07 15:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wilde eend \N f 0 2009-10-08 15:45:00 424 49 18 4323 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 4323 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wilde eend \N f 0 2009-10-08 09:45:00 424 49 18 4323 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Wulp \N f 3 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wilde eend \N f 0 2009-10-08 15:45:00 424 49 18 4323 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 4323 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wilde eend \N f 0 2009-10-09 10:15:00 424 49 18 4323 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wilde eend \N f 0 2009-10-09 10:15:00 424 49 18 4323 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wilde eend \N f 0 2009-10-09 17:00:00 424 49 18 4323 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wilde eend \N f 0 2009-10-08 09:45:00 425 49 18 4323 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 425 49 18 4323 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wilde eend \N f 0 2009-10-08 15:45:00 425 49 18 4323 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 4323 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wilde eend \N f 0 2009-10-08 09:45:00 425 49 18 4323 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 10:0:0 90.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 425 49 18 4323 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wilde eend \N f 0 2009-10-08 15:45:00 425 49 18 4323 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wilde eend \N f 0 2009-10-09 10:00:00 425 49 18 4323 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wilde eend \N f 0 2009-10-09 10:15:00 425 49 18 4323 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wilde eend \N f 0 2009-10-09 17:15:00 425 49 18 4323 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Wilde eend \N f 0 2009-10-09 10:00:00 425 49 18 4323 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wilde eend \N f 0 2009-10-09 10:15:00 425 49 18 4323 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wilde eend \N f 0 2009-10-09 17:15:00 425 49 18 4323 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Wilde eend \N f 0 2009-10-08 09:30:00 426 49 18 4323 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wilde eend \N f 0 2009-10-08 15:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 4323 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Wilde eend \N f 0 2009-10-08 09:30:00 426 49 18 4323 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wilde eend \N f 0 2009-10-08 09:45:00 426 49 18 4323 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wilde eend \N f 0 2009-10-08 10:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wilde eend \N f 0 2009-10-08 15:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 4323 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wilde eend \N f 0 2009-10-08 16:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Wilde eend \N f 0 2009-10-09 10:00:00 426 49 18 4323 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wilde eend \N f 0 2009-10-09 10:15:00 426 49 18 4323 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wilde eend \N f 0 2009-10-09 17:15:00 426 49 18 4323 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 427 49 18 4323 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wilde eend \N f 0 2009-10-08 15:45:00 427 49 18 4323 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 4323 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 427 49 18 4323 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wilde eend \N f 0 2009-10-08 10:15:00 427 49 18 4323 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wilde eend \N f 0 2009-10-08 15:45:00 427 49 18 4323 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 4323 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wilde eend \N f 0 2009-10-09 17:15:00 427 49 18 4323 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wilde eend \N f 0 2009-10-09 10:30:00 427 49 18 4323 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wilde eend \N f 0 2009-10-09 17:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wilde eend \N f 0 2009-10-09 17:15:00 427 49 18 4323 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 427 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 428 49 18 4323 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wilde eend \N f 0 2009-10-08 10:15:00 428 49 18 4323 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wilde eend \N f 0 2009-10-08 15:45:00 428 49 18 4323 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 4323 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 428 49 18 4323 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wilde eend \N f 0 2009-10-08 10:15:00 428 49 18 4323 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wilde eend \N f 0 2009-10-08 15:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wilde eend \N f 0 2009-10-08 15:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wilde eend \N f 0 2009-10-08 15:45:00 428 49 18 4323 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 4323 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wilde eend \N f 0 2009-10-09 10:30:00 428 49 18 4323 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wilde eend \N f 0 2009-10-09 17:00:00 428 49 18 4323 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wilde eend \N f 0 2009-10-09 17:15:00 428 49 18 4323 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wilde eend \N f 0 2009-10-09 10:30:00 428 49 18 4323 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wilde eend \N f 0 2009-10-09 14:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wilde eend \N f 0 2009-10-09 17:00:00 428 49 18 4323 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wilde eend \N f 0 2009-10-09 17:15:00 428 49 18 4323 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wilde eend \N f 0 2009-10-09 14:00:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wilde eend \N f 0 2009-10-08 10:15:00 429 49 18 4323 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wilde eend \N f 0 2009-10-08 15:15:00 429 49 18 4323 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wilde eend \N f 0 2009-10-08 15:45:00 429 49 18 4323 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 4323 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 429 49 18 4323 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Wilde eend \N f 0 2009-10-08 10:15:00 429 49 18 4323 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wilde eend \N f 0 2009-10-08 13:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wilde eend \N f 0 2009-10-08 14:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wilde eend \N f 0 2009-10-08 10:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wilde eend \N f 0 2009-10-08 14:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wilde eend \N f 0 2009-10-08 11:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wilde eend slechtvalk f 0 2009-10-08 14:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wilde eend \N f 0 2009-10-08 14:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wilde eend \N f 0 2009-10-08 11:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wilde eend \N f 0 2009-10-08 15:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wilde eend \N f 0 2009-10-08 11:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wilde eend \N f 0 2009-10-08 15:15:00 429 49 18 4323 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wilde eend \N f 0 2009-10-08 12:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wilde eend \N f 0 2009-10-08 15:30:00 429 49 18 4323 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wilde eend \N f 0 2009-10-08 12:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wilde eend \N f 0 2009-10-08 15:45:00 429 49 18 4323 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 4323 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wilde eend \N f 0 2009-10-08 12:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 70 Gebied: i 2009-10-9 14:0:0 1.0 Wilde eend \N f 0 2009-10-09 14:00:00 429 49 18 4323 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wilde eend \N f 0 2009-10-09 10:30:00 429 49 18 4323 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wilde eend \N f 0 2009-10-09 14:15:00 429 49 18 4323 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wilde eend \N f 0 2009-10-09 16:45:00 429 49 18 4323 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wilde eend \N f 0 2009-10-09 17:00:00 429 49 18 4323 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wilde eend \N f 0 2009-10-09 10:15:00 429 49 18 4323 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wilde eend \N f 0 2009-10-09 14:00:00 429 49 18 4323 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wilde eend \N f 0 2009-10-09 10:30:00 429 49 18 4323 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wilde eend \N f 0 2009-10-09 10:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wilde eend \N f 0 2009-10-09 14:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wilde eend vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 4323 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wilde eend \N f 0 2009-10-09 15:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wilde eend \N f 0 2009-10-09 15:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wilde eend \N f 0 2009-10-09 11:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wilde eend \N f 0 2009-10-09 12:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wilde eend \N f 0 2009-10-09 15:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wilde eend \N f 0 2009-10-09 12:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wilde eend \N f 0 2009-10-09 12:45:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wilde eend \N f 0 2009-10-09 16:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wilde eend \N f 0 2009-10-09 13:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wilde eend \N f 0 2009-10-09 16:45:00 429 49 18 4323 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wilde eend \N f 0 2009-10-09 13:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wilde eend \N f 0 2009-10-09 17:00:00 429 49 18 4323 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wilde eend \N f 0 2009-10-09 13:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wilde eend slechtvalk f 0 2009-10-08 10:00:00 429 49 18 4323 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Wilde eend \N f 0 2009-10-08 13:15:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wilde eend \N f 0 2009-10-09 10:15:00 429 49 18 4323 35 \N 50 38 54 37 1 Gebied: E 2009-10-8 12:30:0 100.0 Wilde eend \N f 0 2009-10-08 12:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Wilde eend \N f 0 2007-10-18 16:00:00 413 49 18 4323 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 413 49 18 4323 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 413 49 18 4323 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wilde eend \N f 0 2007-10-18 13:15:00 413 49 18 4323 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wilde eend \N f 0 2007-10-18 15:45:00 413 49 18 4323 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Wilde eend \N f 0 2007-10-18 16:00:00 413 49 18 4323 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 413 49 18 4323 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 413 49 18 4323 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wilde eend \N f 0 2007-10-18 13:15:00 413 49 18 4323 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wilde eend \N f 0 2007-10-19 13:00:00 413 49 18 4323 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wilde eend \N f 0 2007-10-19 13:15:00 413 49 18 4323 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wilde eend \N f 0 2007-10-19 17:15:00 413 49 18 4323 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wilde eend \N f 0 2007-10-19 13:00:00 413 49 18 4323 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wilde eend \N f 0 2007-10-19 13:15:00 413 49 18 4323 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wilde eend \N f 0 2007-10-19 17:15:00 413 49 18 4323 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wilde eend \N f 0 2007-10-18 15:45:00 413 49 18 4323 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 414 49 18 4323 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 414 49 18 4323 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wilde eend \N f 0 2007-10-18 13:15:00 414 49 18 4323 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 414 49 18 4323 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 414 49 18 4323 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 414 49 18 4323 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 414 49 18 4323 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wilde eend \N f 0 2007-10-18 13:15:00 414 49 18 4323 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 414 49 18 4323 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 414 49 18 4323 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wilde eend \N f 0 2007-10-19 12:45:00 414 49 18 4323 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wilde eend \N f 0 2007-10-19 13:00:00 414 49 18 4323 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wilde eend \N f 0 2007-10-19 13:15:00 414 49 18 4323 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 414 49 18 4323 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wilde eend \N f 0 2007-10-19 12:45:00 414 49 18 4323 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wilde eend \N f 0 2007-10-19 13:00:00 414 49 18 4323 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wilde eend \N f 0 2007-10-19 13:15:00 414 49 18 4323 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 414 49 18 4323 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:45:0 100.0 Wilde eend \N f 0 2009-10-09 13:45:00 426 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 415 49 18 4323 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 415 49 18 4323 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wilde eend \N f 0 2007-10-18 16:15:00 415 49 18 4323 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 415 49 18 4323 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 415 49 18 4323 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 415 49 18 4323 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 415 49 18 4323 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wilde eend \N f 0 2007-10-18 16:15:00 415 49 18 4323 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 415 49 18 4323 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 415 49 18 4323 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 415 49 18 4323 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wilde eend \N f 0 2007-10-19 12:45:00 415 49 18 4323 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wilde eend \N f 0 2007-10-19 13:00:00 415 49 18 4323 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wilde eend \N f 0 2007-10-19 12:45:00 415 49 18 4323 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wilde eend \N f 0 2007-10-19 13:00:00 415 49 18 4323 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wilde eend \N f 0 2007-10-18 12:15:00 416 49 18 4323 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 12:30:0 30.0 Wilde eend \N f 0 2007-10-18 12:30:00 416 49 18 4323 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Wilde eend \N f 0 2007-10-18 16:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wilde eend \N f 0 2007-10-18 14:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wilde eend \N f 0 2007-10-18 14:15:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wilde eend \N f 0 2007-10-18 14:30:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wilde eend \N f 0 2007-10-18 14:45:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wilde eend \N f 0 2007-10-18 15:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wilde eend \N f 0 2007-10-18 12:15:00 416 49 18 4323 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wilde eend \N f 0 2007-10-18 15:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wilde eend \N f 0 2007-10-18 12:30:00 416 49 18 4323 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wilde eend \N f 0 2007-10-18 12:45:00 416 49 18 4323 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Wilde eend \N f 0 2007-10-18 16:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wilde eend \N f 0 2007-10-18 14:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wilde eend \N f 0 2007-10-18 14:15:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wilde eend \N f 0 2007-10-18 14:30:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wilde eend \N f 0 2007-10-18 14:45:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wilde eend \N f 0 2007-10-18 15:00:00 416 49 18 4323 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wilde eend \N f 0 2007-10-19 12:45:00 416 49 18 4323 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wilde eend \N f 0 2007-10-19 13:00:00 416 49 18 4323 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wilde eend \N f 0 2009-10-09 10:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 416 49 18 4323 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wilde eend \N f 0 2007-10-19 17:45:00 416 49 18 4323 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:45:0 10.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied GD 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wilde eend \N f 0 2007-10-19 12:45:00 416 49 18 4323 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wilde eend \N f 0 2007-10-19 13:00:00 416 49 18 4323 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wilde eend \N f 0 2007-10-19 17:45:00 416 49 18 4323 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 417 49 18 4323 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 417 49 18 4323 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wilde eend \N f 0 2007-10-18 13:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wilde eend \N f 0 2009-10-09 11:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 417 49 18 4323 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 417 49 18 4323 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wilde eend \N f 0 2007-10-18 13:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wilde eend \N f 0 2007-10-19 13:00:00 417 49 18 4323 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wilde eend \N f 0 2007-10-19 13:15:00 417 49 18 4323 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wilde eend \N f 0 2007-10-19 17:15:00 417 49 18 4323 35 \N 50 38 54 37 90 Gebied: E 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wilde eend \N f 0 2007-10-19 13:00:00 417 49 18 4323 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wilde eend \N f 0 2007-10-19 13:15:00 417 49 18 4323 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wilde eend \N f 0 2007-10-19 17:15:00 417 49 18 4323 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wilde eend \N f 0 2007-10-18 16:00:00 418 49 18 4323 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wilde eend \N f 0 2007-10-18 16:15:00 418 49 18 4323 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 418 49 18 4323 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wilde eend \N f 0 2007-10-18 16:00:00 418 49 18 4323 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wilde eend \N f 0 2007-10-18 12:45:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wilde eend \N f 0 2007-10-18 16:15:00 418 49 18 4323 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 418 49 18 4323 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wilde eend \N f 0 2007-10-19 12:45:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wilde eend \N f 0 2007-10-19 13:00:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 418 49 18 4323 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wilde eend \N f 0 2007-10-19 12:45:00 418 49 18 4323 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wilde eend \N f 0 2007-10-19 13:00:00 418 49 18 4323 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 418 49 18 4323 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 419 49 18 4323 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wilde eend \N f 0 2007-10-18 12:45:00 419 49 18 4323 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wilde eend \N f 0 2007-10-18 16:15:00 419 49 18 4323 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 419 49 18 4323 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wilde eend \N f 0 2007-10-18 13:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 419 49 18 4323 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wilde eend \N f 0 2007-10-18 12:45:00 419 49 18 4323 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wilde eend \N f 0 2007-10-18 16:15:00 419 49 18 4323 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 419 49 18 4323 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wilde eend \N f 0 2007-10-18 13:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wilde eend \N f 0 2007-10-19 12:45:00 419 49 18 4323 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wilde eend \N f 0 2007-10-19 13:00:00 419 49 18 4323 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Wilde eend \N f 0 2007-10-19 16:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wilde eend \N f 0 2007-10-19 16:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 419 49 18 4323 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wilde eend \N f 0 2007-10-19 12:45:00 419 49 18 4323 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wilde eend \N f 0 2007-10-19 16:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wilde eend \N f 0 2007-10-19 13:00:00 419 49 18 4323 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wilde eend \N f 0 2007-10-19 17:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 419 49 18 4323 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wilde eend \N f 0 2007-10-18 12:15:00 420 49 18 4323 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wilde eend \N f 0 2007-10-18 15:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 420 49 18 4323 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wilde eend \N f 0 2007-10-18 12:45:00 420 49 18 4323 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wilde eend \N f 0 2007-10-18 16:15:00 420 49 18 4323 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 420 49 18 4323 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wilde eend \N f 0 2007-10-18 16:30:00 420 49 18 4323 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wilde eend \N f 0 2007-10-18 14:00:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wilde eend \N f 0 2007-10-18 14:15:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wilde eend \N f 0 2007-10-18 14:30:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wilde eend \N f 0 2007-10-18 14:45:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wilde eend \N f 0 2007-10-18 12:15:00 420 49 18 4323 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wilde eend \N f 0 2007-10-18 15:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wilde eend \N f 0 2007-10-18 12:30:00 420 49 18 4323 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wilde eend \N f 0 2007-10-18 16:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wilde eend \N f 0 2007-10-18 12:45:00 420 49 18 4323 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wilde eend \N f 0 2007-10-18 16:15:00 420 49 18 4323 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wilde eend slechtvalk f 0 2007-10-18 13:00:00 420 49 18 4323 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Wilde eend \N f 0 2007-10-18 16:30:00 420 49 18 4323 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Wilde eend \N f 0 2007-10-18 13:15:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wilde eend \N f 0 2007-10-18 13:30:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wilde eend \N f 0 2007-10-18 13:45:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wilde eend \N f 0 2007-10-18 14:00:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wilde eend \N f 0 2007-10-18 14:15:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wilde eend \N f 0 2007-10-18 14:30:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wilde eend \N f 0 2007-10-18 14:45:00 420 49 18 4323 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wilde eend \N f 0 2007-10-18 15:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wilde eend \N f 0 2007-10-18 15:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wilde eend \N f 2 2007-10-19 12:45:00 420 49 18 4323 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wilde eend \N f 0 2007-10-19 16:15:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wilde eend \N f 0 2007-10-19 13:00:00 420 49 18 4323 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wilde eend \N f 0 2007-10-19 16:30:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wilde eend \N f 0 2007-10-19 16:45:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wilde eend \N f 0 2007-10-19 17:00:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wilde eend \N f 0 2007-10-19 17:15:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 420 49 18 4323 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wilde eend \N f 0 2007-10-19 17:45:00 420 49 18 4323 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wilde eend \N f 0 2007-10-19 16:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wilde eend \N f 2 2007-10-19 12:45:00 420 49 18 4323 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wilde eend \N f 0 2007-10-19 16:15:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wilde eend \N f 0 2007-10-19 13:00:00 420 49 18 4323 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wilde eend \N f 0 2007-10-19 16:30:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wilde eend \N f 0 2007-10-19 16:45:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wilde eend \N f 0 2007-10-19 13:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wilde eend \N f 0 2007-10-19 17:00:00 420 49 18 4323 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wilde eend \N f 0 2007-10-19 13:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 420 49 18 4323 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wilde eend \N f 0 2007-10-19 17:45:00 420 49 18 4323 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wilde eend \N f 0 2007-10-19 15:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wilde eend \N f 0 2007-10-19 15:45:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wilde eend \N f 0 2009-10-09 10:30:00 427 49 18 4323 35 \N 50 38 54 37 80 Gebied: i 2009-10-8 10:30:0 100.0 Wilde eend \N f 0 2009-10-08 10:30:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wilde eend \N f 0 2009-10-09 11:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Sminet \N f 6 2011-10-18 15:15:00 \N 49 18 6416 35 \N 50 38 54 37 5 Gebied GH 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 10 2007-10-19 16:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zwarte ruiter \N f 0 2011-10-18 10:00:00 \N 49 18 32971 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zwarte ruiter \N f 0 2011-10-18 10:15:00 \N 49 18 32971 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 14:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zwarte ruiter \N f 0 2011-10-18 10:30:00 \N 49 18 32971 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 14:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zwarte ruiter \N f 0 2011-10-18 10:45:00 \N 49 18 32971 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zwarte ruiter \N f 10 2011-10-18 14:30:00 \N 49 18 32971 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zwarte ruiter \N f 0 2011-10-18 14:45:00 \N 49 18 32971 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zwarte ruiter \N f 0 2011-10-18 10:00:00 \N 49 18 32971 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zwarte ruiter \N f 0 2011-10-18 10:15:00 \N 49 18 32971 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 14:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zwarte ruiter \N f 0 2011-10-18 10:30:00 \N 49 18 32971 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 14:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zwarte ruiter \N f 0 2011-10-18 10:45:00 \N 49 18 32971 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 11:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zwarte ruiter \N f 0 2011-10-18 14:45:00 \N 49 18 32971 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 11:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zwarte ruiter \N f 0 2011-10-18 12:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2011-10-18 13:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zwarte ruiter \N f 0 2012-10-18 10:00:00 \N 49 18 32971 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zwarte ruiter \N f 0 2012-10-18 10:15:00 \N 49 18 32971 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 14:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zwarte ruiter \N f 0 2012-10-18 10:30:00 \N 49 18 32971 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 14:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zwarte ruiter \N f 0 2012-10-18 10:45:00 \N 49 18 32971 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zwarte ruiter \N f 3 2012-10-18 14:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zwarte ruiter \N f 0 2012-10-18 14:45:00 \N 49 18 32971 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zwarte ruiter \N f 0 2012-10-18 10:15:00 \N 49 18 32971 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 14:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zwarte ruiter \N f 0 2012-10-18 10:30:00 \N 49 18 32971 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 14:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zwarte ruiter \N f 0 2012-10-18 10:45:00 \N 49 18 32971 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zwarte ruiter \N f 3 2012-10-18 14:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zwarte ruiter \N f 0 2012-10-18 14:45:00 \N 49 18 32971 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 11:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zwarte ruiter \N f 0 2012-10-18 12:45:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:00:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:15:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2012-10-18 13:30:00 \N 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 413 49 18 32971 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 413 49 18 32971 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 413 49 18 32971 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 413 49 18 32971 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 413 49 18 32971 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 413 49 18 32971 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 413 49 18 32971 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 413 49 18 32971 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 413 49 18 32971 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 413 49 18 32971 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 13:15:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 413 49 18 32971 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 413 49 18 32971 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 413 49 18 32971 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 414 49 18 32971 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 414 49 18 32971 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 414 49 18 32971 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 414 49 18 32971 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 414 49 18 32971 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 414 49 18 32971 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:15:0 75.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 414 49 18 32971 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 414 49 18 32971 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 414 49 18 32971 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 414 49 18 32971 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 414 49 18 32971 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 414 49 18 32971 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 414 49 18 32971 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 414 49 18 32971 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 414 49 18 32971 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 414 49 18 32971 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 414 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 415 49 18 32971 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 415 49 18 32971 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 415 49 18 32971 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 415 49 18 32971 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 415 49 18 32971 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 415 49 18 32971 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 415 49 18 32971 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 415 49 18 32971 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 415 49 18 32971 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 415 49 18 32971 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 415 49 18 32971 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 415 49 18 32971 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 415 49 18 32971 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 415 49 18 32971 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 415 49 18 32971 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 415 49 18 32971 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 415 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:15:00 416 49 18 32971 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 416 49 18 32971 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 416 49 18 32971 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:15:00 416 49 18 32971 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 416 49 18 32971 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 416 49 18 32971 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 416 49 18 32971 35 \N 50 38 54 37 90 Gebied GD 2007-10-19 12:45:0 50.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 416 49 18 32971 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 416 49 18 32971 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 416 49 18 32971 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zwarte ruiter \N f 0 2007-10-19 17:45:00 416 49 18 32971 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 416 49 18 32971 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 416 49 18 32971 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 416 49 18 32971 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Zwarte ruiter \N f 0 2007-10-19 17:45:00 416 49 18 32971 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 417 49 18 32971 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 417 49 18 32971 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 417 49 18 32971 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 417 49 18 32971 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 417 49 18 32971 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 417 49 18 32971 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 417 49 18 32971 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 417 49 18 32971 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 417 49 18 32971 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 417 49 18 32971 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 418 49 18 32971 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 418 49 18 32971 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 418 49 18 32971 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 418 49 18 32971 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 418 49 18 32971 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 418 49 18 32971 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 418 49 18 32971 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 418 49 18 32971 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 414 49 18 32971 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 418 49 18 32971 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 418 49 18 32971 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 419 49 18 32971 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 419 49 18 32971 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 419 49 18 32971 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 419 49 18 32971 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 419 49 18 32971 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 419 49 18 32971 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 419 49 18 32971 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 419 49 18 32971 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 419 49 18 32971 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 419 49 18 32971 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 419 49 18 32971 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 17:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 419 49 18 32971 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:00:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:15:00 420 49 18 32971 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 420 49 18 32971 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 12:45:0 60.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 420 49 18 32971 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 420 49 18 32971 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 420 49 18 32971 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zwarte ruiter \N f 0 2007-10-18 16:30:00 420 49 18 32971 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:15:00 420 49 18 32971 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:30:00 420 49 18 32971 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 420 49 18 32971 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zwarte ruiter \N f 0 2007-10-18 16:15:00 420 49 18 32971 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 420 49 18 32971 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Zwarte ruiter \N f 0 2007-10-18 16:30:00 420 49 18 32971 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:15:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:15:0 90.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:30:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 13:45:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:00:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:30:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 420 49 18 32971 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 420 49 18 32971 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 420 49 18 32971 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zwarte ruiter \N f 3 2007-10-19 17:15:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 420 49 18 32971 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zwarte ruiter \N f 0 2007-10-19 17:45:00 420 49 18 32971 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 8 2007-10-19 15:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zwarte ruiter \N f 10 2007-10-19 16:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Zwarte ruiter \N f 0 2007-10-19 12:45:00 420 49 18 32971 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Zwarte ruiter \N f 0 2007-10-19 13:00:00 420 49 18 32971 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Zwarte ruiter \N f 0 2007-10-19 16:45:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 13:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Zwarte ruiter \N f 3 2007-10-19 17:15:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 420 49 18 32971 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Zwarte ruiter \N f 0 2007-10-19 17:45:00 420 49 18 32971 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:15:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 15:30:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zwarte ruiter \N f 8 2007-10-19 15:45:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:30:0 95.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 9:45:0 5.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 10:0:0 25.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Aalscholver \N f 0 2010-10-09 08:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Aalscholver \N f 0 2010-10-09 08:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Aalscholver \N f 0 2010-10-09 08:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Aalscholver \N f 0 2010-10-09 08:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Aalscholver \N f 0 2010-10-09 08:15:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Aalscholver \N f 0 2010-10-09 08:30:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Aalscholver \N f 0 2010-10-09 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Aalscholver \N f 0 2010-10-09 08:15:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Aalscholver \N f 0 2010-10-09 08:30:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Aalscholver \N f 0 2010-10-09 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Aalscholver \N f 0 2010-10-09 08:45:00 \N 49 18 10443 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Aalscholver \N f 0 2010-10-09 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Aalscholver \N f 0 2010-10-09 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Aalscholver \N f 0 2010-10-09 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Aalscholver \N f 0 2010-10-09 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Aalscholver \N f 0 2010-10-09 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Aalscholver \N f 0 2010-10-09 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Aalscholver \N f 0 2010-10-09 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Aalscholver \N f 0 2010-10-09 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Aalscholver \N f 0 2010-10-09 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Aalscholver \N f 0 2010-10-09 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Aalscholver \N f 0 2010-10-09 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Aalscholver \N f 0 2010-10-09 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Aalscholver \N f 0 2010-10-09 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Aalscholver \N f 0 2010-10-09 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Aalscholver \N f 0 2010-10-09 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Aalscholver \N f 0 2010-10-09 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Aalscholver \N f 0 2010-10-09 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Aalscholver \N f 0 2010-10-09 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Aalscholver \N f 0 2010-10-09 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 11:15:0 93.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Aalscholver \N f 0 2010-10-10 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Aalscholver \N f 0 2010-10-10 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Aalscholver \N f 0 2010-10-10 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Aalscholver \N f 0 2010-10-10 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Aalscholver \N f 0 2010-10-10 13:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Aalscholver \N f 0 2010-10-10 13:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Aalscholver \N f 0 2010-10-10 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Aalscholver \N f 0 2010-10-10 10:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Aalscholver \N f 0 2010-10-10 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Aalscholver \N f 0 2010-10-10 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Aalscholver \N f 0 2010-10-10 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Aalscholver \N f 0 2010-10-10 10:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Aalscholver \N f 0 2010-10-10 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Aalscholver \N f 0 2010-10-10 11:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Aalscholver \N f 0 2010-10-10 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Aalscholver \N f 0 2010-10-10 11:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Aalscholver \N f 0 2010-10-10 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Aalscholver \N f 0 2010-10-10 11:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Aalscholver \N f 0 2010-10-10 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Aalscholver \N f 0 2010-10-10 11:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Aalscholver \N f 0 2010-10-10 12:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Aalscholver \N f 0 2010-10-10 12:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Aalscholver \N f 0 2010-10-10 12:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Aalscholver \N f 0 2010-10-10 12:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: D 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 60 Gebied: E 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Aalscholver Smelleken f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Aalscholver Smelleken f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Aalscholver Smelleken f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Aalscholver Smelleken f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Aalscholver \N f 0 2011-10-01 16:30:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: H 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 16:15:0 80.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 16:15:0 80.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: J 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: K 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:15:0 80.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:15:0 80.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 13:45:0 100.0 Aalscholver \N f 0 2011-10-01 13:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Aalscholver \N f 0 2011-10-01 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Aalscholver \N f 0 2011-10-01 14:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Aalscholver \N f 0 2011-10-01 14:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Aalscholver \N f 0 2011-10-01 15:15:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Aalscholver \N f 0 2011-10-01 15:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Aalscholver \N f 0 2011-10-01 15:45:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 16:15:0 40.0 Aalscholver \N f 0 2011-10-01 16:15:00 \N 49 18 10443 35 \N 50 38 54 37 40 Gebied: C 2010-10-9 10:30:0 100.0 Aalscholver \N f 0 2010-10-09 10:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Aalscholver \N f 0 2010-10-10 13:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 10:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bontbekplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 6 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 6 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wulp \N f 2 2007-10-19 13:00:00 414 49 18 6146 35 \N 50 38 54 37 30 Gebied: G 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 7 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 16:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 7 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 7 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bontbekplevier smelleken f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 6 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bontbekplevier smelleken f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bontbekplevier \N f 0 2011-10-01 16:15:00 \N 49 18 27527 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bontbekplevier \N f 0 2011-10-01 10:00:00 \N 49 18 27527 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bontbekplevier \N f 0 2011-10-01 10:15:00 \N 49 18 27527 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 10:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 14:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 11:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bontbekplevier \N f 0 2011-10-01 15:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 12:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:45:0 100.0 Bontbekplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:15:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 413 49 18 27527 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 413 49 18 27527 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 413 49 18 27527 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 413 49 18 27527 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 413 49 18 27527 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 413 49 18 27527 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 413 49 18 27527 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 413 49 18 27527 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 413 49 18 27527 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 413 49 18 27527 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 413 49 18 27527 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 413 49 18 27527 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 413 49 18 27527 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 413 49 18 27527 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 414 49 18 27527 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 414 49 18 27527 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 414 49 18 27527 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 414 49 18 27527 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 414 49 18 27527 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 414 49 18 27527 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 414 49 18 27527 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 414 49 18 27527 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 414 49 18 27527 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 414 49 18 27527 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 414 49 18 27527 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 414 49 18 27527 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 414 49 18 27527 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 414 49 18 27527 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 414 49 18 27527 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 414 49 18 27527 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 414 49 18 27527 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 415 49 18 27527 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 415 49 18 27527 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 415 49 18 27527 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 415 49 18 27527 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 415 49 18 27527 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 415 49 18 27527 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 415 49 18 27527 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 415 49 18 27527 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 13:0:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 415 49 18 27527 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 415 49 18 27527 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 415 49 18 27527 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 415 49 18 27527 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 415 49 18 27527 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 415 49 18 27527 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 415 49 18 27527 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bontbekplevier \N f 1 2007-10-18 12:15:00 416 49 18 27527 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 416 49 18 27527 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 416 49 18 27527 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bontbekplevier \N f 1 2007-10-18 12:15:00 416 49 18 27527 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 416 49 18 27527 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 416 49 18 27527 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 416 49 18 27527 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 416 49 18 27527 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 416 49 18 27527 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 416 49 18 27527 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 416 49 18 27527 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 416 49 18 27527 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 416 49 18 27527 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bontbekplevier \N f 0 2007-10-19 17:45:00 416 49 18 27527 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 416 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 417 49 18 27527 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 417 49 18 27527 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 417 49 18 27527 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 417 49 18 27527 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 413 49 18 27527 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 417 49 18 27527 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 417 49 18 27527 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 417 49 18 27527 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 417 49 18 27527 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 417 49 18 27527 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 417 49 18 27527 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 417 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 418 49 18 27527 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 418 49 18 27527 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 418 49 18 27527 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 418 49 18 27527 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 418 49 18 27527 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 418 49 18 27527 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 418 49 18 27527 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 418 49 18 27527 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 419 49 18 27527 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 419 49 18 27527 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 419 49 18 27527 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 419 49 18 27527 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 419 49 18 27527 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 419 49 18 27527 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 419 49 18 27527 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 419 49 18 27527 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:15:0 30.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 415 49 18 27527 35 \N 50 38 54 37 30 Gebied GG 2007-10-18 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 419 49 18 27527 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 419 49 18 27527 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 419 49 18 27527 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 419 49 18 27527 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 419 49 18 27527 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 419 49 18 27527 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 419 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bontbekplevier \N f 1 2007-10-18 12:15:00 420 49 18 27527 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 420 49 18 27527 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 420 49 18 27527 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 420 49 18 27527 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 420 49 18 27527 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bontbekplevier \N f 0 2007-10-18 16:30:00 420 49 18 27527 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bontbekplevier \N f 1 2007-10-18 12:15:00 420 49 18 27527 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bontbekplevier \N f 0 2007-10-18 12:30:00 420 49 18 27527 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 16:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bontbekplevier \N f 0 2007-10-18 12:45:00 420 49 18 27527 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bontbekplevier \N f 0 2007-10-18 16:15:00 420 49 18 27527 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 420 49 18 27527 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bontbekplevier \N f 0 2007-10-18 16:30:00 420 49 18 27527 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:15:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:30:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 13:45:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:00:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:15:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:30:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bontbekplevier \N f 0 2007-10-18 14:45:00 420 49 18 27527 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 420 49 18 27527 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 420 49 18 27527 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 420 49 18 27527 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bontbekplevier \N f 0 2007-10-19 17:45:00 420 49 18 27527 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bontbekplevier \N f 0 2007-10-19 12:45:00 420 49 18 27527 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:15:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bontbekplevier \N f 0 2007-10-19 13:00:00 420 49 18 27527 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bontbekplevier \N f 0 2007-10-19 16:45:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bontbekplevier \N f 0 2007-10-19 17:00:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 420 49 18 27527 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 17:45:0 50.0 Bontbekplevier \N f 0 2007-10-19 17:45:00 420 49 18 27527 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:15:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:30:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Scholekster \N f 0 2009-10-08 15:15:00 421 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Scholekster \N f 3 2009-10-08 11:45:00 421 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Scholekster \N f 0 2009-10-08 15:30:00 421 49 18 25768 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Scholekster \N f 1 2009-10-08 12:00:00 421 49 18 25768 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Scholekster \N f 1 2009-10-08 12:30:00 421 49 18 25768 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Scholekster \N f 1 2009-10-08 12:45:00 421 49 18 25768 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Scholekster \N f 1 2009-10-08 13:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Scholekster \N f 0 2009-10-08 10:30:00 421 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Scholekster \N f 3 2009-10-08 14:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:15:0 70.0 Scholekster \N f 1 2009-10-08 11:15:00 421 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 10:45:0 10.0 Scholekster \N f 4 2009-10-08 10:45:00 421 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 14 2009-10-08 14:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Scholekster \N f 4 2009-10-08 11:00:00 421 49 18 25768 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Scholekster \N f 12 2009-10-08 14:45:00 421 49 18 25768 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 15:0:0 20.0 Scholekster \N f 1 2009-10-08 15:00:00 421 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Scholekster \N f 2 2009-10-08 11:30:00 421 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Scholekster \N f 0 2009-10-08 15:15:00 421 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Scholekster \N f 0 2009-10-08 15:30:00 421 49 18 25768 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Scholekster \N f 0 2009-10-08 12:15:00 421 49 18 25768 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Scholekster \N f 1 2009-10-08 12:30:00 421 49 18 25768 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Scholekster \N f 1 2009-10-08 12:45:00 421 49 18 25768 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Scholekster \N f 1 2009-10-08 13:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Scholekster \N f 0 2009-10-09 11:15:00 421 49 18 25768 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Scholekster \N f 1 2009-10-09 11:30:00 421 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Scholekster \N f 2 2009-10-09 11:45:00 421 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Scholekster \N f 3 2009-10-09 16:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Scholekster \N f 1 2009-10-09 12:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Scholekster \N f 4 2009-10-09 16:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Scholekster \N f 0 2009-10-09 16:30:00 421 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Scholekster \N f 0 2009-10-09 16:45:00 421 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Scholekster \N f 1 2009-10-09 14:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Scholekster \N f 2 2009-10-09 11:00:00 421 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Scholekster \N f 0 2009-10-09 11:15:00 421 49 18 25768 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Scholekster \N f 1 2009-10-09 11:30:00 421 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Scholekster \N f 2 2009-10-09 11:45:00 421 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Scholekster \N f 1 2009-10-09 12:00:00 421 49 18 25768 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 16:15:0 100.0 Scholekster \N f 4 2009-10-09 16:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Scholekster \N f 0 2009-10-09 16:45:00 421 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Scholekster \N f 1 2009-10-09 14:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Scholekster \N f 0 2009-10-08 10:30:00 422 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Scholekster \N f 5 2009-10-08 14:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Scholekster \N f 5 2009-10-08 10:45:00 422 49 18 25768 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 11 2009-10-08 14:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Scholekster \N f 6 2009-10-08 11:00:00 422 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Scholekster \N f 20 2009-10-08 14:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Scholekster \N f 7 2009-10-08 11:15:00 422 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Scholekster \N f 1 2009-10-08 15:00:00 422 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Scholekster \N f 5 2009-10-08 11:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Scholekster \N f 0 2009-10-08 15:15:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Scholekster \N f 5 2009-10-08 11:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Scholekster \N f 4 2009-10-08 12:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Scholekster \N f 6 2009-10-08 12:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Scholekster \N f 5 2009-10-08 12:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Scholekster \N f 5 2009-10-08 12:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Scholekster \N f 6 2009-10-08 13:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Scholekster \N f 7 2009-10-08 13:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Scholekster \N f 6 2009-10-08 13:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Scholekster \N f 6 2009-10-08 13:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Scholekster \N f 4 2009-10-08 14:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Scholekster \N f 0 2009-10-08 10:30:00 422 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Scholekster \N f 5 2009-10-08 14:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Scholekster \N f 5 2009-10-08 10:45:00 422 49 18 25768 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 11 2009-10-08 14:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Scholekster \N f 6 2009-10-08 11:00:00 422 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Scholekster \N f 20 2009-10-08 14:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Scholekster \N f 7 2009-10-08 11:15:00 422 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Scholekster \N f 1 2009-10-08 15:00:00 422 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Scholekster \N f 5 2009-10-08 11:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Scholekster \N f 0 2009-10-08 15:15:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Scholekster \N f 5 2009-10-08 11:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Scholekster \N f 4 2009-10-08 12:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Scholekster \N f 6 2009-10-08 12:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Scholekster \N f 5 2009-10-08 12:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Scholekster \N f 5 2009-10-08 12:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Scholekster \N f 6 2009-10-08 13:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Scholekster \N f 7 2009-10-08 13:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Scholekster \N f 6 2009-10-08 13:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Scholekster \N f 6 2009-10-08 13:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Scholekster \N f 4 2009-10-08 14:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Scholekster \N f 0 2009-10-09 11:00:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Scholekster \N f 2 2009-10-09 14:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Scholekster \N f 8 2009-10-09 11:15:00 422 49 18 25768 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Scholekster \N f 1 2009-10-09 15:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Scholekster \N f 10 2009-10-09 11:30:00 422 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Scholekster \N f 1 2009-10-09 15:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Scholekster \N f 6 2009-10-09 11:45:00 422 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Scholekster \N f 1 2009-10-09 15:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Scholekster \N f 1 2009-10-09 12:00:00 422 49 18 25768 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Scholekster \N f 1 2009-10-09 15:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Scholekster \N f 3 2009-10-09 16:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Scholekster \N f 0 2009-10-09 16:45:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Scholekster \N f 1 2009-10-09 14:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Scholekster \N f 1 2009-10-09 14:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Scholekster \N f 3 2009-10-09 14:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Scholekster \N f 0 2009-10-09 11:00:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Scholekster \N f 2 2009-10-09 14:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Scholekster \N f 8 2009-10-09 11:15:00 422 49 18 25768 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Scholekster \N f 1 2009-10-09 15:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Scholekster \N f 10 2009-10-09 11:30:00 422 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Scholekster \N f 1 2009-10-09 15:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Scholekster \N f 6 2009-10-09 11:45:00 422 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Scholekster \N f 1 2009-10-09 15:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Scholekster \N f 1 2009-10-09 12:00:00 422 49 18 25768 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Scholekster \N f 1 2009-10-09 15:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Scholekster \N f 3 2009-10-09 12:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Scholekster \N f 2 2009-10-09 16:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Scholekster \N f 3 2009-10-09 16:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Scholekster \N f 3 2009-10-09 16:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Scholekster \N f 0 2009-10-09 16:45:00 422 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Scholekster \N f 1 2009-10-09 14:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Scholekster \N f 1 2009-10-09 14:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Scholekster \N f 3 2009-10-09 14:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Scholekster \N f 0 2009-10-08 10:30:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Scholekster \N f 11 2009-10-08 14:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Scholekster \N f 7 2009-10-08 10:45:00 423 49 18 25768 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 11 2009-10-08 14:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Scholekster \N f 4 2009-10-08 11:00:00 423 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Scholekster \N f 14 2009-10-08 14:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Scholekster \N f 6 2009-10-08 11:15:00 423 49 18 25768 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Scholekster \N f 9 2009-10-08 15:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Scholekster \N f 7 2009-10-08 11:30:00 423 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Scholekster \N f 0 2009-10-08 15:15:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Scholekster \N f 4 2009-10-08 11:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Scholekster \N f 9 2009-10-08 12:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Scholekster \N f 3 2009-10-08 12:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Scholekster \N f 13 2009-10-08 12:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Scholekster \N f 10 2009-10-08 12:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Scholekster \N f 21 2009-10-08 13:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Scholekster \N f 10 2009-10-08 13:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Scholekster \N f 14 2009-10-08 13:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Scholekster \N f 10 2009-10-08 13:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Scholekster \N f 16 2009-10-08 14:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Scholekster \N f 0 2009-10-08 10:30:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Scholekster \N f 11 2009-10-08 14:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Scholekster \N f 7 2009-10-08 10:45:00 423 49 18 25768 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 11 2009-10-08 14:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Scholekster \N f 4 2009-10-08 11:00:00 423 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Scholekster \N f 14 2009-10-08 14:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Scholekster \N f 6 2009-10-08 11:15:00 423 49 18 25768 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Scholekster \N f 9 2009-10-08 15:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Scholekster \N f 9 2009-10-08 12:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Scholekster \N f 3 2009-10-08 12:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Scholekster \N f 13 2009-10-08 12:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Scholekster \N f 10 2009-10-08 12:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Scholekster \N f 21 2009-10-08 13:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Scholekster \N f 10 2009-10-08 13:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Scholekster \N f 14 2009-10-08 13:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Scholekster \N f 10 2009-10-08 13:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Scholekster \N f 16 2009-10-08 14:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Scholekster \N f 2 2009-10-09 11:00:00 423 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Scholekster \N f 6 2009-10-09 14:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Scholekster \N f 3 2009-10-09 11:15:00 423 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Scholekster \N f 6 2009-10-09 15:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Scholekster \N f 4 2009-10-09 11:30:00 423 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Scholekster \N f 11 2009-10-09 11:45:00 423 49 18 25768 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Scholekster \N f 1 2009-10-09 15:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Scholekster \N f 11 2009-10-09 12:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Scholekster \N f 8 2009-10-09 16:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Scholekster \N f 8 2009-10-09 12:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Scholekster \N f 8 2009-10-09 16:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Scholekster \N f 11 2009-10-09 16:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Scholekster \N f 5 2009-10-09 13:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Scholekster \N f 0 2009-10-09 16:45:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Scholekster \N f 7 2009-10-09 13:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Scholekster \N f 7 2009-10-09 13:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Scholekster \N f 8 2009-10-09 14:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Scholekster \N f 7 2009-10-09 14:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Scholekster \N f 2 2009-10-09 11:00:00 423 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Scholekster \N f 6 2009-10-09 14:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Scholekster \N f 3 2009-10-09 11:15:00 423 49 18 25768 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Scholekster \N f 6 2009-10-09 15:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Scholekster \N f 4 2009-10-09 11:30:00 423 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Scholekster \N f 11 2009-10-09 11:45:00 423 49 18 25768 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Scholekster \N f 1 2009-10-09 15:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Scholekster \N f 7 2009-10-09 12:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Scholekster \N f 7 2009-10-09 15:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Scholekster \N f 11 2009-10-09 12:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Scholekster \N f 8 2009-10-09 16:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Scholekster \N f 8 2009-10-09 12:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Scholekster \N f 8 2009-10-09 16:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Scholekster \N f 11 2009-10-09 16:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Scholekster \N f 5 2009-10-09 13:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Scholekster \N f 0 2009-10-09 16:45:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Scholekster \N f 7 2009-10-09 13:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Scholekster \N f 9 2009-10-09 13:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Scholekster \N f 7 2009-10-09 13:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Scholekster \N f 8 2009-10-09 14:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Scholekster \N f 6 2009-10-09 14:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Scholekster \N f 7 2009-10-09 14:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Scholekster \N f 1 2009-10-08 09:45:00 424 49 18 25768 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Scholekster \N f 0 2009-10-08 10:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Scholekster \N f 0 2009-10-08 15:45:00 424 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Scholekster \N f 0 2009-10-08 16:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Scholekster \N f 1 2009-10-08 09:45:00 424 49 18 25768 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Scholekster \N f 0 2009-10-08 10:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Scholekster \N f 0 2009-10-08 15:45:00 424 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Scholekster \N f 0 2009-10-08 16:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Scholekster \N f 0 2009-10-09 10:15:00 424 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Scholekster \N f 0 2009-10-09 17:00:00 424 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Scholekster \N f 0 2009-10-09 10:15:00 424 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Scholekster \N f 0 2009-10-09 17:00:00 424 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Scholekster \N f 0 2009-10-08 09:45:00 425 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 425 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Scholekster \N f 1 2009-10-08 10:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Scholekster \N f 0 2009-10-08 15:45:00 425 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 25768 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Scholekster \N f 1 2009-10-08 16:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Scholekster \N f 0 2009-10-08 09:45:00 425 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 425 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Scholekster \N f 1 2009-10-08 10:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Scholekster \N f 0 2009-10-08 15:45:00 425 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 25768 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Scholekster \N f 0 2009-10-09 10:00:00 425 49 18 25768 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Scholekster \N f 0 2009-10-09 10:15:00 425 49 18 25768 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Scholekster \N f 0 2009-10-09 17:15:00 425 49 18 25768 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Scholekster \N f 0 2009-10-09 10:00:00 425 49 18 25768 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Scholekster \N f 0 2009-10-09 10:15:00 425 49 18 25768 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Scholekster \N f 0 2009-10-09 17:15:00 425 49 18 25768 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Scholekster \N f 0 2009-10-08 09:30:00 426 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Scholekster \N f 0 2009-10-08 09:45:00 426 49 18 25768 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Scholekster \N f 0 2009-10-08 10:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Scholekster \N f 0 2009-10-08 15:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 25768 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Scholekster \N f 0 2009-10-08 16:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Scholekster \N f 0 2009-10-08 09:30:00 426 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Scholekster \N f 0 2009-10-08 09:45:00 426 49 18 25768 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Scholekster \N f 0 2009-10-08 10:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Scholekster \N f 0 2009-10-08 15:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Scholekster \N f 0 2009-10-08 15:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 25768 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Scholekster \N f 0 2009-10-08 16:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Scholekster \N f 0 2009-10-09 10:00:00 426 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Scholekster \N f 0 2009-10-09 10:15:00 426 49 18 25768 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Scholekster \N f 1 2009-10-09 17:15:00 426 49 18 25768 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Scholekster \N f 0 2009-10-09 10:00:00 426 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Scholekster \N f 0 2009-10-09 10:15:00 426 49 18 25768 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Scholekster \N f 0 2009-10-09 10:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Scholekster \N f 1 2009-10-09 17:15:00 426 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 427 49 18 25768 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 10:15:0 95.0 Scholekster \N f 0 2009-10-08 10:15:00 427 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Scholekster \N f 2 2009-10-08 15:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Scholekster \N f 2 2009-10-08 15:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Scholekster \N f 5 2009-10-08 15:45:00 427 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 25768 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 427 49 18 25768 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Scholekster \N f 0 2009-10-08 10:15:00 427 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Scholekster \N f 0 2009-10-08 10:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Scholekster \N f 0 2009-10-08 11:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Scholekster \N f 2 2009-10-08 15:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Scholekster \N f 2 2009-10-08 15:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Scholekster \N f 5 2009-10-08 15:45:00 427 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 25768 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Scholekster \N f 0 2009-10-09 10:30:00 427 49 18 25768 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Scholekster \N f 0 2009-10-09 17:15:00 427 49 18 25768 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Scholekster \N f 0 2009-10-09 10:30:00 427 49 18 25768 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Scholekster \N f 0 2009-10-09 17:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Scholekster \N f 0 2009-10-09 17:15:00 427 49 18 25768 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 428 49 18 25768 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Scholekster \N f 7 2009-10-08 10:15:00 428 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Scholekster \N f 3 2009-10-08 10:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Scholekster \N f 7 2009-10-08 10:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Scholekster \N f 2 2009-10-08 11:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Scholekster \N f 1 2009-10-08 15:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Scholekster \N f 1 2009-10-08 15:45:00 428 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 25768 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 0 2009-10-08 10:00:00 428 49 18 25768 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Scholekster \N f 7 2009-10-08 10:15:00 428 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Scholekster \N f 3 2009-10-08 10:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Scholekster \N f 7 2009-10-08 10:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Scholekster \N f 2 2009-10-08 11:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Scholekster \N f 0 2009-10-08 15:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Scholekster \N f 1 2009-10-08 15:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 25768 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Scholekster \N f 0 2009-10-09 10:30:00 428 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Scholekster \N f 2 2009-10-09 10:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Scholekster \N f 4 2009-10-09 11:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Scholekster \N f 3 2009-10-09 11:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Scholekster \N f 2 2009-10-09 17:00:00 428 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 17:15:0 0.0 Scholekster \N f 0 2009-10-09 17:15:00 428 49 18 25768 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Scholekster \N f 0 2009-10-09 10:30:00 428 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Scholekster \N f 2 2009-10-09 10:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Scholekster \N f 4 2009-10-09 11:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Scholekster \N f 3 2009-10-09 11:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Scholekster \N f 0 2009-10-09 16:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Scholekster \N f 2 2009-10-09 17:00:00 428 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Scholekster \N f 0 2009-10-09 17:15:00 428 49 18 25768 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Scholekster \N f 0 2009-10-08 10:15:00 429 49 18 25768 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Scholekster \N f 4 2009-10-08 10:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Scholekster \N f 3 2009-10-08 11:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Scholekster \N f 2 2009-10-08 15:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Scholekster \N f 2 2009-10-08 15:15:00 429 49 18 25768 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Scholekster \N f 4 2009-10-08 15:30:00 429 49 18 25768 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Scholekster \N f 8 2009-10-08 15:45:00 429 49 18 25768 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 25768 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 1 2009-10-08 10:00:00 429 49 18 25768 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Scholekster \N f 0 2009-10-08 10:15:00 429 49 18 25768 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Scholekster \N f 7 2009-10-08 10:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Scholekster \N f 0 2009-10-08 14:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Scholekster \N f 4 2009-10-08 10:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Scholekster slechtvalk f 0 2009-10-08 14:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Scholekster \N f 0 2009-10-08 11:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Scholekster \N f 2 2009-10-08 15:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Scholekster \N f 0 2009-10-08 11:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Scholekster \N f 2 2009-10-08 15:15:00 429 49 18 25768 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Scholekster \N f 0 2009-10-08 12:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Scholekster \N f 4 2009-10-08 15:30:00 429 49 18 25768 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Scholekster \N f 8 2009-10-08 15:45:00 429 49 18 25768 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Scholekster \N f 3 2009-10-08 11:45:00 421 49 18 25768 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Scholekster vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 25768 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Scholekster \N f 4 2009-10-09 10:30:00 429 49 18 25768 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Scholekster \N f 0 2009-10-09 14:15:00 429 49 18 25768 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Scholekster \N f 4 2009-10-09 10:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Scholekster \N f 4 2009-10-09 16:45:00 429 49 18 25768 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Scholekster \N f 5 2009-10-09 17:00:00 429 49 18 25768 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Scholekster \N f 0 2009-10-09 10:15:00 429 49 18 25768 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Scholekster \N f 0 2009-10-09 14:00:00 429 49 18 25768 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Scholekster \N f 4 2009-10-09 10:30:00 429 49 18 25768 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Scholekster \N f 0 2009-10-09 14:15:00 429 49 18 25768 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Scholekster \N f 4 2009-10-09 10:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Scholekster \N f 0 2009-10-09 14:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Scholekster \N f 0 2009-10-09 11:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Scholekster \N f 1 2009-10-08 12:00:00 421 49 18 25768 35 \N 50 38 54 37 97 Gebied: D 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Scholekster \N f 0 2009-10-09 14:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Scholekster \N f 0 2009-10-09 11:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Scholekster \N f 0 2009-10-09 15:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Scholekster \N f 0 2009-10-09 15:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Scholekster \N f 0 2009-10-09 11:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Scholekster \N f 0 2009-10-09 15:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Scholekster \N f 0 2009-10-09 12:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Scholekster \N f 0 2009-10-09 16:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Scholekster \N f 0 2009-10-09 13:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Scholekster \N f 4 2009-10-09 16:45:00 429 49 18 25768 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Scholekster \N f 0 2009-10-09 13:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Scholekster \N f 5 2009-10-09 17:00:00 429 49 18 25768 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Scholekster slechtvalk f 1 2009-10-08 10:00:00 429 49 18 25768 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Scholekster \N f 0 2009-10-08 13:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Scholekster \N f 0 2009-10-08 13:15:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Scholekster \N f 0 2009-10-09 10:15:00 429 49 18 25768 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Scholekster \N f 0 2009-10-09 14:00:00 429 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Scholekster \N f 7 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Scholekster \N f 4 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Scholekster \N f 4 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Scholekster \N f 8 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Scholekster \N f 18 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Scholekster \N f 6 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Scholekster \N f 9 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Scholekster \N f 5 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Scholekster \N f 7 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Scholekster \N f 4 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Scholekster \N f 4 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Scholekster \N f 8 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Scholekster \N f 18 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Scholekster \N f 6 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Scholekster \N f 9 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Scholekster \N f 1 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Scholekster \N f 8 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Scholekster \N f 5 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Scholekster \N f 6 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Scholekster \N f 19 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Scholekster \N f 1 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Scholekster \N f 8 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Scholekster \N f 5 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Scholekster \N f 6 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Scholekster \N f 19 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Scholekster \N f 1 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Scholekster \N f 2 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Scholekster \N f 8 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Scholekster \N f 4 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Scholekster \N f 7 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Scholekster \N f 1 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Scholekster \N f 1 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Scholekster \N f 2 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Scholekster \N f 8 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Scholekster \N f 4 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Scholekster \N f 2 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Scholekster \N f 7 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Scholekster \N f 1 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Scholekster \N f 2 2010-10-09 08:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Scholekster \N f 2 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Scholekster \N f 4 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Scholekster \N f 6 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Scholekster \N f 0 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Scholekster \N f 1 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Scholekster \N f 1 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Scholekster \N f 2 2010-10-09 08:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Scholekster \N f 2 2010-10-09 08:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Scholekster \N f 2 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Scholekster \N f 4 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Scholekster \N f 6 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Scholekster \N f 0 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Scholekster \N f 1 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Scholekster \N f 1 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Scholekster \N f 0 2010-10-09 08:15:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Scholekster \N f 9 2010-10-09 08:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Scholekster \N f 0 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Scholekster \N f 0 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Scholekster \N f 0 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Scholekster \N f 0 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Scholekster \N f 0 2010-10-09 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Scholekster \N f 0 2010-10-09 08:15:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Scholekster \N f 9 2010-10-09 08:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Scholekster \N f 0 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Scholekster \N f 0 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Scholekster \N f 0 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Scholekster \N f 0 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Scholekster \N f 0 2010-10-09 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Scholekster \N f 30 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Scholekster \N f 35 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Scholekster \N f 13 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Scholekster \N f 0 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Scholekster \N f 30 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Scholekster \N f 35 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Scholekster \N f 13 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Scholekster \N f 0 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Scholekster \N f 0 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Scholekster \N f 0 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Scholekster \N f 0 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Scholekster \N f 15 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Scholekster \N f 2 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Scholekster \N f 3 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Scholekster \N f 6 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Scholekster \N f 4 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Scholekster \N f 1 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Scholekster \N f 15 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Scholekster \N f 21 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Scholekster \N f 18 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Scholekster \N f 14 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Scholekster \N f 0 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Scholekster \N f 4 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Scholekster \N f 1 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Scholekster \N f 2 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Scholekster \N f 3 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Scholekster \N f 6 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Scholekster \N f 4 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Scholekster \N f 1 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Scholekster \N f 13 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Scholekster \N f 6 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Scholekster \N f 1 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Scholekster \N f 2 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Scholekster \N f 0 2010-10-09 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Scholekster \N f 0 2010-10-09 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Scholekster \N f 1 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Scholekster \N f 1 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Scholekster \N f 1 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Scholekster \N f 6 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Scholekster \N f 8 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Scholekster \N f 3 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Scholekster \N f 13 2010-10-09 08:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Scholekster \N f 0 2010-10-09 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Scholekster \N f 6 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Scholekster \N f 0 2010-10-09 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Scholekster \N f 1 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Scholekster \N f 0 2010-10-09 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Scholekster \N f 2 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Scholekster \N f 0 2010-10-09 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Scholekster \N f 0 2010-10-09 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Scholekster \N f 1 2010-10-09 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Scholekster \N f 0 2010-10-09 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Scholekster \N f 1 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Scholekster \N f 0 2010-10-09 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Scholekster \N f 1 2010-10-09 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Scholekster \N f 0 2010-10-09 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Scholekster \N f 6 2010-10-09 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Scholekster \N f 0 2010-10-09 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Scholekster \N f 8 2010-10-09 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Scholekster \N f 3 2010-10-09 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Scholekster \N f 0 2010-10-09 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Scholekster \N f 0 2010-10-09 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Scholekster \N f 0 2010-10-09 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Scholekster \N f 0 2010-10-09 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Scholekster \N f 3 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Scholekster \N f 1 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Scholekster \N f 5 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Scholekster \N f 3 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Scholekster \N f 1 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Scholekster \N f 9 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Scholekster \N f 2 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Scholekster \N f 16 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Scholekster \N f 1 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Scholekster \N f 2 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:45:0 100.0 Scholekster \N f 3 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Scholekster \N f 1 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Scholekster \N f 9 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Scholekster \N f 2 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Scholekster \N f 16 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Scholekster \N f 1 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Scholekster \N f 2 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Scholekster \N f 9 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Scholekster \N f 2 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Scholekster \N f 5 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Scholekster \N f 44 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Scholekster \N f 3 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Scholekster \N f 2 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Scholekster \N f 9 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Scholekster \N f 2 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Scholekster \N f 5 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Scholekster \N f 44 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Scholekster \N f 3 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Scholekster \N f 2 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Scholekster \N f 2 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Scholekster \N f 2 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Scholekster \N f 3 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Scholekster \N f 1 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Scholekster \N f 2 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Scholekster \N f 2 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Scholekster \N f 3 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Scholekster \N f 1 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Scholekster \N f 1 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Scholekster \N f 1 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Scholekster \N f 1 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Scholekster \N f 3 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Scholekster \N f 0 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Scholekster \N f 1 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Scholekster \N f 1 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Scholekster \N f 1 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Scholekster \N f 3 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Scholekster \N f 3 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Scholekster \N f 4 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Scholekster \N f 3 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Scholekster \N f 3 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Scholekster \N f 4 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Scholekster \N f 3 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Scholekster \N f 1 2010-10-10 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Scholekster \N f 0 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Scholekster \N f 0 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Scholekster \N f 0 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Scholekster \N f 0 2010-10-10 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Scholekster \N f 0 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Scholekster \N f 22 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Scholekster \N f 1 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Scholekster \N f 0 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Scholekster \N f 0 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Scholekster \N f 22 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Scholekster \N f 0 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Scholekster \N f 0 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Scholekster \N f 23 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Scholekster \N f 26 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Scholekster \N f 16 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Scholekster \N f 5 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Scholekster \N f 5 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Scholekster \N f 23 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Scholekster \N f 26 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Scholekster \N f 16 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Scholekster \N f 0 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Scholekster \N f 0 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Scholekster \N f 5 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Scholekster \N f 5 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Scholekster \N f 0 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Scholekster \N f 32 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Scholekster \N f 37 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Scholekster \N f 33 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Scholekster \N f 32 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Scholekster \N f 23 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Scholekster \N f 16 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Scholekster \N f 5 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Scholekster \N f 0 2010-10-10 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Scholekster \N f 2 2010-10-10 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Scholekster \N f 0 2010-10-10 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Scholekster \N f 13 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Scholekster \N f 1 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Scholekster \N f 32 2010-10-10 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Scholekster \N f 0 2010-10-10 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Scholekster \N f 37 2010-10-10 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Scholekster \N f 0 2010-10-10 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Scholekster \N f 33 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Scholekster \N f 0 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Scholekster \N f 32 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Scholekster \N f 0 2010-10-10 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Scholekster \N f 23 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Scholekster \N f 0 2010-10-10 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Scholekster \N f 16 2010-10-10 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Scholekster \N f 0 2010-10-10 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Scholekster \N f 5 2010-10-10 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Scholekster \N f 0 2010-10-10 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Scholekster \N f 13 2010-10-10 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Scholekster \N f 0 2010-10-10 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Scholekster \N f 1 2010-10-10 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Scholekster \N f 0 2010-10-10 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Scholekster \N f 0 2010-10-10 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Scholekster \N f 0 2010-10-10 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Scholekster \N f 0 2010-10-10 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Scholekster \N f 0 2010-10-10 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Scholekster \N f 1 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Scholekster \N f 3 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Scholekster \N f 3 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Scholekster \N f 4 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Scholekster \N f 2 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Scholekster \N f 2 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Scholekster \N f 3 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Scholekster \N f 2 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Scholekster \N f 1 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Scholekster \N f 3 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Scholekster \N f 4 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Scholekster \N f 2 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Scholekster \N f 2 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Scholekster \N f 3 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Scholekster \N f 2 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Scholekster \N f 1 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Scholekster \N f 3 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N f 2 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N f 1 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N f 4 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N f 5 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N f 2 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N f 4 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Scholekster \N f 4 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N f 1 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N f 2 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N f 1 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N f 4 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N f 2 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N f 5 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N f 2 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N f 4 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Scholekster \N f 4 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N f 1 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N f 3 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N f 5 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N f 5 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N f 3 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N f 2 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N f 2 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Scholekster \N f 3 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N f 2 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N f 1 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N f 1 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N f 1 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Scholekster \N f 3 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Scholekster \N f 5 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Scholekster \N f 5 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Scholekster \N f 3 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Scholekster \N f 4 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Scholekster \N f 3 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Scholekster \N f 2 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Scholekster \N f 4 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Scholekster \N f 2 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Scholekster \N f 3 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Scholekster \N f 2 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Scholekster \N f 1 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Scholekster \N f 1 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Scholekster \N f 1 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Scholekster \N f 1 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Scholekster \N f 0 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Scholekster \N f 0 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Scholekster \N f 0 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Scholekster \N f 0 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Scholekster \N f 0 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Scholekster \N f 0 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Scholekster \N f 2 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Scholekster \N f 0 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Scholekster \N f 1 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Scholekster \N f 1 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Scholekster \N f 1 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Scholekster Smelleken f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Scholekster \N f 1 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Scholekster \N f 2 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Scholekster \N f 0 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Scholekster \N f 1 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Scholekster \N f 1 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Scholekster \N f 1 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Scholekster Smelleken f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Scholekster \N f 1 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Scholekster \N f 1 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Scholekster \N f 4 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Scholekster \N f 1 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Scholekster \N f 1 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Scholekster \N f 1 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Scholekster \N f 3 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Scholekster \N f 1 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Scholekster \N f 3 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Scholekster Smelleken f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Scholekster \N f 4 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Scholekster \N f 1 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Scholekster \N f 1 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Scholekster \N f 1 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Scholekster \N f 3 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Scholekster \N f 1 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Scholekster \N f 3 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Scholekster Smelleken f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Scholekster \N f 0 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Scholekster \N f 0 2011-10-01 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Scholekster \N f 4 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 10:30:0 95.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Scholekster \N f 9 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Scholekster \N f 1 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Scholekster \N f 3 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Scholekster \N f 5 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Scholekster \N f 3 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Scholekster \N f 1 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Scholekster \N f 2 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Scholekster \N f 4 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Scholekster \N f 4 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Scholekster \N f 0 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Scholekster \N f 9 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Scholekster \N f 1 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Scholekster \N f 3 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Scholekster \N f 5 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Scholekster \N f 3 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Scholekster \N f 2 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Scholekster \N f 4 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Scholekster \N f 57 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Scholekster \N f 13 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Scholekster \N f 11 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Scholekster \N f 31 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Scholekster \N f 6 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Scholekster \N f 39 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Scholekster \N f 47 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Scholekster \N f 27 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Scholekster \N f 1 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Scholekster \N f 26 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Scholekster \N f 16 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Scholekster \N f 19 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Scholekster \N f 7 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Scholekster \N f 15 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Scholekster \N f 6 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Scholekster \N f 14 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Scholekster \N f 9 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Scholekster \N f 5 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Scholekster \N f 11 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Scholekster \N f 10 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Scholekster \N f 57 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Scholekster \N f 13 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Scholekster \N f 58 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Scholekster \N f 11 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Scholekster \N f 31 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Scholekster \N f 6 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Scholekster \N f 39 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Scholekster \N f 47 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Scholekster \N f 27 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Scholekster \N f 1 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Scholekster \N f 26 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Scholekster \N f 16 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Scholekster \N f 0 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Scholekster \N f 19 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Scholekster \N f 7 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Scholekster \N f 15 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Scholekster \N f 6 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Scholekster \N f 14 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Scholekster \N f 9 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Scholekster \N f 5 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Scholekster \N f 11 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Scholekster \N f 10 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Scholekster \N f 64 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Scholekster \N f 16 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Scholekster \N f 39 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Scholekster \N f 33 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Scholekster \N f 57 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Scholekster \N f 8 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Scholekster \N f 23 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Scholekster smelleken f 19 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Scholekster \N f 27 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Scholekster \N f 16 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Scholekster \N f 22 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:45:0 100.0 Scholekster \N f 14 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Scholekster \N f 13 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Scholekster \N f 12 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Scholekster \N f 14 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Scholekster \N f 18 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Scholekster \N f 63 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Scholekster \N f 17 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Scholekster \N f 52 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Scholekster \N f 11 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Scholekster \N f 64 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Scholekster \N f 16 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Scholekster \N f 39 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Scholekster \N f 33 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Scholekster \N f 57 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Scholekster \N f 8 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Scholekster \N f 23 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Scholekster \N f 31 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Scholekster smelleken f 19 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Scholekster \N f 27 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Scholekster \N f 16 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Scholekster \N f 22 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Scholekster \N f 21 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Scholekster \N f 14 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Scholekster \N f 13 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Scholekster \N f 12 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Scholekster \N f 14 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Scholekster \N f 18 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Scholekster \N f 17 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Scholekster \N f 120 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Scholekster \N f 12 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Scholekster \N f 28 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Scholekster \N f 23 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Scholekster \N f 90 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Scholekster \N f 17 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Scholekster \N f 120 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Scholekster \N f 12 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Scholekster \N f 28 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Scholekster \N f 23 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Scholekster \N f 90 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Scholekster \N f 41 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Scholekster \N f 12 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 10:45:0 95.0 Scholekster \N f 4 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Scholekster \N f 1 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Scholekster \N f 1 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Scholekster \N f 2 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Scholekster \N f 3 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Scholekster \N f 34 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Scholekster \N f 41 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Scholekster \N f 12 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Scholekster \N f 4 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Scholekster \N f 1 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Scholekster \N f 1 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Scholekster \N f 2 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Scholekster \N f 3 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Scholekster \N f 34 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Scholekster \N f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Scholekster \N f 11 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Scholekster \N f 50 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Scholekster \N f 35 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Scholekster \N f 1 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Scholekster \N f 16 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Scholekster \N f 0 2011-10-01 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Scholekster \N f 11 2011-10-01 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Scholekster \N f 0 2011-10-01 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Scholekster \N f 50 2011-10-01 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Scholekster \N f 0 2011-10-01 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Scholekster \N f 35 2011-10-01 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Scholekster \N f 0 2011-10-01 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Scholekster \N f 0 2011-10-01 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Scholekster \N f 0 2011-10-01 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Scholekster \N f 0 2011-10-01 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Scholekster \N f 0 2011-10-01 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Scholekster \N f 0 2011-10-01 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Scholekster \N f 0 2011-10-01 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Scholekster \N f 0 2011-10-01 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Scholekster \N f 0 2011-10-01 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Scholekster \N f 0 2011-10-01 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Scholekster \N f 0 2011-10-01 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Scholekster \N f 0 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Scholekster \N f 1 2011-10-01 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Scholekster \N f 0 2011-10-01 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Scholekster \N f 4 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Scholekster \N f 0 2011-10-01 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Scholekster \N f 16 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Scholekster Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Scholekster \N f 0 2011-10-01 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Scholekster \N f 0 2011-10-01 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Scholekster \N f 1 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Scholekster \N f 1 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Scholekster \N f 3 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Scholekster \N f 4 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Scholekster \N f 1 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Scholekster \N f 2 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Scholekster \N f 1 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Scholekster \N f 3 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Scholekster \N f 2 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Scholekster \N f 1 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Scholekster \N f 1 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Scholekster \N f 4 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Scholekster \N f 1 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Scholekster \N f 2 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Scholekster \N f 2 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Scholekster \N f 1 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Scholekster \N f 5 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Scholekster \N f 4 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Scholekster \N f 4 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Scholekster \N f 1 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Scholekster \N f 2 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Scholekster \N f 4 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Scholekster \N f 5 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Scholekster \N f 4 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Scholekster \N f 4 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Scholekster \N f 1 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Scholekster \N f 2 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Scholekster \N f 4 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Scholekster \N f 3 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Scholekster \N f 2 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Scholekster \N f 5 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Scholekster \N f 2 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Scholekster \N f 5 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Scholekster \N f 2 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Scholekster \N f 1 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Scholekster \N f 4 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 2 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Scholekster \N f 2 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Scholekster \N f 2 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Scholekster \N f 1 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Scholekster \N f 3 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Scholekster \N f 2 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Scholekster \N f 5 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Scholekster \N f 2 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Scholekster \N f 5 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Scholekster \N f 2 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Scholekster \N f 6 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Scholekster \N f 3 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Scholekster \N f 2 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Scholekster \N f 2 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Scholekster \N f 1 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Scholekster \N f 4 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 2 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Scholekster \N f 2 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Scholekster \N f 0 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Scholekster \N f 0 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Scholekster \N f 0 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Scholekster \N f 0 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Scholekster \N f 0 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Scholekster \N f 7 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Scholekster \N f 0 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Scholekster \N f 2 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Scholekster \N f 5 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Scholekster \N f 2 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Scholekster \N f 1 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Scholekster \N f 1 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Scholekster \N f 7 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Scholekster \N f 0 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Scholekster \N f 2 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Scholekster \N f 5 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Scholekster \N f 2 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Scholekster \N f 1 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Scholekster \N f 1 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Scholekster \N f 22 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Scholekster \N f 3 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Scholekster \N f 0 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Scholekster \N f 2 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Scholekster \N f 2 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Scholekster \N f 4 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Scholekster \N f 22 2011-10-02 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Scholekster \N f 3 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Scholekster \N f 0 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Scholekster \N f 2 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Scholekster \N f 0 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Scholekster \N f 4 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Scholekster \N f 5 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Scholekster \N f 6 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Scholekster \N f 9 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Scholekster \N f 11 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Scholekster \N f 4 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Scholekster \N f 6 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Scholekster \N f 8 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Scholekster \N f 5 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Scholekster \N f 6 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Scholekster \N f 9 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Scholekster \N f 11 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Scholekster \N f 4 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Scholekster \N f 6 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Scholekster \N f 8 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Scholekster slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Scholekster \N f 20 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Scholekster \N f 38 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Scholekster \N f 37 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Scholekster \N f 27 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Scholekster \N f 29 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Scholekster \N f 20 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Scholekster \N f 20 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Scholekster \N f 3 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Scholekster \N f 20 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Scholekster \N f 38 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Scholekster \N f 37 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Scholekster \N f 27 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Scholekster \N f 29 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Scholekster \N f 20 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Scholekster \N f 20 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Scholekster \N f 3 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Scholekster \N f 10 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Scholekster \N f 31 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Scholekster \N f 47 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Scholekster \N f 35 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Scholekster \N f 19 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Scholekster \N f 25 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Scholekster \N f 24 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Scholekster \N f 22 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Scholekster \N f 6 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Scholekster \N f 14 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Scholekster \N f 31 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Scholekster \N f 47 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Scholekster \N f 35 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Scholekster \N f 19 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Scholekster \N f 25 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Scholekster \N f 24 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Scholekster \N f 22 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Scholekster \N f 6 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Scholekster visarend f 0 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Scholekster \N f 14 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Scholekster \N f 0 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Scholekster \N f 160 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Scholekster \N f 50 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Scholekster \N f 1 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Scholekster \N f 2 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Scholekster \N f 1 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Scholekster \N f 3 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Scholekster \N f 2 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Scholekster \N f 0 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Scholekster \N f 6 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Scholekster visarend f 11 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Scholekster \N f 1 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Scholekster \N f 1 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Scholekster \N f 1 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Scholekster \N f 160 2011-10-02 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Scholekster \N f 50 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Scholekster \N f 1 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Scholekster \N f 2 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Scholekster \N f 1 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Scholekster \N f 4 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Scholekster \N f 3 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Scholekster \N f 2 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Scholekster \N f 1 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Scholekster \N f 6 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Scholekster visarend f 11 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Scholekster \N f 1 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Scholekster \N f 1 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Scholekster \N f 1 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Scholekster \N f 1 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Scholekster \N f 60 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Scholekster \N f 1 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Scholekster \N f 1 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Scholekster \N f 7 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Scholekster \N f 1 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Scholekster \N f 1 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Scholekster \N f 1 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Scholekster \N f 1 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Scholekster visarend f 1 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Scholekster \N f 1 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Scholekster \N f 60 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Scholekster \N f 1 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Scholekster \N f 1 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Scholekster \N f 0 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Scholekster \N f 7 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Scholekster \N f 1 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Scholekster \N f 1 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Scholekster \N f 1 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Scholekster \N f 1 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Scholekster \N f 1 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Scholekster \N f 3 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Scholekster \N f 0 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Scholekster visarend f 1 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Scholekster \N f 1 2011-10-02 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Scholekster \N f 31 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Scholekster \N f 45 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Scholekster \N f 1 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Scholekster \N f 0 2011-10-02 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Scholekster \N f 1 2011-10-02 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Scholekster \N f 13 2011-10-02 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Scholekster visarend f 7 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Scholekster \N f 0 2011-10-02 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Scholekster \N f 0 2011-10-02 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Scholekster \N f 0 2011-10-02 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Scholekster \N f 31 2011-10-02 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Scholekster \N f 0 2011-10-02 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Scholekster \N f 45 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Scholekster \N f 0 2011-10-02 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Scholekster \N f 8 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Scholekster \N f 0 2011-10-02 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Scholekster \N f 1 2011-10-02 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Scholekster \N f 0 2011-10-02 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Scholekster \N f 0 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Scholekster \N f 0 2011-10-02 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Scholekster \N f 0 2011-10-02 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Scholekster visarend f 7 2011-10-02 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Scholekster \N f 0 2011-10-02 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Scholekster \N f 0 2011-10-02 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Scholekster \N f 8 2011-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Scholekster \N f 3 2011-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Scholekster \N f 8 2011-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Scholekster \N f 9 2011-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Scholekster \N f 6 2011-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Scholekster \N f 11 2011-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Scholekster \N f 2 2011-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Scholekster \N f 2 2011-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Scholekster \N f 1 2011-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Scholekster \N f 0 2011-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Scholekster \N f 0 2011-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Scholekster \N f 0 2011-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Scholekster \N f 0 2011-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Scholekster \N f 0 2011-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Scholekster \N f 0 2011-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Scholekster \N f 0 2011-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Scholekster \N f 0 2011-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Scholekster \N f 0 2011-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Scholekster \N f 0 2011-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Scholekster \N f 8 2011-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Scholekster \N f 3 2011-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Scholekster \N f 8 2011-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Scholekster \N f 9 2011-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Scholekster \N f 6 2011-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Scholekster \N f 11 2011-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Scholekster \N f 2 2011-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Scholekster \N f 2 2011-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Scholekster \N f 1 2011-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Scholekster \N f 0 2011-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Scholekster \N f 0 2011-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Scholekster \N f 0 2011-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Scholekster \N f 0 2011-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Scholekster \N f 0 2011-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Scholekster \N f 0 2011-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Scholekster \N f 0 2011-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Scholekster \N f 0 2011-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Scholekster \N f 0 2011-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Scholekster \N f 15 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Scholekster \N f 14 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Scholekster \N f 7 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Scholekster \N f 3 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Scholekster \N f 20 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Scholekster \N f 5 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Scholekster \N f 2 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Scholekster \N f 1 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Scholekster \N f 15 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Scholekster \N f 14 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Scholekster \N f 7 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:30:0 100.0 Scholekster \N f 20 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Scholekster \N f 5 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Scholekster \N f 2 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Scholekster \N f 1 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Scholekster \N f 18 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Scholekster \N f 6 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Scholekster \N f 3 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Scholekster \N f 9 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Scholekster \N f 10 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Scholekster \N f 1 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Scholekster \N f 6 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Scholekster \N f 3 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Scholekster \N f 9 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Scholekster \N f 10 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Scholekster \N f 1 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Scholekster \N f 1 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Scholekster \N f 0 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 11:30:0 100.0 Scholekster \N f 0 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Scholekster \N f 0 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Scholekster \N f 0 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Scholekster \N f 7 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Scholekster \N f 0 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Scholekster \N f 0 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Scholekster \N f 0 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Scholekster \N f 0 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Scholekster \N f 7 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Scholekster \N f 0 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Scholekster \N f 3 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Scholekster \N f 2 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Scholekster \N f 1 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Scholekster \N f 4 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Scholekster \N f 0 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Scholekster \N f 15 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Scholekster \N f 3 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Scholekster \N f 2 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Scholekster \N f 1 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Scholekster \N f 4 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Scholekster \N f 0 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Scholekster \N f 15 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Scholekster \N f 1 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Scholekster \N f 2 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Scholekster \N f 0 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Scholekster \N f 1 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Scholekster \N f 1 2012-10-07 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Scholekster \N f 2 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Scholekster \N f 1 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Scholekster \N f 0 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Scholekster \N f 1 2012-10-07 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Scholekster \N f 9 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Scholekster \N f 17 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Scholekster \N f 13 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Scholekster \N f 0 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Scholekster \N f 9 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Scholekster \N f 0 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Scholekster \N f 17 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Scholekster \N f 13 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Scholekster \N f 7 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Scholekster \N f 18 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Scholekster \N f 19 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Scholekster \N f 1 2009-10-08 16:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Scholekster \N f 4 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Scholekster \N f 1 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:15:0 97.0 Scholekster \N f 0 2009-10-08 12:15:00 421 49 18 25768 35 \N 50 38 54 37 97 Gebied: H 2012-10-7 17:15:0 90.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Scholekster \N f 41 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Scholekster \N f 7 2012-10-07 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Scholekster \N f 18 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Scholekster \N f 15 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Scholekster \N f 19 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Scholekster \N f 4 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Scholekster \N f 0 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Scholekster \N f 1 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Scholekster \N f 0 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Scholekster \N f 41 2012-10-07 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Scholekster \N f 34 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Scholekster \N f 16 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Scholekster \N f 14 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Scholekster \N f 8 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Scholekster \N f 2 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Scholekster \N f 31 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Scholekster \N f 3 2012-10-07 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Scholekster \N f 0 2012-10-07 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Scholekster \N f 34 2012-10-07 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Scholekster \N f 16 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Scholekster \N f 14 2012-10-07 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Scholekster \N f 0 2012-10-07 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Scholekster \N f 0 2012-10-07 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Scholekster \N f 0 2012-10-07 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Scholekster \N f 0 2012-10-07 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Scholekster \N f 8 2012-10-07 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Scholekster \N f 0 2012-10-07 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Scholekster \N f 2 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Scholekster \N f 0 2012-10-07 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Scholekster \N f 31 2012-10-07 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Scholekster \N f 0 2012-10-07 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Scholekster \N f 0 2012-10-07 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Scholekster \N f 0 2012-10-07 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Scholekster \N f 0 2012-10-07 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Scholekster \N f 0 2012-10-07 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Scholekster \N f 0 2012-10-07 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Scholekster \N f 0 2011-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Scholekster \N f 21 2011-10-08 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Scholekster \N f 0 2011-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Scholekster \N f 7 2011-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Scholekster \N f 0 2011-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Scholekster \N f 0 2011-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Scholekster \N f 0 2011-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Scholekster \N f 0 2011-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Scholekster \N f 0 2011-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Scholekster \N f 0 2011-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Scholekster \N f 0 2011-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Scholekster \N f 0 2011-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Scholekster \N f 0 2011-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Scholekster \N f 0 2011-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Scholekster \N f 0 2011-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Scholekster \N f 0 2011-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Scholekster \N f 0 2011-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Scholekster \N f 0 2011-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Scholekster \N f 0 2011-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Scholekster \N f 0 2011-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Scholekster \N f 0 2011-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Scholekster \N f 1 2011-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Scholekster \N f 0 2011-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Scholekster \N f 31 2011-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Scholekster \N f 0 2011-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wulp \N f 0 2007-10-19 13:00:00 416 49 18 6146 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 18:30:0 30.0 Scholekster \N f 17 2011-10-08 18:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Scholekster \N f 0 2011-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Scholekster \N f 0 2011-10-08 18:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Scholekster \N f 0 2011-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Scholekster \N f 21 2011-10-08 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Scholekster \N f 0 2011-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Scholekster \N f 7 2011-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Scholekster \N f 0 2011-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Scholekster \N f 1 2011-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Scholekster \N f 0 2011-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Scholekster \N f 0 2011-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Scholekster \N f 0 2011-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Scholekster \N f 0 2011-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Scholekster \N f 0 2011-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Scholekster \N f 0 2011-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Scholekster \N f 0 2011-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Scholekster \N f 0 2011-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Scholekster \N f 0 2011-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Scholekster \N f 0 2011-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Scholekster \N f 0 2011-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Scholekster \N f 0 2011-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Scholekster \N f 0 2011-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Scholekster \N f 0 2011-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Scholekster \N f 0 2011-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Scholekster \N f 1 2011-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Scholekster \N f 0 2011-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Scholekster \N f 31 2011-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Scholekster \N f 0 2011-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Scholekster \N f 17 2011-10-08 18:30:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Scholekster \N f 0 2011-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Scholekster \N f 0 2011-10-08 18:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 15:45:0 100.0 Scholekster \N f 0 2012-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Scholekster \N f 5 2012-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Scholekster \N f 0 2012-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Scholekster \N f 6 2012-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Scholekster \N f 0 2012-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Scholekster \N f 0 2012-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Scholekster \N f 0 2012-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Scholekster \N f 0 2012-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Scholekster \N f 0 2012-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Scholekster \N f 0 2012-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Scholekster \N f 0 2012-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Scholekster \N f 0 2012-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Scholekster \N f 0 2012-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Scholekster \N f 0 2012-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Scholekster \N f 0 2012-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Scholekster \N f 0 2012-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Scholekster \N f 0 2012-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Scholekster \N f 0 2012-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Scholekster \N f 36 2012-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Scholekster \N f 0 2012-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:0:0 100.0 Scholekster \N f 0 2012-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Scholekster \N f 0 2012-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Scholekster \N f 1 2012-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Scholekster \N f 19 2012-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Scholekster \N f 0 2012-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Scholekster \N f 5 2012-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Scholekster \N f 0 2012-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Scholekster \N f 6 2012-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Scholekster \N f 0 2012-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Scholekster \N f 0 2012-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Scholekster \N f 0 2012-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Scholekster \N f 0 2012-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Scholekster \N f 0 2012-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Scholekster \N f 0 2012-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Scholekster \N f 0 2012-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Scholekster \N f 0 2012-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Scholekster \N f 1 2012-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Scholekster \N f 0 2012-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Scholekster \N f 0 2012-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Scholekster \N f 0 2012-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Scholekster \N f 0 2012-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Scholekster \N f 0 2012-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Scholekster \N f 0 2012-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Scholekster \N f 0 2012-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Scholekster \N f 36 2012-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Scholekster \N f 0 2012-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Scholekster \N f 0 2012-10-08 18:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Scholekster \N f 0 2012-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Scholekster \N f 0 2012-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Scholekster \N f 1 2012-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Scholekster \N f 40 2012-10-08 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Scholekster \N f 0 2012-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Scholekster \N f 14 2012-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Scholekster \N f 0 2012-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Scholekster \N f 9 2009-10-09 13:30:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Scholekster \N f 6 2012-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Scholekster \N f 0 2012-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Scholekster \N f 2 2012-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Scholekster \N f 0 2012-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Scholekster \N f 0 2012-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Scholekster \N f 0 2012-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Scholekster \N f 1 2012-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Scholekster \N f 0 2012-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Scholekster \N f 0 2012-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Scholekster \N f 0 2012-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Scholekster \N f 0 2012-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Scholekster \N f 0 2012-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Scholekster \N f 2 2012-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Scholekster \N f 0 2012-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Scholekster \N f 13 2012-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Scholekster \N f 0 2012-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Scholekster \N f 28 2012-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Scholekster \N f 0 2012-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Scholekster \N f 0 2012-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:45:0 100.0 Scholekster \N f 0 2012-10-08 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Scholekster \N f 14 2012-10-08 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Scholekster \N f 0 2012-10-08 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Scholekster \N f 6 2012-10-08 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Scholekster \N f 0 2012-10-08 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Scholekster \N f 2 2012-10-08 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Scholekster \N f 0 2012-10-08 16:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Scholekster \N f 0 2012-10-08 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Scholekster \N f 0 2012-10-08 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Scholekster \N f 1 2012-10-08 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Scholekster \N f 0 2012-10-08 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Scholekster \N f 0 2012-10-08 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Scholekster \N f 0 2012-10-08 17:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Scholekster \N f 0 2012-10-08 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Scholekster \N f 0 2012-10-08 17:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Scholekster \N f 0 2012-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Scholekster \N f 2 2012-10-08 17:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Scholekster \N f 0 2012-10-08 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Scholekster \N f 13 2012-10-08 18:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Scholekster \N f 0 2012-10-08 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Scholekster \N f 28 2012-10-08 18:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Scholekster \N f 0 2012-10-08 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Scholekster \N f 0 2012-10-08 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Scholekster \N f 0 2012-10-08 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Scholekster \N f 0 2012-10-08 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Scholekster \N f 4 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Scholekster \N f 2 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Scholekster \N f 2 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Scholekster \N f 3 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Scholekster \N f 5 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 10:45:0 80.0 Scholekster \N f 4 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Scholekster \N f 9 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Scholekster \N f 2 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Scholekster \N f 0 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Scholekster \N f 1 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Scholekster \N f 1 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Scholekster \N f 2 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Scholekster \N f 4 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Scholekster \N f 2 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Scholekster \N f 2 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Scholekster \N f 3 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Scholekster \N f 5 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Scholekster \N f 17 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Scholekster \N f 4 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Scholekster \N f 9 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Scholekster \N f 2 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Scholekster \N f 0 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Scholekster \N f 1 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Scholekster \N f 1 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Scholekster \N f 2 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Scholekster \N f 3 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Scholekster \N f 6 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Scholekster \N f 1 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Scholekster \N f 5 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Scholekster \N f 5 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Scholekster \N f 4 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Scholekster \N f 8 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Scholekster \N f 1 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Scholekster \N f 4 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Scholekster \N f 4 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Scholekster \N f 1 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Scholekster \N f 1 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Scholekster \N f 3 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Scholekster \N f 1 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Scholekster \N f 2 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Scholekster \N f 2 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Scholekster \N f 3 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Scholekster \N f 6 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Scholekster \N f 1 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Scholekster \N f 5 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Scholekster \N f 5 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Scholekster \N f 4 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Scholekster \N f 8 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Scholekster \N f 1 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Scholekster \N f 4 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:45:0 100.0 Scholekster \N f 1 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Scholekster \N f 3 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Scholekster \N f 1 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Scholekster \N f 2 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Scholekster \N f 2 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Scholekster \N f 3 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Scholekster \N f 9 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Scholekster \N f 3 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Scholekster \N f 6 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Scholekster \N f 9 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Scholekster \N f 2 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Scholekster \N f 6 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Scholekster \N f 0 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Scholekster \N f 14 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Scholekster \N f 2 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Scholekster \N f 2 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Scholekster \N f 2 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Scholekster \N f 3 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Scholekster \N f 2 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Scholekster \N f 4 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Scholekster \N f 1 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Scholekster \N f 3 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Scholekster \N f 9 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:15:0 100.0 Scholekster \N f 9 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Scholekster \N f 2 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Scholekster \N f 6 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Scholekster \N f 0 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Scholekster \N f 14 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Scholekster \N f 2 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Scholekster \N f 2 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Scholekster \N f 2 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Scholekster \N f 3 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Scholekster \N f 2 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Scholekster \N f 4 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Scholekster \N f 1 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Scholekster \N f 2 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Scholekster \N f 0 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Scholekster \N f 0 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Scholekster \N f 0 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Scholekster \N f 0 2009-10-08 10:30:00 421 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Scholekster \N f 3 2009-10-08 14:15:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Scholekster \N f 0 2007-10-18 12:45:00 413 49 18 25768 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Scholekster slechtvalk f 34 2007-10-18 13:00:00 413 49 18 25768 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Scholekster \N f 14 2007-10-18 13:15:00 413 49 18 25768 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 14:0:0 100.0 Scholekster \N f 7 2007-10-18 14:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Scholekster \N f 5 2007-10-18 14:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Scholekster \N f 2 2007-10-18 14:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Scholekster \N f 3 2007-10-18 15:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Scholekster \N f 10 2007-10-18 15:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Scholekster \N f 17 2007-10-18 15:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Scholekster \N f 16 2007-10-18 15:45:00 413 49 18 25768 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Scholekster \N f 0 2007-10-18 16:00:00 413 49 18 25768 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Scholekster \N f 0 2007-10-18 12:45:00 413 49 18 25768 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Scholekster slechtvalk f 34 2007-10-18 13:00:00 413 49 18 25768 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Scholekster \N f 14 2007-10-18 13:15:00 413 49 18 25768 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Scholekster \N f 18 2007-10-18 13:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Scholekster \N f 5 2007-10-18 13:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Scholekster \N f 7 2007-10-18 14:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Scholekster \N f 5 2007-10-18 14:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Scholekster \N f 2 2007-10-18 14:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Scholekster \N f 3 2007-10-18 15:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Scholekster \N f 10 2007-10-18 15:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Scholekster \N f 17 2007-10-18 15:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Scholekster \N f 37 2007-10-19 13:00:00 413 49 18 25768 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Scholekster \N f 10 2007-10-19 16:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Scholekster \N f 9 2007-10-19 13:15:00 413 49 18 25768 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Scholekster \N f 3 2007-10-19 16:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Scholekster \N f 8 2007-10-19 13:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Scholekster \N f 1 2007-10-19 17:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Scholekster \N f 9 2007-10-19 13:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Scholekster \N f 19 2007-10-19 17:15:00 413 49 18 25768 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Scholekster \N f 14 2007-10-19 14:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Scholekster \N f 15 2007-10-19 14:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Scholekster \N f 6 2007-10-19 14:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Scholekster \N f 7 2007-10-19 15:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Scholekster \N f 10 2007-10-19 15:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Scholekster \N f 2 2007-10-19 15:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Scholekster \N f 10 2007-10-19 15:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Scholekster \N f 7 2007-10-19 16:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Scholekster \N f 37 2007-10-19 13:00:00 413 49 18 25768 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Scholekster \N f 10 2007-10-19 16:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Scholekster \N f 9 2007-10-19 13:15:00 413 49 18 25768 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Scholekster \N f 3 2007-10-19 16:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Scholekster \N f 8 2007-10-19 13:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Scholekster \N f 1 2007-10-19 17:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Scholekster \N f 9 2007-10-19 13:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Scholekster \N f 19 2007-10-19 17:15:00 413 49 18 25768 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Scholekster \N f 14 2007-10-19 14:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Scholekster \N f 11 2007-10-19 14:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Scholekster \N f 15 2007-10-19 14:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Scholekster \N f 6 2007-10-19 14:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Scholekster \N f 7 2007-10-19 15:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Scholekster \N f 10 2007-10-19 15:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Scholekster \N f 2 2007-10-19 15:30:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Scholekster \N f 10 2007-10-19 15:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Scholekster \N f 7 2007-10-19 16:00:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Scholekster \N f 16 2007-10-18 15:45:00 413 49 18 25768 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Scholekster \N f 0 2007-10-18 16:00:00 413 49 18 25768 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 12:45:0 1.0 Scholekster \N f 17 2007-10-18 12:45:00 414 49 18 25768 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Scholekster slechtvalk f 17 2007-10-18 13:00:00 414 49 18 25768 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Scholekster \N f 26 2007-10-18 13:15:00 414 49 18 25768 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Scholekster \N f 21 2007-10-18 13:30:00 414 49 18 25768 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Scholekster \N f 1 2007-10-18 14:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Scholekster \N f 17 2007-10-18 14:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Scholekster \N f 17 2007-10-18 14:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Scholekster \N f 1 2007-10-18 15:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Scholekster \N f 17 2007-10-18 12:45:00 414 49 18 25768 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:15:0 75.0 Scholekster \N f 26 2007-10-18 13:15:00 414 49 18 25768 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Scholekster \N f 21 2007-10-18 13:30:00 414 49 18 25768 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Scholekster \N f 0 2007-10-18 13:45:00 414 49 18 25768 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Scholekster \N f 1 2007-10-18 14:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Scholekster \N f 17 2007-10-18 14:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Scholekster \N f 17 2007-10-18 14:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Scholekster \N f 1 2007-10-18 15:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Scholekster \N f 7 2007-10-19 12:45:00 414 49 18 25768 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Scholekster \N f 6 2007-10-19 16:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Scholekster \N f 37 2007-10-19 13:00:00 414 49 18 25768 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Scholekster \N f 19 2007-10-19 16:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Scholekster \N f 36 2007-10-19 13:15:00 414 49 18 25768 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Scholekster \N f 3 2007-10-19 16:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Scholekster \N f 18 2007-10-19 13:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Scholekster \N f 21 2007-10-19 17:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Scholekster \N f 34 2007-10-19 13:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Scholekster \N f 37 2007-10-19 17:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Scholekster \N f 16 2007-10-19 14:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Scholekster slechtvalk f 17 2007-10-19 17:30:00 414 49 18 25768 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:30:0 100.0 Scholekster \N f 18 2007-10-19 14:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Scholekster \N f 13 2007-10-19 14:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Scholekster \N f 27 2007-10-19 15:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Scholekster \N f 12 2007-10-19 15:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Scholekster \N f 11 2007-10-19 15:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Scholekster \N f 3 2007-10-19 15:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Scholekster \N f 5 2007-10-19 16:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Scholekster \N f 7 2007-10-19 12:45:00 414 49 18 25768 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Scholekster \N f 6 2007-10-19 16:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Scholekster \N f 37 2007-10-19 13:00:00 414 49 18 25768 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Scholekster \N f 19 2007-10-19 16:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Scholekster \N f 36 2007-10-19 13:15:00 414 49 18 25768 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Scholekster \N f 3 2007-10-19 16:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Scholekster \N f 18 2007-10-19 13:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Scholekster \N f 21 2007-10-19 17:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Scholekster \N f 34 2007-10-19 13:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Scholekster \N f 37 2007-10-19 17:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Scholekster \N f 16 2007-10-19 14:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Scholekster slechtvalk f 17 2007-10-19 17:30:00 414 49 18 25768 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Scholekster \N f 20 2007-10-19 14:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Scholekster \N f 18 2007-10-19 14:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Scholekster \N f 13 2007-10-19 14:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Scholekster \N f 27 2007-10-19 15:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Scholekster \N f 12 2007-10-19 15:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Scholekster \N f 11 2007-10-19 15:30:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Scholekster \N f 3 2007-10-19 15:45:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Scholekster \N f 5 2007-10-19 16:00:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Scholekster \N f 41 2007-10-18 12:30:00 415 49 18 25768 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Scholekster \N f 1 2007-10-18 16:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Scholekster \N f 12 2007-10-18 12:45:00 415 49 18 25768 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 13:30:0 90.0 Scholekster \N f 19 2007-10-18 13:30:00 415 49 18 25768 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Scholekster \N f 1 2007-10-18 13:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Scholekster \N f 9 2007-10-18 14:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Scholekster \N f 7 2007-10-18 14:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Scholekster \N f 14 2007-10-18 14:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Scholekster \N f 0 2007-10-18 15:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Scholekster \N f 41 2007-10-18 12:30:00 415 49 18 25768 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Scholekster \N f 1 2007-10-18 16:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Scholekster \N f 12 2007-10-18 12:45:00 415 49 18 25768 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 13:0:0 30.0 Scholekster slechtvalk f 16 2007-10-18 13:00:00 415 49 18 25768 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Scholekster \N f 20 2007-10-18 13:15:00 415 49 18 25768 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Scholekster \N f 19 2007-10-18 13:30:00 415 49 18 25768 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Scholekster \N f 1 2007-10-18 13:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Scholekster \N f 9 2007-10-18 14:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Scholekster \N f 7 2007-10-18 14:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Scholekster \N f 14 2007-10-18 14:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Scholekster \N f 0 2007-10-18 15:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Scholekster \N f 44 2007-10-19 12:45:00 415 49 18 25768 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Scholekster \N f 27 2007-10-19 16:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Scholekster \N f 20 2007-10-19 13:00:00 415 49 18 25768 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Scholekster \N f 25 2007-10-19 16:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Scholekster \N f 31 2007-10-19 16:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Scholekster \N f 23 2007-10-19 13:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Scholekster \N f 31 2007-10-19 13:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Scholekster \N f 35 2007-10-19 14:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Scholekster \N f 25 2007-10-19 14:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Scholekster \N f 28 2007-10-19 14:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Scholekster \N f 25 2007-10-19 14:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Scholekster \N f 42 2007-10-19 15:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Scholekster \N f 40 2007-10-19 15:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Scholekster \N f 35 2007-10-19 15:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Scholekster \N f 5 2007-10-19 15:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Scholekster \N f 10 2007-10-19 16:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Scholekster \N f 44 2007-10-19 12:45:00 415 49 18 25768 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Scholekster \N f 27 2007-10-19 16:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Scholekster \N f 20 2007-10-19 13:00:00 415 49 18 25768 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Scholekster \N f 25 2007-10-19 16:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Scholekster \N f 35 2007-10-19 13:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Scholekster \N f 31 2007-10-19 16:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Scholekster \N f 23 2007-10-19 13:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Scholekster \N f 31 2007-10-19 13:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Scholekster \N f 35 2007-10-19 14:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Scholekster \N f 25 2007-10-19 14:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Scholekster \N f 28 2007-10-19 14:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Scholekster \N f 25 2007-10-19 14:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Scholekster \N f 42 2007-10-19 15:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Scholekster \N f 40 2007-10-19 15:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Scholekster \N f 35 2007-10-19 15:30:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Scholekster \N f 5 2007-10-19 15:45:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Scholekster \N f 10 2007-10-19 16:00:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Scholekster \N f 3 2007-10-18 12:15:00 416 49 18 25768 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Scholekster \N f 6 2007-10-18 15:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Scholekster \N f 5 2007-10-18 12:30:00 416 49 18 25768 35 \N 50 38 54 37 30 Gebied: C 2009-10-9 12:0:0 100.0 Scholekster \N f 7 2009-10-09 12:00:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:0:0 100.0 Scholekster \N f 4 2007-10-18 16:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Scholekster \N f 11 2007-10-18 12:45:00 416 49 18 25768 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Scholekster \N f 10 2007-10-18 16:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Scholekster slechtvalk f 1 2007-10-18 13:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Scholekster \N f 3 2007-10-18 13:15:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Scholekster \N f 14 2007-10-18 13:30:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Scholekster \N f 6 2007-10-18 13:45:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Scholekster \N f 12 2007-10-18 14:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Scholekster \N f 8 2007-10-18 14:30:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Scholekster \N f 0 2007-10-18 14:45:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Scholekster \N f 1 2007-10-18 15:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Scholekster \N f 2 2007-10-18 15:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Scholekster \N f 3 2007-10-18 12:15:00 416 49 18 25768 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Scholekster \N f 6 2007-10-18 15:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Scholekster \N f 5 2007-10-18 12:30:00 416 49 18 25768 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Scholekster \N f 4 2007-10-18 16:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Scholekster \N f 11 2007-10-18 12:45:00 416 49 18 25768 35 \N 50 38 54 37 80 Gebied GE 2007-10-18 14:0:0 100.0 Scholekster \N f 10 2007-10-18 14:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 16:15:0 100.0 Scholekster \N f 10 2007-10-18 16:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Scholekster slechtvalk f 1 2007-10-18 13:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Scholekster \N f 3 2007-10-18 13:15:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Scholekster \N f 14 2007-10-18 13:30:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Scholekster \N f 6 2007-10-18 13:45:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Scholekster \N f 5 2007-10-18 14:15:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Scholekster \N f 8 2007-10-18 14:30:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Scholekster \N f 0 2007-10-18 14:45:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Scholekster \N f 1 2007-10-18 15:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Scholekster \N f 2 2007-10-18 15:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Scholekster \N f 0 2007-10-18 15:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Scholekster \N f 0 2007-10-19 12:45:00 416 49 18 25768 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Scholekster \N f 20 2007-10-19 16:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Scholekster \N f 0 2007-10-19 13:00:00 416 49 18 25768 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Scholekster \N f 22 2007-10-19 16:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Scholekster \N f 20 2007-10-19 13:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Scholekster \N f 5 2007-10-19 16:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Scholekster \N f 22 2007-10-19 13:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Scholekster \N f 9 2007-10-19 17:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Scholekster \N f 20 2007-10-19 13:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Scholekster \N f 20 2007-10-19 17:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Scholekster \N f 20 2007-10-19 14:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Scholekster slechtvalk f 10 2007-10-19 17:30:00 416 49 18 25768 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Scholekster \N f 25 2007-10-19 14:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Scholekster \N f 5 2007-10-19 17:45:00 416 49 18 25768 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Scholekster \N f 40 2007-10-19 14:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Scholekster \N f 25 2007-10-19 14:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Scholekster \N f 26 2007-10-19 15:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Scholekster \N f 30 2007-10-19 15:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Scholekster \N f 33 2007-10-19 15:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Scholekster \N f 9 2007-10-19 15:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Scholekster \N f 13 2007-10-19 16:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Scholekster \N f 0 2007-10-19 12:45:00 416 49 18 25768 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Scholekster \N f 20 2007-10-19 16:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Scholekster \N f 0 2007-10-19 13:00:00 416 49 18 25768 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Scholekster \N f 22 2007-10-19 16:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Scholekster \N f 20 2007-10-19 13:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Scholekster \N f 5 2007-10-19 16:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Scholekster \N f 22 2007-10-19 13:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Scholekster \N f 9 2007-10-19 17:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Scholekster \N f 20 2007-10-19 13:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Scholekster \N f 20 2007-10-19 17:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Scholekster \N f 20 2007-10-19 14:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Scholekster slechtvalk f 10 2007-10-19 17:30:00 416 49 18 25768 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Scholekster \N f 25 2007-10-19 14:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Scholekster \N f 5 2007-10-19 17:45:00 416 49 18 25768 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Scholekster \N f 40 2007-10-19 14:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Scholekster \N f 25 2007-10-19 14:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Scholekster \N f 26 2007-10-19 15:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Scholekster \N f 30 2007-10-19 15:15:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Scholekster \N f 33 2007-10-19 15:30:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Scholekster \N f 9 2007-10-19 15:45:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Scholekster \N f 13 2007-10-19 16:00:00 416 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:15:0 90.0 Scholekster \N f 5 2007-10-18 14:15:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GE 2007-10-18 12:45:0 1.0 Scholekster \N f 9 2007-10-18 12:45:00 417 49 18 25768 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Scholekster slechtvalk f 26 2007-10-18 13:00:00 417 49 18 25768 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Scholekster \N f 21 2007-10-18 13:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Scholekster \N f 0 2007-10-18 13:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Scholekster \N f 1 2007-10-18 13:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Scholekster \N f 26 2007-10-18 14:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Scholekster \N f 2 2007-10-18 14:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Scholekster \N f 47 2007-10-18 15:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Scholekster \N f 29 2007-10-18 15:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Scholekster slechtvalk f 26 2007-10-18 13:00:00 417 49 18 25768 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:30:0 100.0 Scholekster \N f 0 2007-10-18 13:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Scholekster \N f 1 2007-10-18 13:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Scholekster \N f 10 2007-10-18 14:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Scholekster \N f 26 2007-10-18 14:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Scholekster \N f 2 2007-10-18 14:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Scholekster \N f 47 2007-10-18 15:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Scholekster \N f 29 2007-10-18 15:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Scholekster \N f 16 2007-10-18 15:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Scholekster \N f 4 2007-10-19 13:00:00 417 49 18 25768 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Scholekster \N f 3 2007-10-19 16:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Scholekster \N f 19 2007-10-19 13:15:00 417 49 18 25768 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Scholekster \N f 1 2007-10-19 16:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Scholekster \N f 10 2007-10-19 13:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Scholekster \N f 4 2007-10-19 17:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Scholekster \N f 9 2007-10-19 13:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Scholekster \N f 11 2007-10-19 17:15:00 417 49 18 25768 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Scholekster \N f 10 2007-10-19 14:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Scholekster \N f 3 2007-10-19 14:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Scholekster \N f 4 2007-10-19 14:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Scholekster \N f 6 2007-10-19 14:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Scholekster \N f 2 2007-10-19 15:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Scholekster \N f 11 2007-10-19 15:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Scholekster \N f 3 2007-10-19 15:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Scholekster \N f 9 2007-10-19 15:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Scholekster \N f 1 2007-10-19 16:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Scholekster \N f 4 2007-10-19 13:00:00 417 49 18 25768 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Scholekster \N f 3 2007-10-19 16:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Scholekster \N f 19 2007-10-19 13:15:00 417 49 18 25768 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 13:30:0 100.0 Scholekster \N f 10 2007-10-19 13:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Scholekster \N f 4 2007-10-19 17:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Scholekster \N f 9 2007-10-19 13:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Scholekster \N f 11 2007-10-19 17:15:00 417 49 18 25768 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Scholekster \N f 10 2007-10-19 14:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Scholekster \N f 3 2007-10-19 14:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Scholekster \N f 4 2007-10-19 14:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Scholekster \N f 6 2007-10-19 14:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Scholekster \N f 2 2007-10-19 15:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Scholekster \N f 11 2007-10-19 15:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Scholekster \N f 3 2007-10-19 15:30:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Scholekster \N f 9 2007-10-19 15:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Scholekster \N f 1 2007-10-19 16:00:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Scholekster \N f 12 2007-10-18 12:30:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Scholekster \N f 150 2007-10-18 16:00:00 418 49 18 25768 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Scholekster \N f 64 2007-10-18 12:45:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Scholekster \N f 21 2007-10-18 16:15:00 418 49 18 25768 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Scholekster slechtvalk f 40 2007-10-18 13:00:00 418 49 18 25768 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Scholekster \N f 51 2007-10-18 13:15:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Scholekster \N f 26 2007-10-18 13:30:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Scholekster \N f 20 2007-10-18 13:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Scholekster \N f 24 2007-10-18 14:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Scholekster \N f 25 2007-10-18 14:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Scholekster \N f 26 2007-10-18 14:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Scholekster \N f 37 2007-10-18 15:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Scholekster \N f 0 2007-10-18 15:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Scholekster \N f 7 2007-10-18 15:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Scholekster \N f 12 2007-10-18 12:30:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Scholekster \N f 150 2007-10-18 16:00:00 418 49 18 25768 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Scholekster \N f 64 2007-10-18 12:45:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Scholekster \N f 21 2007-10-18 16:15:00 418 49 18 25768 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Scholekster slechtvalk f 40 2007-10-18 13:00:00 418 49 18 25768 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Scholekster \N f 51 2007-10-18 13:15:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Scholekster \N f 26 2007-10-18 13:30:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Scholekster \N f 20 2007-10-18 13:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Scholekster \N f 24 2007-10-18 14:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Scholekster \N f 25 2007-10-18 14:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Scholekster \N f 26 2007-10-18 14:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Scholekster \N f 0 2007-10-18 14:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Scholekster \N f 37 2007-10-18 15:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Scholekster \N f 0 2007-10-18 15:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Scholekster \N f 7 2007-10-18 15:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Scholekster \N f 8 2007-10-19 16:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Scholekster \N f 62 2007-10-19 13:00:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Scholekster \N f 17 2007-10-19 16:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Scholekster \N f 23 2007-10-19 13:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Scholekster \N f 15 2007-10-19 16:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Scholekster \N f 4 2007-10-19 13:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Scholekster \N f 2 2007-10-19 17:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Scholekster \N f 12 2007-10-19 13:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Scholekster \N f 14 2007-10-19 17:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Scholekster \N f 26 2007-10-19 14:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Scholekster slechtvalk f 57 2007-10-19 17:30:00 418 49 18 25768 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Scholekster \N f 17 2007-10-19 14:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Scholekster \N f 19 2007-10-19 14:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Scholekster \N f 16 2007-10-19 14:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Scholekster \N f 16 2007-10-19 15:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Scholekster \N f 20 2007-10-19 15:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Scholekster \N f 6 2007-10-19 15:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Scholekster \N f 4 2007-10-19 15:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Scholekster \N f 120 2007-10-19 12:45:00 418 49 18 25768 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Scholekster \N f 8 2007-10-19 16:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Scholekster \N f 62 2007-10-19 13:00:00 418 49 18 25768 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Scholekster \N f 17 2007-10-19 16:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Scholekster \N f 23 2007-10-19 13:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Scholekster \N f 15 2007-10-19 16:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Scholekster \N f 4 2007-10-19 13:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Scholekster \N f 2 2007-10-19 17:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Scholekster \N f 12 2007-10-19 13:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Scholekster \N f 14 2007-10-19 17:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Scholekster \N f 26 2007-10-19 14:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Scholekster slechtvalk f 57 2007-10-19 17:30:00 418 49 18 25768 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Scholekster \N f 17 2007-10-19 14:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Scholekster \N f 19 2007-10-19 14:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Scholekster \N f 16 2007-10-19 14:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Scholekster \N f 16 2007-10-19 15:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Scholekster \N f 20 2007-10-19 15:15:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Scholekster \N f 6 2007-10-19 15:30:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Scholekster \N f 4 2007-10-19 15:45:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Scholekster \N f 16 2007-10-19 16:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Scholekster \N f 21 2007-10-18 12:30:00 419 49 18 25768 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Scholekster \N f 11 2007-10-18 16:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Scholekster \N f 24 2007-10-18 12:45:00 419 49 18 25768 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Scholekster \N f 160 2007-10-18 16:15:00 419 49 18 25768 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Scholekster slechtvalk f 37 2007-10-18 13:00:00 419 49 18 25768 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Scholekster \N f 4 2007-10-18 13:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Scholekster \N f 10 2007-10-18 13:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Scholekster \N f 0 2007-10-18 13:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Scholekster \N f 7 2007-10-18 14:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Scholekster \N f 11 2007-10-18 14:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Scholekster \N f 13 2007-10-18 14:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Scholekster \N f 1 2007-10-18 14:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Scholekster \N f 19 2007-10-18 15:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Scholekster \N f 5 2007-10-18 15:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Scholekster \N f 21 2007-10-18 12:30:00 419 49 18 25768 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Scholekster \N f 11 2007-10-18 16:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Scholekster \N f 24 2007-10-18 12:45:00 419 49 18 25768 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Scholekster \N f 160 2007-10-18 16:15:00 419 49 18 25768 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Scholekster slechtvalk f 37 2007-10-18 13:00:00 419 49 18 25768 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Scholekster \N f 4 2007-10-18 13:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Scholekster \N f 10 2007-10-18 13:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Scholekster \N f 0 2007-10-18 13:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Scholekster \N f 7 2007-10-18 14:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Scholekster \N f 11 2007-10-18 14:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Scholekster \N f 13 2007-10-18 14:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Scholekster \N f 1 2007-10-18 14:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Scholekster \N f 19 2007-10-18 15:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Scholekster \N f 5 2007-10-18 15:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Scholekster \N f 25 2007-10-19 12:45:00 419 49 18 25768 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Scholekster \N f 17 2007-10-19 16:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Scholekster \N f 15 2007-10-19 13:00:00 419 49 18 25768 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Scholekster \N f 30 2007-10-19 16:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Scholekster \N f 27 2007-10-19 13:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Scholekster \N f 17 2007-10-19 16:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Scholekster \N f 6 2007-10-19 13:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Scholekster \N f 15 2007-10-19 17:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Scholekster \N f 14 2007-10-19 13:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Scholekster \N f 0 2007-10-19 17:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Scholekster \N f 20 2007-10-19 14:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Scholekster slechtvalk f 41 2007-10-19 17:30:00 419 49 18 25768 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Scholekster \N f 15 2007-10-19 14:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Scholekster \N f 20 2007-10-19 14:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Scholekster \N f 13 2007-10-19 14:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Scholekster \N f 15 2007-10-19 15:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Scholekster \N f 10 2007-10-19 15:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Scholekster \N f 17 2007-10-19 15:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Scholekster \N f 40 2007-10-19 15:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Scholekster \N f 30 2007-10-19 16:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Scholekster \N f 25 2007-10-19 12:45:00 419 49 18 25768 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Scholekster \N f 17 2007-10-19 16:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Scholekster \N f 15 2007-10-19 13:00:00 419 49 18 25768 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Scholekster \N f 30 2007-10-19 16:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Scholekster \N f 27 2007-10-19 13:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Scholekster \N f 17 2007-10-19 16:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Scholekster \N f 6 2007-10-19 13:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Scholekster \N f 15 2007-10-19 17:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Scholekster \N f 14 2007-10-19 13:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Scholekster \N f 0 2007-10-19 17:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Scholekster \N f 20 2007-10-19 14:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Scholekster slechtvalk f 41 2007-10-19 17:30:00 419 49 18 25768 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Scholekster \N f 15 2007-10-19 14:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Scholekster \N f 20 2007-10-19 14:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Scholekster \N f 13 2007-10-19 14:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Scholekster \N f 15 2007-10-19 15:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Scholekster \N f 10 2007-10-19 15:15:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Scholekster \N f 17 2007-10-19 15:30:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Scholekster \N f 40 2007-10-19 15:45:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Scholekster \N f 30 2007-10-19 16:00:00 419 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Scholekster \N f 0 2007-10-18 12:15:00 420 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:15:0 75.0 Scholekster \N f 9 2007-10-18 16:15:00 420 49 18 25768 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Scholekster slechtvalk f 0 2007-10-18 13:00:00 420 49 18 25768 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Scholekster \N f 0 2007-10-18 16:30:00 420 49 18 25768 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Scholekster \N f 0 2007-10-18 13:15:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Scholekster \N f 2 2007-10-18 13:30:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Scholekster \N f 0 2007-10-18 13:45:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Scholekster \N f 1 2007-10-18 14:15:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Scholekster \N f 2 2007-10-18 14:30:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Scholekster \N f 2 2007-10-18 14:45:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Scholekster \N f 1 2007-10-18 15:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Scholekster \N f 2 2007-10-18 15:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Scholekster \N f 0 2007-10-18 12:15:00 420 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Scholekster \N f 7 2007-10-18 15:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Scholekster \N f 13 2007-10-18 12:30:00 420 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Scholekster \N f 3 2007-10-18 16:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Scholekster \N f 3 2007-10-18 12:45:00 420 49 18 25768 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Scholekster \N f 9 2007-10-18 16:15:00 420 49 18 25768 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Scholekster slechtvalk f 0 2007-10-18 13:00:00 420 49 18 25768 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Scholekster \N f 0 2007-10-18 16:30:00 420 49 18 25768 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Scholekster \N f 0 2007-10-18 13:15:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Scholekster \N f 2 2007-10-18 13:30:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Scholekster \N f 0 2007-10-18 13:45:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Scholekster \N f 0 2007-10-18 14:00:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Scholekster \N f 1 2007-10-18 14:15:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Scholekster \N f 2 2007-10-18 14:30:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Scholekster \N f 2 2007-10-18 14:45:00 420 49 18 25768 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Scholekster \N f 0 2007-10-18 15:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Scholekster \N f 1 2007-10-18 15:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Scholekster \N f 2 2007-10-18 15:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Scholekster \N f 7 2007-10-19 12:45:00 420 49 18 25768 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Scholekster \N f 10 2007-10-19 16:15:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Scholekster \N f 12 2007-10-19 13:00:00 420 49 18 25768 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Scholekster \N f 9 2007-10-19 16:30:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Scholekster \N f 15 2007-10-19 13:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Scholekster \N f 12 2007-10-19 16:45:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Scholekster \N f 10 2007-10-19 13:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Scholekster \N f 7 2007-10-19 17:00:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Scholekster \N f 11 2007-10-19 13:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Scholekster \N f 7 2007-10-19 17:15:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:15:0 90.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-19 14:0:0 100.0 Scholekster \N f 7 2007-10-19 14:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Scholekster slechtvalk f 10 2007-10-19 17:30:00 420 49 18 25768 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Scholekster \N f 10 2007-10-19 14:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Scholekster \N f 10 2007-10-19 17:45:00 420 49 18 25768 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Scholekster \N f 15 2007-10-19 14:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Scholekster \N f 15 2007-10-19 14:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Scholekster \N f 10 2007-10-19 15:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Scholekster \N f 12 2007-10-19 15:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Scholekster \N f 14 2007-10-19 15:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Scholekster \N f 15 2007-10-19 15:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Scholekster \N f 10 2007-10-19 16:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Scholekster \N f 7 2007-10-19 12:45:00 420 49 18 25768 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Scholekster \N f 10 2007-10-19 16:15:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Scholekster \N f 12 2007-10-19 13:00:00 420 49 18 25768 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Scholekster \N f 9 2007-10-19 16:30:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Scholekster \N f 15 2007-10-19 13:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Scholekster \N f 12 2007-10-19 16:45:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 17:0:0 95.0 Scholekster \N f 7 2007-10-19 17:00:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Scholekster \N f 11 2007-10-19 13:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Scholekster \N f 7 2007-10-19 17:15:00 420 49 18 25768 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Scholekster \N f 7 2007-10-19 14:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Scholekster slechtvalk f 10 2007-10-19 17:30:00 420 49 18 25768 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Scholekster \N f 10 2007-10-19 14:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Scholekster \N f 10 2007-10-19 17:45:00 420 49 18 25768 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Scholekster \N f 15 2007-10-19 14:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Scholekster \N f 15 2007-10-19 14:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Scholekster \N f 10 2007-10-19 15:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Scholekster \N f 12 2007-10-19 15:15:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Scholekster \N f 14 2007-10-19 15:30:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Scholekster \N f 15 2007-10-19 15:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Scholekster \N f 10 2007-10-19 16:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Scholekster \N f 21 2011-10-01 16:15:00 \N 49 18 25768 35 \N 50 38 54 37 40 Gebied: D 2012-10-7 15:0:0 100.0 Scholekster \N f 0 2012-10-07 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Scholekster \N f 0 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Scholekster \N f 1 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Scholekster \N f 0 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Scholekster \N f 0 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Scholekster \N f 0 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Scholekster \N f 0 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Scholekster \N f 1 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Scholekster \N f 11 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Scholekster \N f 7 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Scholekster \N f 0 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Scholekster \N f 6 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Scholekster \N f 3 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Scholekster \N f 6 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Scholekster \N f 11 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Scholekster \N f 7 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Scholekster \N f 0 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Scholekster \N f 6 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Scholekster \N f 2 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Scholekster \N f 3 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Scholekster \N f 6 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Scholekster \N f 7 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Scholekster \N f 10 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Scholekster \N f 1 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Scholekster \N f 0 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Scholekster \N f 0 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Scholekster \N f 1 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Scholekster \N f 7 2012-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Scholekster \N f 10 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Scholekster \N f 1 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Scholekster \N f 0 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Scholekster \N f 0 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Scholekster \N f 0 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Scholekster \N f 0 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Scholekster \N f 1 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Scholekster \N f 2 2012-10-18 15:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Scholekster \N f 12 2011-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Scholekster \N f 0 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Scholekster \N f 11 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Scholekster \N f 0 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Scholekster \N f 7 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Scholekster \N f 0 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Scholekster \N f 1 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Scholekster \N f 0 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Scholekster \N f 0 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Scholekster \N f 0 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Scholekster \N f 0 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Scholekster \N f 1 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Scholekster \N f 0 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Scholekster \N f 0 2011-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Scholekster \N f 17 2011-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Scholekster \N f 12 2011-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Scholekster \N f 0 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Scholekster \N f 9 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Scholekster \N f 11 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Scholekster \N f 0 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Scholekster \N f 7 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Scholekster \N f 0 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Scholekster \N f 1 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Scholekster \N f 0 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Scholekster \N f 0 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Scholekster \N f 1 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Scholekster \N f 0 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Scholekster \N f 0 2011-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Scholekster \N f 17 2011-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Scholekster \N f 15 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Scholekster \N f 22 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Scholekster \N f 23 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Scholekster \N f 20 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Scholekster \N f 19 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Scholekster \N f 15 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Scholekster \N f 36 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Scholekster \N f 22 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Scholekster \N f 15 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Scholekster \N f 22 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Scholekster \N f 23 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Scholekster \N f 20 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Scholekster \N f 19 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Scholekster \N f 0 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Scholekster \N f 15 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Scholekster \N f 36 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Scholekster \N f 22 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Scholekster \N f 2 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Scholekster \N f 2 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Scholekster \N f 29 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Scholekster \N f 13 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Scholekster \N f 15 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Scholekster \N f 15 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Scholekster \N f 14 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Scholekster \N f 2 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Scholekster \N f 2 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Scholekster \N f 29 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Scholekster \N f 0 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Scholekster \N f 16 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Scholekster \N f 13 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Scholekster \N f 15 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Scholekster \N f 0 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Scholekster \N f 15 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Scholekster \N f 0 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Scholekster \N f 57 2011-10-18 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Scholekster \N f 58 2011-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Scholekster \N f 0 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Scholekster \N f 25 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Scholekster \N f 9 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Scholekster \N f 2 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Scholekster \N f 9 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Scholekster \N f 1 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Scholekster \N f 5 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Scholekster \N f 1 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Scholekster \N f 5 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Scholekster \N f 4 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Scholekster \N f 1 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Scholekster \N f 9 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Scholekster \N f 1 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Scholekster \N f 16 2011-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Scholekster \N f 38 2011-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:0:0 100.0 Scholekster \N f 0 2011-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Scholekster \N f 58 2011-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Scholekster \N f 0 2011-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Scholekster \N f 25 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Scholekster \N f 0 2011-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Scholekster \N f 9 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Scholekster \N f 2 2011-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Scholekster \N f 9 2011-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Scholekster \N f 1 2011-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Scholekster \N f 5 2011-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Scholekster \N f 1 2011-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Scholekster \N f 5 2011-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Scholekster \N f 4 2011-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Scholekster \N f 1 2011-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Scholekster \N f 9 2011-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Scholekster \N f 1 2011-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Scholekster \N f 16 2011-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Scholekster \N f 0 2011-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Scholekster \N f 38 2011-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Scholekster \N f 0 2011-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Scholekster \N f 0 2011-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Scholekster \N f 0 2011-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Scholekster \N f 0 2011-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Scholekster \N f 0 2011-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Scholekster \N f 24 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Scholekster \N f 1 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Scholekster \N f 18 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Scholekster \N f 1 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Scholekster \N f 2 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Scholekster \N f 1 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Scholekster \N f 5 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Scholekster \N f 7 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Scholekster \N f 1 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Scholekster \N f 10 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Scholekster \N f 27 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Scholekster \N f 1 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Scholekster \N f 24 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Scholekster \N f 1 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Scholekster \N f 18 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Scholekster \N f 0 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Scholekster \N f 2 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Scholekster \N f 1 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Scholekster \N f 2 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Scholekster \N f 0 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Scholekster \N f 1 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Scholekster \N f 0 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Scholekster \N f 1 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Scholekster \N f 5 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Scholekster \N f 0 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Scholekster \N f 7 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Scholekster \N f 1 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Scholekster \N f 10 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Scholekster \N f 27 2012-10-18 15:15:00 \N 49 18 25768 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Scholekster \N f 1 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Scholekster \N f 65 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Scholekster \N f 0 2012-10-18 13:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Scholekster \N f 17 2012-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Scholekster \N f 1 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Scholekster \N f 7 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Scholekster \N f 1 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Scholekster \N f 1 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Scholekster \N f 3 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Scholekster \N f 5 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Scholekster \N f 2 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Scholekster \N f 1 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Scholekster \N f 11 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Scholekster \N f 1 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Scholekster \N f 14 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Scholekster \N f 33 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Scholekster \N f 65 2012-10-18 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:30:0 100.0 Scholekster \N f 1 2012-10-18 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Scholekster \N f 7 2012-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Scholekster \N f 1 2012-10-18 13:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Scholekster \N f 1 2012-10-18 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Scholekster \N f 3 2012-10-18 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Scholekster \N f 5 2012-10-18 10:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Scholekster \N f 2 2012-10-18 14:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Scholekster \N f 1 2012-10-18 10:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Scholekster \N f 11 2012-10-18 14:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Scholekster \N f 1 2012-10-18 11:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Scholekster \N f 14 2012-10-18 14:45:00 \N 49 18 25768 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Scholekster \N f 0 2012-10-18 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Scholekster \N f 33 2012-10-18 15:00:00 \N 49 18 25768 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Scholekster \N f 0 2012-10-18 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Scholekster \N f 0 2012-10-18 11:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Scholekster \N f 0 2012-10-18 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Scholekster \N f 0 2012-10-18 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Scholekster \N f 0 2012-10-18 12:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Scholekster \N f 31 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Scholekster \N f 2 2011-10-02 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Scholekster \N f 0 2011-10-02 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Scholekster \N f 0 2012-10-07 17:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rotgans \N f 0 2009-10-08 10:30:00 421 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rotgans \N f 0 2009-10-08 10:45:00 421 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rotgans \N f 0 2009-10-08 11:00:00 421 49 18 16654 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rotgans \N f 0 2009-10-08 14:45:00 421 49 18 16654 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rotgans \N f 0 2009-10-08 11:15:00 421 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rotgans \N f 0 2009-10-08 15:00:00 421 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rotgans \N f 0 2009-10-08 11:30:00 421 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Rotgans \N f 0 2009-10-08 12:00:00 421 49 18 16654 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Rotgans \N f 0 2009-10-08 12:15:00 421 49 18 16654 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rotgans \N f 0 2009-10-08 12:30:00 421 49 18 16654 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rotgans \N f 0 2009-10-08 12:45:00 421 49 18 16654 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rotgans \N f 0 2009-10-09 11:00:00 421 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rotgans \N f 0 2009-10-09 11:15:00 421 49 18 16654 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rotgans \N f 0 2009-10-09 11:30:00 421 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rotgans \N f 0 2009-10-09 11:45:00 421 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rotgans \N f 0 2009-10-09 12:00:00 421 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rotgans \N f 0 2009-10-09 16:30:00 421 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rotgans \N f 0 2009-10-09 16:45:00 421 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rotgans \N f 0 2009-10-09 11:00:00 421 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rotgans \N f 0 2009-10-09 11:15:00 421 49 18 16654 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rotgans \N f 0 2009-10-09 11:30:00 421 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rotgans \N f 0 2009-10-09 11:45:00 421 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rotgans \N f 0 2009-10-09 12:00:00 421 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rotgans \N f 0 2009-10-09 16:30:00 421 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rotgans \N f 0 2009-10-09 16:45:00 421 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rotgans \N f 0 2009-10-08 10:30:00 422 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rotgans \N f 0 2009-10-08 10:45:00 422 49 18 16654 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rotgans \N f 0 2009-10-08 11:00:00 422 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rotgans \N f 0 2009-10-08 11:15:00 422 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rotgans \N f 0 2009-10-08 15:00:00 422 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rotgans \N f 0 2009-10-08 15:15:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rotgans \N f 0 2009-10-08 10:30:00 422 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rotgans \N f 0 2009-10-08 10:45:00 422 49 18 16654 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rotgans \N f 0 2009-10-08 11:00:00 422 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rotgans \N f 0 2009-10-08 11:15:00 422 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:15:0 0.0 Rotgans \N f 0 2009-10-08 15:15:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rotgans \N f 0 2009-10-09 11:00:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rotgans \N f 0 2009-10-09 11:15:00 422 49 18 16654 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rotgans \N f 0 2009-10-09 11:30:00 422 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rotgans \N f 0 2009-10-09 11:45:00 422 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rotgans \N f 0 2009-10-09 12:00:00 422 49 18 16654 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rotgans \N f 0 2009-10-09 16:45:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rotgans \N f 0 2009-10-09 11:00:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rotgans \N f 0 2009-10-09 11:15:00 422 49 18 16654 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rotgans \N f 0 2009-10-09 11:30:00 422 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rotgans \N f 0 2009-10-09 11:45:00 422 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rotgans \N f 0 2009-10-09 12:00:00 422 49 18 16654 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rotgans \N f 0 2009-10-09 16:45:00 422 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rotgans \N f 0 2009-10-08 10:30:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rotgans \N f 0 2009-10-08 10:45:00 423 49 18 16654 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rotgans \N f 0 2009-10-08 11:15:00 423 49 18 16654 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rotgans \N f 0 2009-10-08 11:30:00 423 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rotgans \N f 0 2009-10-08 15:15:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rotgans \N f 0 2009-10-08 10:30:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rotgans \N f 0 2009-10-08 10:45:00 423 49 18 16654 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rotgans \N f 0 2009-10-08 11:00:00 423 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rotgans \N f 0 2009-10-08 11:15:00 423 49 18 16654 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rotgans \N f 0 2009-10-08 11:30:00 423 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rotgans \N f 0 2009-10-08 15:15:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wulp \N f 3 2007-10-18 12:45:00 417 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rotgans \N f 1 2009-10-09 11:00:00 423 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rotgans \N f 0 2009-10-09 11:15:00 423 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rotgans \N f 0 2009-10-09 11:30:00 423 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rotgans \N f 1 2009-10-09 11:45:00 423 49 18 16654 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rotgans \N f 0 2009-10-09 16:45:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rotgans \N f 1 2009-10-09 11:00:00 423 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rotgans \N f 0 2009-10-09 11:15:00 423 49 18 16654 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rotgans \N f 0 2009-10-09 11:30:00 423 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rotgans \N f 1 2009-10-09 11:45:00 423 49 18 16654 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rotgans \N f 0 2009-10-09 16:45:00 423 49 18 16654 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rotgans \N f 0 2009-10-08 09:45:00 424 49 18 16654 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rotgans \N f 0 2009-10-08 15:45:00 424 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rotgans \N f 0 2009-10-08 09:45:00 424 49 18 16654 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rotgans \N f 0 2009-10-08 15:45:00 424 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rotgans \N f 0 2009-10-09 10:15:00 424 49 18 16654 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rotgans \N f 0 2009-10-09 10:15:00 424 49 18 16654 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rotgans \N f 0 2009-10-09 17:00:00 424 49 18 16654 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rotgans \N f 0 2009-10-08 09:45:00 425 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 425 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rotgans \N f 0 2009-10-08 15:45:00 425 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 16654 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rotgans \N f 0 2009-10-08 09:45:00 425 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 425 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rotgans \N f 0 2009-10-08 15:45:00 425 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Rotgans \N f 0 2009-10-09 10:00:00 425 49 18 16654 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rotgans \N f 0 2009-10-09 10:15:00 425 49 18 16654 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rotgans \N f 2 2009-10-09 11:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Rotgans \N f 0 2009-10-09 10:00:00 425 49 18 16654 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rotgans \N f 0 2009-10-09 10:15:00 425 49 18 16654 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rotgans \N f 2 2009-10-09 11:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rotgans \N f 0 2009-10-09 17:15:00 425 49 18 16654 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Rotgans \N f 0 2009-10-08 09:30:00 426 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rotgans \N f 0 2009-10-08 09:45:00 426 49 18 16654 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rotgans \N f 0 2009-10-08 15:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 16654 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Rotgans \N f 0 2009-10-08 09:30:00 426 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rotgans \N f 0 2009-10-08 09:45:00 426 49 18 16654 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rotgans \N f 0 2009-10-08 10:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rotgans \N f 0 2009-10-08 15:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 16654 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Rotgans \N f 0 2009-10-09 10:00:00 426 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rotgans \N f 0 2009-10-09 10:15:00 426 49 18 16654 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rotgans \N f 0 2009-10-09 17:15:00 426 49 18 16654 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Rotgans \N f 0 2009-10-09 10:00:00 426 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rotgans \N f 0 2009-10-09 10:15:00 426 49 18 16654 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rotgans \N f 0 2009-10-09 17:15:00 426 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 427 49 18 16654 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rotgans \N f 0 2009-10-08 10:15:00 427 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rotgans \N f 0 2009-10-08 15:45:00 427 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 16654 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 427 49 18 16654 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rotgans \N f 0 2009-10-08 10:15:00 427 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rotgans \N f 0 2009-10-08 15:45:00 427 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 16654 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rotgans \N f 0 2009-10-09 10:30:00 427 49 18 16654 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rotgans \N f 1 2009-10-09 11:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rotgans \N f 1 2009-10-09 11:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rotgans \N f 1 2009-10-09 11:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rotgans \N f 1 2009-10-09 11:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rotgans \N f 0 2009-10-09 17:15:00 427 49 18 16654 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rotgans \N f 0 2009-10-09 10:30:00 427 49 18 16654 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rotgans \N f 1 2009-10-09 11:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rotgans \N f 1 2009-10-09 11:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rotgans \N f 1 2009-10-09 11:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rotgans \N f 1 2009-10-09 11:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rotgans \N f 0 2009-10-09 17:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rotgans \N f 0 2009-10-09 17:15:00 427 49 18 16654 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 428 49 18 16654 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rotgans \N f 0 2009-10-08 10:15:00 428 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rotgans \N f 0 2009-10-08 15:45:00 428 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 16654 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 428 49 18 16654 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rotgans \N f 0 2009-10-08 15:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rotgans \N f 0 2009-10-08 15:45:00 428 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 16654 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rotgans \N f 0 2009-10-09 10:30:00 428 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rotgans \N f 0 2009-10-09 17:00:00 428 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rotgans \N f 0 2009-10-09 17:15:00 428 49 18 16654 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rotgans \N f 0 2009-10-09 10:30:00 428 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rotgans \N f 0 2009-10-09 14:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rotgans \N f 0 2009-10-09 16:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rotgans \N f 0 2009-10-09 17:00:00 428 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rotgans \N f 0 2009-10-09 17:15:00 428 49 18 16654 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rotgans \N f 0 2009-10-09 14:00:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rotgans \N f 0 2009-10-08 10:15:00 429 49 18 16654 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rotgans \N f 0 2009-10-08 15:15:00 429 49 18 16654 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rotgans \N f 0 2009-10-08 15:30:00 429 49 18 16654 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 16654 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 429 49 18 16654 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rotgans \N f 0 2009-10-08 10:15:00 429 49 18 16654 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rotgans \N f 0 2009-10-08 10:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rotgans \N f 0 2009-10-08 14:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rotgans \N f 0 2009-10-08 10:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rotgans \N f 0 2009-10-08 14:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rotgans \N f 0 2009-10-08 11:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rotgans \N f 0 2009-10-08 11:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rotgans \N f 0 2009-10-08 14:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rotgans \N f 0 2009-10-08 15:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rotgans \N f 0 2009-10-08 11:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rotgans \N f 0 2009-10-08 15:15:00 429 49 18 16654 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rotgans \N f 0 2009-10-08 12:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rotgans \N f 0 2009-10-08 15:30:00 429 49 18 16654 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rotgans \N f 0 2009-10-08 12:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Rotgans \N f 0 2009-10-08 15:15:00 421 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rotgans \N f 0 2009-10-08 11:45:00 421 49 18 16654 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 15:45:0 40.0 Rotgans \N f 0 2009-10-08 15:45:00 429 49 18 16654 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 16654 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rotgans \N f 0 2009-10-08 12:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rotgans \N f 0 2009-10-08 13:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rotgans \N f 0 2009-10-08 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Rotgans \N f 0 2009-10-09 14:00:00 429 49 18 16654 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rotgans \N f 0 2009-10-09 10:30:00 429 49 18 16654 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rotgans \N f 0 2009-10-09 14:15:00 429 49 18 16654 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rotgans \N f 0 2009-10-09 16:45:00 429 49 18 16654 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rotgans \N f 0 2009-10-09 17:00:00 429 49 18 16654 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rotgans \N f 0 2009-10-09 10:15:00 429 49 18 16654 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rotgans \N f 0 2009-10-09 14:00:00 429 49 18 16654 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rotgans \N f 0 2009-10-09 10:30:00 429 49 18 16654 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rotgans \N f 0 2009-10-09 10:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rotgans \N f 0 2009-10-09 14:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rotgans \N f 0 2009-10-09 11:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Rotgans \N f 0 2009-10-08 15:30:00 421 49 18 16654 35 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Rotgans vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 16654 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:45:0 100.0 Rotgans \N f 0 2009-10-09 14:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rotgans \N f 0 2009-10-09 11:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rotgans \N f 0 2009-10-09 15:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rotgans \N f 0 2009-10-09 11:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rotgans \N f 0 2009-10-09 15:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rotgans \N f 0 2009-10-09 12:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rotgans \N f 0 2009-10-09 16:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rotgans \N f 0 2009-10-09 12:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rotgans \N f 0 2009-10-09 16:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rotgans \N f 0 2009-10-09 13:00:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rotgans \N f 0 2009-10-09 16:45:00 429 49 18 16654 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rotgans \N f 0 2009-10-09 13:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rotgans \N f 0 2009-10-09 17:00:00 429 49 18 16654 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rotgans \N f 0 2009-10-09 13:45:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rotgans slechtvalk f 0 2009-10-08 10:00:00 429 49 18 16654 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Rotgans \N f 0 2009-10-08 13:15:00 429 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rotgans \N f 0 2009-10-09 10:15:00 429 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 9:30:0 15.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rotgans \N f 4 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:30:0 95.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rotgans \N f 4 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:45:0 90.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rotgans \N f 0 2010-10-09 08:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rotgans \N f 0 2010-10-09 08:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rotgans \N f 4 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rotgans \N f 0 2010-10-09 08:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rotgans \N f 0 2010-10-09 08:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rotgans \N f 4 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rotgans \N f 0 2010-10-09 08:15:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rotgans \N f 0 2010-10-09 08:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rotgans \N f 0 2010-10-09 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rotgans \N f 0 2010-10-09 08:15:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rotgans \N f 0 2010-10-09 08:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rotgans \N f 0 2010-10-09 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rotgans \N f 0 2010-10-09 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rotgans \N f 0 2010-10-09 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rotgans \N f 0 2010-10-09 08:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rotgans \N f 0 2010-10-09 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rotgans \N f 0 2010-10-09 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rotgans \N f 0 2010-10-09 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rotgans \N f 0 2010-10-09 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rotgans \N f 0 2010-10-09 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rotgans \N f 0 2010-10-09 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rotgans \N f 0 2010-10-09 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rotgans \N f 0 2010-10-09 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rotgans \N f 0 2010-10-09 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rotgans \N f 0 2010-10-09 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rotgans \N f 0 2010-10-09 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rotgans \N f 0 2010-10-09 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rotgans \N f 0 2010-10-09 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rotgans \N f 0 2010-10-09 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rotgans \N f 0 2010-10-09 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rotgans \N f 0 2010-10-09 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:30:0 1.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rotgans \N f 0 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rotgans \N f 40 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rotgans \N f 25 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rotgans \N f 0 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rotgans \N f 40 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rotgans \N f 25 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rotgans \N f 2 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rotgans \N f 2 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rotgans \N f 60 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rotgans \N f 60 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rotgans \N f 2 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rotgans \N f 2 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rotgans \N f 60 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rotgans \N f 60 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rotgans \N f 0 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rotgans \N f 0 2010-10-10 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rotgans \N f 0 2010-10-10 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rotgans \N f 0 2010-10-10 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rotgans \N f 0 2010-10-10 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rotgans \N f 0 2010-10-10 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Rotgans \N f 0 2010-10-10 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rotgans \N f 0 2010-10-10 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rotgans \N f 0 2010-10-10 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rotgans \N f 0 2010-10-10 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rotgans \N f 0 2010-10-10 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rotgans \N f 0 2010-10-10 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rotgans \N f 0 2010-10-10 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rotgans \N f 0 2010-10-10 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rotgans \N f 0 2010-10-10 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rotgans \N f 0 2010-10-10 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rotgans \N f 0 2010-10-10 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rotgans \N f 0 2010-10-10 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rotgans \N f 0 2010-10-10 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rotgans \N f 0 2010-10-10 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rotgans \N f 0 2010-10-10 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rotgans \N f 0 2010-10-10 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rotgans \N f 0 2010-10-10 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rotgans \N f 0 2010-10-10 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rotgans \N f 0 2010-10-10 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rotgans \N f 0 2010-10-10 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rotgans Smelleken f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rotgans Smelleken f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rotgans Smelleken f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rotgans \N f 0 2011-10-01 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rotgans smelleken f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rotgans \N f 1 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rotgans \N f 0 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rotgans \N f 1 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Rotgans \N f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rotgans \N f 2 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rotgans \N f 0 2011-10-01 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rotgans \N f 0 2011-10-01 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rotgans \N f 0 2011-10-01 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rotgans \N f 0 2011-10-01 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rotgans \N f 0 2011-10-01 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rotgans \N f 0 2011-10-01 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rotgans \N f 2 2011-10-01 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rotgans \N f 0 2011-10-01 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rotgans \N f 0 2011-10-01 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rotgans \N f 0 2011-10-01 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rotgans \N f 0 2011-10-01 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rotgans \N f 0 2011-10-01 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rotgans \N f 0 2011-10-01 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rotgans \N f 0 2011-10-01 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rotgans \N f 0 2011-10-01 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rotgans \N f 0 2011-10-01 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rotgans \N f 0 2011-10-01 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rotgans \N f 0 2011-10-01 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rotgans Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rotgans \N f 0 2011-10-01 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rotgans \N f 0 2011-10-01 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Rotgans \N f 0 2011-10-01 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rotgans \N f 2 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rotgans \N f 2 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rotgans \N f 2 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rotgans \N f 2 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rotgans \N f 0 2011-10-02 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rotgans slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rotgans \N f 0 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rotgans \N f 2 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rotgans \N f 2 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rotgans \N f 2 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rotgans \N f 2 2011-10-02 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rotgans \N f 2 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rotgans \N f 2 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rotgans \N f 0 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rotgans \N f 0 2011-10-02 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rotgans \N f 2 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rotgans \N f 2 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rotgans \N f 0 2011-10-02 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rotgans \N f 0 2011-10-02 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rotgans \N f 2 2011-10-02 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rotgans \N f 0 2011-10-02 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rotgans \N f 2 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rotgans \N f 0 2011-10-02 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rotgans \N f 0 2011-10-02 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rotgans \N f 0 2011-10-02 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rotgans \N f 0 2011-10-02 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rotgans \N f 0 2011-10-02 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rotgans \N f 0 2011-10-02 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rotgans \N f 0 2011-10-02 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rotgans \N f 0 2011-10-02 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rotgans \N f 0 2011-10-02 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rotgans \N f 0 2011-10-02 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rotgans vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Rotgans \N f 0 2011-10-02 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rotgans slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rotgans \N f 0 2011-10-02 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rotgans \N f 0 2011-10-02 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rotgans \N f 0 2011-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rotgans \N f 0 2011-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rotgans \N f 0 2011-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rotgans \N f 0 2011-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rotgans \N f 0 2011-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rotgans \N f 0 2011-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rotgans \N f 0 2011-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 13:45:0 100.0 Rotgans \N f 0 2011-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rotgans \N f 0 2011-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rotgans \N f 0 2011-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rotgans \N f 0 2011-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rotgans \N f 0 2011-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rotgans \N f 0 2011-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rotgans \N f 2 2011-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rotgans \N f 0 2011-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rotgans \N f 0 2011-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rotgans \N f 0 2011-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rotgans \N f 0 2011-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rotgans \N f 0 2011-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rotgans \N f 0 2011-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rotgans \N f 0 2011-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rotgans \N f 0 2011-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rotgans \N f 0 2011-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rotgans \N f 0 2011-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rotgans \N f 0 2011-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rotgans \N f 0 2011-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rotgans \N f 0 2011-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rotgans \N f 0 2011-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rotgans \N f 0 2011-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rotgans \N f 0 2011-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rotgans \N f 0 2011-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rotgans \N f 0 2011-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rotgans \N f 2 2011-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rotgans \N f 0 2011-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rotgans \N f 0 2011-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:45:0 10.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rotgans \N f 0 2012-10-07 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Rotgans \N f 0 2009-10-08 12:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rotgans \N f 0 2012-10-07 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rotgans \N f 0 2012-10-07 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rotgans \N f 0 2009-10-09 12:15:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rotgans \N f 0 2012-10-07 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rotgans \N f 0 2012-10-07 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rotgans \N f 0 2012-10-07 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rotgans \N f 0 2012-10-07 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rotgans \N f 0 2012-10-07 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rotgans \N f 0 2012-10-07 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rotgans \N f 0 2012-10-07 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rotgans \N f 0 2012-10-07 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rotgans \N f 0 2012-10-07 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rotgans \N f 0 2012-10-07 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rotgans \N f 0 2012-10-07 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rotgans \N f 0 2012-10-07 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rotgans \N f 0 2012-10-07 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rotgans \N f 0 2012-10-07 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rotgans \N f 0 2012-10-07 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rotgans \N f 0 2012-10-07 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rotgans \N f 0 2012-10-07 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rotgans \N f 0 2012-10-07 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rotgans \N f 0 2012-10-07 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rotgans \N f 0 2012-10-07 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rotgans \N f 0 2012-10-07 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rotgans \N f 0 2012-10-07 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: I 2012-10-7 15:15:0 100.0 Rotgans \N f 0 2012-10-07 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Rotgans \N f 0 2011-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rotgans \N f 0 2011-10-08 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rotgans \N f 0 2011-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rotgans \N f 0 2011-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rotgans \N f 0 2011-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rotgans \N f 0 2011-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rotgans \N f 0 2011-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rotgans \N f 0 2011-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rotgans \N f 0 2011-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rotgans \N f 0 2011-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rotgans \N f 0 2011-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rotgans \N f 0 2011-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rotgans \N f 0 2011-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rotgans \N f 0 2011-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rotgans \N f 0 2011-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rotgans \N f 0 2011-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rotgans \N f 0 2011-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rotgans \N f 0 2011-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rotgans \N f 0 2011-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rotgans \N f 0 2011-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rotgans \N f 0 2011-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rotgans \N f 0 2011-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rotgans \N f 0 2011-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rotgans \N f 0 2011-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rotgans \N f 0 2011-10-08 18:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rotgans \N f 0 2011-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rotgans \N f 0 2011-10-08 18:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Rotgans \N f 0 2011-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rotgans \N f 0 2011-10-08 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rotgans \N f 0 2011-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rotgans \N f 0 2011-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rotgans \N f 0 2011-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rotgans \N f 0 2011-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rotgans \N f 0 2011-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Rotgans \N f 0 2011-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rotgans \N f 0 2011-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rotgans \N f 0 2011-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rotgans \N f 0 2011-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rotgans \N f 0 2011-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rotgans \N f 0 2011-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rotgans \N f 0 2011-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rotgans \N f 0 2011-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rotgans \N f 0 2011-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rotgans \N f 0 2011-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rotgans \N f 0 2011-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rotgans \N f 0 2011-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rotgans \N f 0 2011-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rotgans \N f 0 2011-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rotgans \N f 0 2011-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rotgans \N f 0 2011-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rotgans \N f 0 2011-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rotgans \N f 0 2011-10-08 18:30:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rotgans \N f 0 2011-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rotgans \N f 0 2011-10-08 18:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Rotgans \N f 0 2012-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rotgans \N f 0 2012-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rotgans \N f 0 2012-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rotgans \N f 0 2012-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rotgans \N f 0 2012-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rotgans \N f 0 2012-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rotgans \N f 0 2012-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rotgans \N f 0 2012-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rotgans \N f 0 2012-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rotgans \N f 0 2012-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rotgans \N f 0 2012-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rotgans \N f 0 2012-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rotgans \N f 0 2012-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rotgans \N f 0 2012-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rotgans \N f 0 2012-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rotgans \N f 0 2012-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rotgans \N f 0 2012-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rotgans \N f 0 2012-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rotgans \N f 0 2012-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rotgans \N f 0 2012-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rotgans \N f 0 2012-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rotgans \N f 0 2012-10-08 18:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rotgans \N f 0 2012-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rotgans \N f 0 2012-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rotgans \N f 0 2012-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Rotgans \N f 0 2012-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rotgans \N f 0 2012-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rotgans \N f 0 2012-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rotgans \N f 0 2012-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rotgans \N f 0 2012-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rotgans \N f 0 2012-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rotgans \N f 0 2012-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rotgans \N f 0 2012-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rotgans \N f 0 2012-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rotgans \N f 0 2012-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rotgans \N f 0 2012-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rotgans \N f 0 2012-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rotgans \N f 0 2012-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rotgans \N f 0 2012-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rotgans \N f 0 2012-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rotgans \N f 0 2012-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rotgans \N f 0 2012-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rotgans \N f 0 2012-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rotgans \N f 0 2012-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rotgans \N f 0 2012-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rotgans \N f 0 2012-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rotgans \N f 0 2012-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rotgans \N f 0 2012-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rotgans \N f 0 2012-10-08 18:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rotgans \N f 0 2012-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rotgans \N f 0 2012-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rotgans \N f 0 2012-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rotgans \N f 0 2012-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rotgans \N f 0 2012-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rotgans \N f 0 2012-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rotgans \N f 0 2012-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rotgans \N f 0 2012-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rotgans \N f 0 2012-10-08 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rotgans \N f 0 2012-10-08 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rotgans \N f 0 2012-10-08 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rotgans \N f 0 2012-10-08 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rotgans \N f 0 2012-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rotgans \N f 0 2012-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rotgans \N f 0 2012-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rotgans \N f 0 2012-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rotgans \N f 0 2012-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rotgans \N f 0 2012-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rotgans \N f 0 2012-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rotgans \N f 2 2012-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rotgans \N f 0 2012-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rotgans \N f 2 2012-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rotgans \N f 0 2012-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rotgans \N f 0 2012-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rotgans \N f 0 2012-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rotgans \N f 0 2012-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rotgans \N f 0 2012-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rotgans \N f 0 2012-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rotgans \N f 0 2012-10-08 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Rotgans \N f 0 2012-10-08 15:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rotgans \N f 0 2012-10-08 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rotgans \N f 0 2012-10-08 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rotgans \N f 0 2012-10-08 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rotgans \N f 0 2012-10-08 16:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rotgans \N f 0 2012-10-08 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rotgans \N f 0 2012-10-08 17:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rotgans \N f 0 2012-10-08 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rotgans \N f 0 2012-10-08 17:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rotgans \N f 0 2012-10-08 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rotgans \N f 0 2012-10-08 17:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rotgans \N f 0 2012-10-08 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rotgans \N f 2 2012-10-08 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rotgans \N f 0 2012-10-08 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rotgans \N f 2 2012-10-08 18:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rotgans \N f 0 2012-10-08 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rotgans \N f 0 2012-10-08 18:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rotgans \N f 0 2012-10-08 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rotgans \N f 0 2012-10-08 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rotgans \N f 0 2012-10-08 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rotgans \N f 0 2012-10-08 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rotgans \N f 2 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rotgans \N f 2 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rotgans \N f 0 2009-10-08 10:30:00 421 49 18 16654 35 \N 50 38 54 37 5 Gebied GA 2007-10-18 12:45:0 1.0 Rotgans \N f 2 2007-10-18 12:45:00 413 49 18 16654 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rotgans slechtvalk f 2 2007-10-18 13:00:00 413 49 18 16654 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rotgans \N f 6 2007-10-18 13:15:00 413 49 18 16654 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rotgans \N f 8 2007-10-18 14:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rotgans \N f 12 2007-10-18 15:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rotgans \N f 12 2007-10-18 15:45:00 413 49 18 16654 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Rotgans \N f 7 2007-10-18 16:00:00 413 49 18 16654 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Rotgans \N f 2 2007-10-18 12:45:00 413 49 18 16654 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Rotgans slechtvalk f 2 2007-10-18 13:00:00 413 49 18 16654 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Rotgans \N f 6 2007-10-18 13:15:00 413 49 18 16654 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Rotgans \N f 8 2007-10-18 14:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Rotgans \N f 12 2007-10-18 15:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rotgans \N f 1 2007-10-19 13:00:00 413 49 18 16654 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rotgans \N f 13 2007-10-19 16:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rotgans \N f 0 2007-10-19 13:15:00 413 49 18 16654 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rotgans \N f 5 2007-10-19 16:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rotgans \N f 7 2007-10-19 17:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rotgans \N f 8 2007-10-19 17:15:00 413 49 18 16654 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rotgans \N f 0 2009-10-09 17:15:00 425 49 18 16654 35 \N 50 38 54 37 40 Gebied GA 2007-10-19 14:15:0 100.0 Rotgans \N f 7 2007-10-19 14:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rotgans \N f 10 2007-10-19 14:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Rotgans \N f 9 2007-10-19 14:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rotgans \N f 16 2007-10-19 15:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rotgans \N f 7 2007-10-19 15:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rotgans \N f 8 2007-10-19 15:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rotgans \N f 4 2007-10-19 16:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Rotgans \N f 1 2007-10-19 13:00:00 413 49 18 16654 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Rotgans \N f 13 2007-10-19 16:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Rotgans \N f 0 2007-10-19 13:15:00 413 49 18 16654 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Rotgans \N f 5 2007-10-19 16:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Rotgans \N f 7 2007-10-19 17:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Rotgans \N f 8 2007-10-19 17:15:00 413 49 18 16654 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Rotgans \N f 7 2007-10-19 14:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Rotgans \N f 10 2007-10-19 14:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Rotgans \N f 16 2007-10-19 15:15:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Rotgans \N f 7 2007-10-19 15:30:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Rotgans \N f 8 2007-10-19 15:45:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Rotgans \N f 4 2007-10-19 16:00:00 413 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Rotgans \N f 12 2007-10-18 15:45:00 413 49 18 16654 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 414 49 18 16654 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rotgans slechtvalk f 2 2007-10-18 13:00:00 414 49 18 16654 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rotgans \N f 0 2007-10-18 13:15:00 414 49 18 16654 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 414 49 18 16654 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rotgans \N f 0 2007-10-18 13:45:00 414 49 18 16654 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 414 49 18 16654 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Rotgans slechtvalk f 2 2007-10-18 13:00:00 414 49 18 16654 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Rotgans \N f 0 2007-10-18 13:15:00 414 49 18 16654 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 414 49 18 16654 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Rotgans \N f 0 2007-10-18 13:45:00 414 49 18 16654 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rotgans \N f 0 2007-10-19 12:45:00 414 49 18 16654 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rotgans \N f 0 2007-10-19 13:15:00 414 49 18 16654 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 414 49 18 16654 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Rotgans \N f 0 2007-10-19 12:45:00 414 49 18 16654 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Rotgans \N f 0 2007-10-19 13:00:00 414 49 18 16654 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rotgans \N f 0 2007-10-19 13:15:00 414 49 18 16654 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 414 49 18 16654 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 415 49 18 16654 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 415 49 18 16654 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rotgans \N f 0 2007-10-18 16:15:00 415 49 18 16654 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 415 49 18 16654 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 415 49 18 16654 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 415 49 18 16654 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 415 49 18 16654 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 415 49 18 16654 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Rotgans \N f 0 2007-10-18 16:15:00 415 49 18 16654 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 415 49 18 16654 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 415 49 18 16654 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 415 49 18 16654 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rotgans \N f 0 2007-10-19 12:45:00 415 49 18 16654 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rotgans \N f 0 2007-10-19 13:00:00 415 49 18 16654 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Rotgans \N f 0 2007-10-19 12:45:00 415 49 18 16654 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Rotgans \N f 0 2007-10-19 13:00:00 415 49 18 16654 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rotgans \N f 0 2007-10-18 12:15:00 416 49 18 16654 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rotgans \N f 0 2007-10-18 15:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rotgans \N f 0 2007-10-18 12:30:00 416 49 18 16654 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rotgans \N f 0 2007-10-18 12:45:00 416 49 18 16654 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rotgans \N f 0 2007-10-18 16:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rotgans \N f 0 2007-10-18 13:45:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rotgans \N f 0 2007-10-18 14:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rotgans \N f 0 2007-10-18 14:15:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rotgans \N f 0 2007-10-18 14:30:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rotgans \N f 0 2007-10-18 14:45:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rotgans \N f 0 2007-10-18 15:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rotgans \N f 0 2007-10-18 12:15:00 416 49 18 16654 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rotgans \N f 0 2007-10-18 15:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rotgans \N f 0 2007-10-18 12:30:00 416 49 18 16654 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rotgans \N f 0 2007-10-18 12:45:00 416 49 18 16654 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rotgans \N f 0 2007-10-18 16:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rotgans \N f 0 2007-10-18 13:45:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rotgans \N f 0 2007-10-18 14:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rotgans \N f 0 2007-10-18 14:15:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rotgans \N f 0 2007-10-18 14:30:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rotgans \N f 0 2007-10-18 14:45:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:0:0 100.0 Bergeend \N nf 0 2010-10-10 11:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:0:0 90.0 Rotgans \N f 0 2007-10-18 15:00:00 416 49 18 16654 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Rotgans \N f 0 2007-10-19 12:45:00 416 49 18 16654 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rotgans \N f 0 2007-10-19 13:00:00 416 49 18 16654 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 416 49 18 16654 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rotgans \N f 0 2007-10-19 17:45:00 416 49 18 16654 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 416 49 18 16654 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Rotgans \N f 0 2007-10-19 17:45:00 416 49 18 16654 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 417 49 18 16654 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 417 49 18 16654 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rotgans \N f 0 2007-10-18 13:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Rotgans \N f 9 2007-10-18 14:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rotgans \N f 1 2007-10-18 14:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rotgans \N f 15 2007-10-18 15:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 417 49 18 16654 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Rotgans \N f 0 2007-10-18 13:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Rotgans \N f 7 2007-10-18 16:00:00 413 49 18 16654 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Rotgans \N f 9 2007-10-18 14:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Rotgans \N f 1 2007-10-18 14:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Rotgans \N f 15 2007-10-18 15:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Rotgans \N f 15 2007-10-18 15:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rotgans \N f 6 2007-10-19 13:00:00 417 49 18 16654 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rotgans \N f 6 2007-10-19 13:15:00 417 49 18 16654 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rotgans \N f 20 2007-10-19 16:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rotgans \N f 9 2007-10-19 13:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rotgans \N f 6 2007-10-19 17:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rotgans \N f 9 2007-10-19 17:15:00 417 49 18 16654 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rotgans \N f 10 2007-10-19 15:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rotgans \N f 6 2007-10-19 15:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Rotgans \N f 6 2007-10-19 13:00:00 417 49 18 16654 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Rotgans \N f 6 2007-10-19 13:15:00 417 49 18 16654 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Rotgans \N f 20 2007-10-19 16:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Rotgans \N f 9 2007-10-19 13:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Rotgans \N f 6 2007-10-19 17:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Rotgans \N f 9 2007-10-19 17:15:00 417 49 18 16654 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Rotgans \N f 10 2007-10-19 15:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Rotgans \N f 6 2007-10-19 15:15:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 417 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rotgans \N f 0 2007-10-18 16:00:00 418 49 18 16654 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Rotgans \N f 16 2007-10-18 16:15:00 418 49 18 16654 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 418 49 18 16654 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Rotgans \N f 0 2007-10-18 16:00:00 418 49 18 16654 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 16:15:0 5.0 Rotgans \N f 16 2007-10-18 16:15:00 418 49 18 16654 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 418 49 18 16654 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Rotgans \N f 0 2007-10-19 12:45:00 418 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rotgans \N f 0 2007-10-19 13:00:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 418 49 18 16654 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Rotgans \N f 0 2007-10-19 13:00:00 418 49 18 16654 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Rotgans \N f 0 2007-10-19 13:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Rotgans \N f 0 2007-10-19 13:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Rotgans \N f 0 2007-10-19 13:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 418 49 18 16654 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 419 49 18 16654 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rotgans \N f 0 2007-10-18 12:45:00 419 49 18 16654 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rotgans \N f 0 2007-10-18 16:15:00 419 49 18 16654 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 419 49 18 16654 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rotgans \N f 0 2007-10-18 13:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 419 49 18 16654 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Rotgans \N f 0 2007-10-18 12:45:00 419 49 18 16654 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Rotgans \N f 0 2007-10-18 16:15:00 419 49 18 16654 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 419 49 18 16654 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Rotgans \N f 0 2007-10-18 13:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Rotgans \N f 0 2007-10-18 13:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Rotgans \N f 0 2007-10-18 13:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Rotgans \N f 0 2007-10-18 14:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Rotgans \N f 0 2007-10-18 14:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Rotgans \N f 0 2007-10-18 14:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rotgans \N f 0 2007-10-18 14:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rotgans \N f 0 2007-10-19 12:45:00 419 49 18 16654 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rotgans \N f 1 2007-10-19 13:00:00 419 49 18 16654 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rotgans \N f 2 2007-10-19 13:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rotgans \N f 2 2007-10-19 13:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rotgans \N f 1 2007-10-19 13:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 419 49 18 16654 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Rotgans \N f 0 2007-10-19 12:45:00 419 49 18 16654 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Rotgans \N f 1 2007-10-19 13:00:00 419 49 18 16654 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Rotgans \N f 2 2007-10-19 13:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Rotgans \N f 0 2007-10-19 16:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Rotgans \N f 2 2007-10-19 13:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Rotgans \N f 0 2007-10-19 17:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Rotgans \N f 1 2007-10-19 13:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Rotgans \N f 0 2007-10-19 17:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Rotgans \N f 0 2007-10-19 14:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 419 49 18 16654 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rotgans \N f 0 2007-10-18 12:15:00 420 49 18 16654 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rotgans \N f 0 2007-10-18 15:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 420 49 18 16654 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rotgans \N f 0 2007-10-18 12:45:00 420 49 18 16654 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rotgans \N f 0 2007-10-18 16:15:00 420 49 18 16654 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 420 49 18 16654 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rotgans \N f 13 2007-10-18 16:30:00 420 49 18 16654 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rotgans \N f 3 2007-10-18 13:45:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rotgans \N f 0 2007-10-18 14:00:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rotgans \N f 0 2007-10-18 14:15:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rotgans \N f 0 2007-10-18 14:30:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rotgans \N f 0 2007-10-18 14:45:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Rotgans \N f 0 2007-10-18 12:15:00 420 49 18 16654 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Rotgans \N f 0 2007-10-18 15:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Rotgans \N f 0 2007-10-18 12:30:00 420 49 18 16654 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Rotgans \N f 0 2007-10-18 16:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Rotgans \N f 0 2007-10-18 12:45:00 420 49 18 16654 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Rotgans \N f 0 2007-10-18 16:15:00 420 49 18 16654 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Rotgans slechtvalk f 0 2007-10-18 13:00:00 420 49 18 16654 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Rotgans \N f 13 2007-10-18 16:30:00 420 49 18 16654 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Rotgans \N f 0 2007-10-18 13:15:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Rotgans \N f 0 2007-10-18 13:30:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rotgans \N f 3 2007-10-18 13:45:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Rotgans \N f 0 2007-10-18 14:00:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Rotgans \N f 0 2007-10-18 14:15:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Rotgans \N f 0 2007-10-18 14:30:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Rotgans \N f 0 2007-10-18 14:45:00 420 49 18 16654 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Rotgans \N f 0 2007-10-18 15:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Rotgans \N f 0 2007-10-18 15:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rotgans \N f 0 2007-10-19 12:45:00 420 49 18 16654 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rotgans \N f 0 2007-10-19 16:15:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rotgans \N f 3 2007-10-19 13:00:00 420 49 18 16654 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rotgans \N f 0 2007-10-19 16:30:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rotgans \N f 2 2007-10-19 13:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rotgans \N f 1 2007-10-19 17:00:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rotgans \N f 6 2007-10-19 13:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rotgans \N f 0 2007-10-19 17:15:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rotgans \N f 1 2007-10-19 14:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 420 49 18 16654 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rotgans \N f 0 2007-10-19 17:45:00 420 49 18 16654 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rotgans \N f 3 2007-10-19 15:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rotgans \N f 0 2007-10-19 16:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Rotgans \N f 0 2007-10-19 12:45:00 420 49 18 16654 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Rotgans \N f 0 2007-10-19 16:15:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Rotgans \N f 3 2007-10-19 13:00:00 420 49 18 16654 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Rotgans \N f 0 2007-10-19 16:30:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Rotgans \N f 2 2007-10-19 13:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rotgans \N f 0 2007-10-19 16:45:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Rotgans \N f 2 2007-10-19 13:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Rotgans \N f 1 2007-10-19 17:00:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Rotgans \N f 6 2007-10-19 13:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Rotgans \N f 0 2007-10-19 17:15:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Rotgans \N f 1 2007-10-19 14:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Rotgans slechtvalk f 0 2007-10-19 17:30:00 420 49 18 16654 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Rotgans \N f 0 2007-10-19 14:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Rotgans \N f 0 2007-10-19 17:45:00 420 49 18 16654 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Rotgans \N f 0 2007-10-19 14:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Rotgans \N f 0 2007-10-19 15:00:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Rotgans \N f 3 2007-10-19 15:15:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Rotgans \N f 0 2007-10-19 15:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Rotgans \N f 0 2007-10-19 15:45:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rotgans \N f 0 2011-10-01 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rotgans \N f 0 2011-10-01 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rotgans \N f 0 2012-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rotgans \N f 0 2012-10-18 15:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rotgans \N f 0 2011-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rotgans \N f 0 2011-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rotgans \N f 0 2011-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rotgans \N f 0 2011-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rotgans \N f 0 2011-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rotgans \N f 0 2011-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rotgans \N f 0 2011-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rotgans \N f 0 2011-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rotgans \N f 0 2011-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rotgans \N f 0 2011-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rotgans \N f 0 2011-10-18 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rotgans \N f 0 2011-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rotgans \N f 0 2011-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rotgans \N f 0 2011-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rotgans \N f 0 2011-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rotgans \N f 0 2011-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rotgans \N f 0 2011-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rotgans \N f 0 2011-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rotgans \N f 0 2011-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rotgans \N f 0 2011-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rotgans \N f 0 2011-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rotgans \N f 0 2011-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rotgans \N f 0 2011-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rotgans \N f 0 2011-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rotgans \N f 0 2011-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rotgans \N f 0 2011-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rotgans \N f 0 2011-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:45:0 100.0 Rotgans \N f 0 2011-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rotgans \N f 0 2011-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rotgans \N f 0 2011-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rotgans \N f 0 2011-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rotgans \N f 0 2011-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied GH 2007-10-19 14:30:0 100.0 Rotgans \N f 0 2007-10-19 14:30:00 420 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rotgans \N f 0 2012-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:45:0 1.0 Rotgans \N f 0 2010-10-09 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 9:0:0 75.0 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 75 Gebied: K 2012-10-18 15:0:0 99.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rotgans \N f 0 2012-10-18 13:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rotgans \N f 0 2012-10-18 10:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rotgans \N f 0 2012-10-18 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rotgans \N f 0 2012-10-18 13:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rotgans \N f 0 2012-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rotgans \N f 0 2012-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rotgans \N f 0 2012-10-18 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rotgans \N f 0 2012-10-18 10:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rotgans \N f 0 2012-10-18 14:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rotgans \N f 0 2012-10-18 10:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rotgans \N f 0 2012-10-18 14:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rotgans \N f 0 2012-10-18 14:45:00 \N 49 18 16654 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rotgans \N f 0 2012-10-18 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rotgans \N f 0 2012-10-18 15:00:00 \N 49 18 16654 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rotgans \N f 0 2012-10-18 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rotgans \N f 0 2012-10-18 12:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rotgans \N f 0 2012-10-18 12:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rotgans \N f 0 2011-10-01 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:0:0 100.0 Rotgans \N f 0 2011-10-02 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rotgans \N f 0 2012-10-18 11:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rotgans \N f 0 2012-10-18 13:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:45:0 100.0 Rotgans \N f 0 2012-10-18 11:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rotgans \N f 0 2011-10-18 15:15:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: F 2009-10-8 14:30:0 100.0 Rotgans slechtvalk f 0 2009-10-08 14:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rotgans \N f 0 2009-10-09 15:15:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rotgans \N f 0 2010-10-09 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rotgans \N f 0 2012-10-07 17:45:00 \N 49 18 16654 35 \N 50 38 54 37 20 Gebied: F 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Steenloper \N f 0 2011-10-18 13:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Steenloper \N f 0 2011-10-18 10:00:00 \N 49 18 11838 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Steenloper \N f 0 2011-10-18 13:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Steenloper \N f 0 2011-10-18 10:15:00 \N 49 18 11838 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Steenloper \N f 0 2011-10-18 14:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Steenloper \N f 0 2011-10-18 10:30:00 \N 49 18 11838 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 11:45:0 100.0 Steenloper \N f 0 2011-10-18 11:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Steenloper \N f 0 2011-10-18 12:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Steenloper \N f 0 2011-10-18 12:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Steenloper \N f 0 2011-10-18 12:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Steenloper \N f 0 2011-10-18 12:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Steenloper \N f 0 2011-10-18 13:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Steenloper \N f 0 2011-10-18 13:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Steenloper \N f 0 2011-10-18 13:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Steenloper \N f 0 2011-10-18 10:00:00 \N 49 18 11838 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Steenloper \N f 0 2011-10-18 13:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Steenloper \N f 0 2011-10-18 10:15:00 \N 49 18 11838 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Steenloper \N f 0 2011-10-18 14:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Steenloper \N f 0 2011-10-18 10:30:00 \N 49 18 11838 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Steenloper \N f 0 2011-10-18 14:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Steenloper \N f 0 2011-10-18 10:45:00 \N 49 18 11838 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Steenloper \N f 2 2011-10-18 14:30:00 \N 49 18 11838 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Steenloper \N f 0 2011-10-18 11:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Steenloper \N f 0 2011-10-18 14:45:00 \N 49 18 11838 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Steenloper \N f 0 2011-10-18 11:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Steenloper \N f 0 2011-10-18 11:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Steenloper \N f 0 2011-10-18 11:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Steenloper \N f 0 2011-10-18 12:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Steenloper \N f 0 2011-10-18 12:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Steenloper \N f 0 2011-10-18 12:30:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Steenloper \N f 0 2011-10-18 12:45:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Steenloper \N f 0 2011-10-18 13:00:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Steenloper \N f 0 2011-10-18 13:15:00 \N 49 18 11838 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Lepelaar \N f 0 2012-10-07 13:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Lepelaar \N f 0 2012-10-07 14:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Lepelaar \N f 0 2012-10-07 14:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Lepelaar \N f 0 2012-10-07 14:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Lepelaar \N f 0 2012-10-07 11:30:00 \N 49 18 18016 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 11:45:0 100.0 Lepelaar \N f 0 2012-10-07 11:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Lepelaar \N f 0 2012-10-07 12:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Lepelaar \N f 0 2012-10-07 12:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Lepelaar \N f 0 2012-10-07 12:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Lepelaar \N f 0 2012-10-07 12:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Lepelaar \N f 0 2012-10-07 13:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Lepelaar \N f 0 2012-10-07 13:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Lepelaar \N f 0 2012-10-07 13:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Lepelaar \N f 0 2012-10-07 13:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Lepelaar \N f 0 2012-10-07 14:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Lepelaar \N f 0 2012-10-07 14:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Lepelaar \N f 0 2012-10-07 14:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Lepelaar \N f 0 2012-10-07 14:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Lepelaar \N f 0 2012-10-18 09:15:00 \N 49 18 18016 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:30:0 95.0 Lepelaar \N f 0 2012-10-18 09:30:00 \N 49 18 18016 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 9:45:0 100.0 Lepelaar \N f 0 2012-10-18 09:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Lepelaar \N f 0 2012-10-18 10:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Lepelaar \N f 0 2012-10-18 10:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Lepelaar \N f 0 2012-10-18 10:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Lepelaar \N f 0 2012-10-18 10:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Lepelaar \N f 0 2012-10-18 11:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Lepelaar \N f 0 2012-10-18 11:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Lepelaar \N f 0 2012-10-18 11:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Lepelaar \N f 0 2012-10-18 11:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:0:0 100.0 Lepelaar \N f 0 2012-10-18 12:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Lepelaar \N f 0 2012-10-18 12:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Lepelaar \N f 0 2012-10-18 12:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Lepelaar \N f 0 2012-10-18 12:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Lepelaar \N f 0 2012-10-18 09:15:00 \N 49 18 18016 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:30:0 95.0 Lepelaar \N f 0 2012-10-18 09:30:00 \N 49 18 18016 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 9:45:0 100.0 Lepelaar \N f 0 2012-10-18 09:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Lepelaar \N f 0 2012-10-18 10:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Lepelaar \N f 0 2012-10-18 10:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Lepelaar \N f 0 2012-10-18 11:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Lepelaar \N f 0 2012-10-18 11:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Lepelaar \N f 0 2012-10-18 11:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Lepelaar \N f 0 2012-10-18 11:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:0:0 100.0 Lepelaar \N f 0 2012-10-18 12:00:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Lepelaar \N f 0 2012-10-18 12:15:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Lepelaar \N f 0 2012-10-18 12:30:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Lepelaar \N f 0 2012-10-18 12:45:00 \N 49 18 18016 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kanoet \N f 0 2009-10-08 10:45:00 421 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kanoet \N f 0 2009-10-08 11:00:00 421 49 18 38893 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kanoet \N f 0 2009-10-08 14:45:00 421 49 18 38893 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kanoet \N f 0 2009-10-08 11:15:00 421 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kanoet \N f 0 2009-10-08 15:00:00 421 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kanoet \N f 0 2009-10-08 11:30:00 421 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Kanoet \N f 0 2009-10-08 15:15:00 421 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Kanoet \N f 0 2009-10-08 11:45:00 421 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Kanoet \N f 0 2009-10-08 15:30:00 421 49 18 38893 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Kanoet \N f 0 2009-10-08 12:00:00 421 49 18 38893 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kanoet \N f 0 2009-10-08 12:15:00 421 49 18 38893 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kanoet \N f 0 2009-10-08 12:30:00 421 49 18 38893 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kanoet \N f 0 2009-10-08 12:45:00 421 49 18 38893 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kanoet \N f 0 2009-10-08 10:30:00 421 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kanoet \N f 0 2009-10-08 10:45:00 421 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:0:0 30.0 Kanoet \N f 0 2009-10-08 11:00:00 421 49 18 38893 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kanoet \N f 0 2009-10-08 14:45:00 421 49 18 38893 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kanoet \N f 0 2009-10-08 11:15:00 421 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kanoet \N f 0 2009-10-08 15:00:00 421 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kanoet \N f 0 2009-10-08 11:30:00 421 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Kanoet \N f 0 2009-10-08 15:15:00 421 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Kanoet \N f 0 2009-10-08 15:30:00 421 49 18 38893 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Kanoet \N f 0 2009-10-08 12:15:00 421 49 18 38893 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kanoet \N f 0 2009-10-08 12:30:00 421 49 18 38893 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kanoet \N f 0 2009-10-08 12:45:00 421 49 18 38893 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kanoet \N f 0 2009-10-09 11:00:00 421 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kanoet \N f 0 2009-10-09 11:15:00 421 49 18 38893 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kanoet \N f 0 2009-10-09 11:30:00 421 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kanoet \N f 0 2009-10-09 11:45:00 421 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kanoet \N f 0 2009-10-09 12:00:00 421 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kanoet \N f 0 2009-10-09 16:30:00 421 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kanoet \N f 0 2009-10-09 16:45:00 421 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kanoet \N f 0 2009-10-09 11:00:00 421 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kanoet \N f 0 2009-10-09 11:15:00 421 49 18 38893 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kanoet \N f 0 2009-10-09 11:30:00 421 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kanoet \N f 0 2009-10-09 11:45:00 421 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kanoet \N f 0 2009-10-09 12:00:00 421 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kanoet \N f 0 2009-10-09 16:30:00 421 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kanoet \N f 0 2009-10-09 16:45:00 421 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kanoet \N f 0 2009-10-08 10:30:00 422 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kanoet \N f 0 2009-10-08 10:45:00 422 49 18 38893 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 11:0:0 5.0 Kanoet \N f 0 2009-10-08 11:00:00 422 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kanoet \N f 0 2009-10-08 11:15:00 422 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kanoet \N f 0 2009-10-08 15:00:00 422 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kanoet \N f 0 2009-10-08 15:15:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kanoet \N f 0 2009-10-08 10:30:00 422 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kanoet \N f 0 2009-10-08 10:45:00 422 49 18 38893 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kanoet \N f 0 2009-10-08 11:00:00 422 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kanoet \N f 0 2009-10-08 11:15:00 422 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kanoet \N f 0 2009-10-08 15:00:00 422 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kanoet \N f 0 2009-10-08 15:15:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kanoet \N f 0 2009-10-09 11:00:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kanoet \N f 0 2009-10-09 11:15:00 422 49 18 38893 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kanoet \N f 0 2009-10-09 11:30:00 422 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kanoet \N f 0 2009-10-09 11:45:00 422 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kanoet \N f 0 2009-10-09 12:00:00 422 49 18 38893 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kanoet \N f 0 2009-10-09 16:45:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kanoet \N f 0 2009-10-09 11:00:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kanoet \N f 0 2009-10-09 11:15:00 422 49 18 38893 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kanoet \N f 0 2009-10-09 11:30:00 422 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kanoet \N f 0 2009-10-09 11:45:00 422 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kanoet \N f 0 2009-10-09 12:00:00 422 49 18 38893 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kanoet \N f 0 2009-10-09 16:45:00 422 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kanoet \N f 0 2009-10-08 10:30:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kanoet \N f 0 2009-10-08 10:45:00 423 49 18 38893 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kanoet \N f 0 2009-10-08 11:00:00 423 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kanoet \N f 0 2009-10-08 11:15:00 423 49 18 38893 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kanoet \N f 0 2009-10-08 11:30:00 423 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kanoet \N f 0 2009-10-08 15:15:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kanoet \N f 0 2009-10-08 10:30:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kanoet \N f 0 2009-10-08 10:45:00 423 49 18 38893 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kanoet \N f 0 2009-10-08 11:00:00 423 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kanoet \N f 0 2009-10-08 11:15:00 423 49 18 38893 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kanoet \N f 0 2009-10-08 11:30:00 423 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kanoet \N f 0 2009-10-08 15:15:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kanoet \N f 0 2009-10-09 11:00:00 423 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kanoet \N f 0 2009-10-09 11:15:00 423 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kanoet \N f 0 2009-10-09 11:30:00 423 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kanoet \N f 0 2009-10-09 11:45:00 423 49 18 38893 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kanoet \N f 0 2009-10-09 16:45:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kanoet \N f 0 2009-10-09 11:00:00 423 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kanoet \N f 0 2009-10-09 11:15:00 423 49 18 38893 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kanoet \N f 0 2009-10-09 11:30:00 423 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kanoet \N f 0 2009-10-09 11:45:00 423 49 18 38893 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kanoet \N f 0 2009-10-09 16:45:00 423 49 18 38893 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kanoet \N f 0 2009-10-08 09:45:00 424 49 18 38893 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kanoet \N f 0 2009-10-08 15:45:00 424 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kanoet \N f 0 2009-10-08 09:45:00 424 49 18 38893 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kanoet \N f 0 2009-10-08 15:45:00 424 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kanoet \N f 0 2009-10-09 17:00:00 424 49 18 38893 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kanoet \N f 0 2009-10-09 10:15:00 424 49 18 38893 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kanoet \N f 0 2009-10-09 17:00:00 424 49 18 38893 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kanoet \N f 0 2009-10-08 09:45:00 425 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 425 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kanoet \N f 0 2009-10-08 15:45:00 425 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 38893 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kanoet \N f 0 2009-10-08 09:45:00 425 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 425 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kanoet \N f 0 2009-10-08 15:45:00 425 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Kanoet \N f 0 2009-10-09 10:00:00 425 49 18 38893 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kanoet \N f 0 2009-10-09 10:15:00 425 49 18 38893 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kanoet \N f 0 2009-10-09 17:15:00 425 49 18 38893 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Kanoet \N f 0 2009-10-09 10:00:00 425 49 18 38893 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kanoet \N f 0 2009-10-09 10:15:00 425 49 18 38893 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kanoet \N f 0 2009-10-08 09:45:00 426 49 18 38893 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kanoet \N f 0 2009-10-08 15:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 38893 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Kanoet \N f 0 2009-10-08 09:30:00 426 49 18 38893 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kanoet \N f 0 2009-10-08 09:45:00 426 49 18 38893 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kanoet \N f 0 2009-10-08 10:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kanoet \N f 0 2009-10-08 15:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 38893 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Kanoet \N f 0 2009-10-09 10:00:00 426 49 18 38893 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kanoet \N f 0 2009-10-09 10:15:00 426 49 18 38893 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kanoet \N f 0 2009-10-09 17:15:00 426 49 18 38893 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Kanoet \N f 0 2009-10-09 10:00:00 426 49 18 38893 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kanoet \N f 0 2009-10-09 10:15:00 426 49 18 38893 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kanoet \N f 0 2009-10-09 10:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kanoet \N f 0 2009-10-09 17:15:00 426 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 427 49 18 38893 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kanoet \N f 0 2009-10-08 10:15:00 427 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kanoet \N f 0 2009-10-08 15:45:00 427 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 38893 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 427 49 18 38893 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kanoet \N f 0 2009-10-08 10:15:00 427 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kanoet \N f 0 2009-10-08 15:45:00 427 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kanoet \N f 0 2009-10-09 10:30:00 427 49 18 38893 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kanoet \N f 0 2009-10-09 17:15:00 427 49 18 38893 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kanoet \N f 0 2009-10-09 10:30:00 427 49 18 38893 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kanoet \N f 0 2009-10-09 17:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kanoet \N f 0 2009-10-09 17:15:00 427 49 18 38893 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 428 49 18 38893 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kanoet \N f 0 2009-10-08 10:15:00 428 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kanoet \N f 0 2009-10-08 15:45:00 428 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 38893 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 428 49 18 38893 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kanoet \N f 0 2009-10-08 10:15:00 428 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kanoet \N f 0 2009-10-08 10:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kanoet \N f 0 2009-10-08 11:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kanoet \N f 0 2009-10-08 11:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kanoet \N f 0 2009-10-08 15:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kanoet \N f 0 2009-10-08 15:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kanoet \N f 0 2009-10-08 15:45:00 428 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 38893 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kanoet \N f 0 2009-10-09 10:30:00 428 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kanoet \N f 0 2009-10-09 16:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kanoet \N f 0 2009-10-09 17:00:00 428 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kanoet \N f 0 2009-10-09 17:15:00 428 49 18 38893 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kanoet \N f 0 2009-10-09 10:30:00 428 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kanoet \N f 0 2009-10-09 14:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kanoet \N f 0 2009-10-09 17:15:00 428 49 18 38893 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kanoet \N f 0 2009-10-08 10:15:00 429 49 18 38893 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kanoet \N f 1 2009-10-08 10:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kanoet \N f 1 2009-10-08 11:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kanoet \N f 1 2009-10-08 11:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kanoet \N f 0 2009-10-08 15:15:00 429 49 18 38893 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kanoet \N f 0 2009-10-08 15:30:00 429 49 18 38893 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kanoet \N f 0 2009-10-08 15:45:00 429 49 18 38893 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 38893 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 429 49 18 38893 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:45:0 100.0 Kanoet \N f 0 2009-10-08 13:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kanoet \N f 1 2009-10-08 10:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kanoet \N f 0 2009-10-08 10:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kanoet \N f 0 2009-10-08 11:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kanoet \N f 0 2009-10-08 14:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kanoet \N f 1 2009-10-08 11:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kanoet \N f 0 2009-10-08 15:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kanoet \N f 1 2009-10-08 11:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kanoet \N f 0 2009-10-08 15:15:00 429 49 18 38893 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kanoet \N f 0 2009-10-08 12:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kanoet \N f 0 2009-10-08 15:30:00 429 49 18 38893 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kanoet \N f 0 2009-10-08 12:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kanoet \N f 0 2009-10-08 15:45:00 429 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2009-10-8 11:45:0 95.0 Kanoet \N f 0 2009-10-08 11:45:00 421 49 18 38893 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 38893 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kanoet \N f 0 2009-10-08 13:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Kanoet \N f 0 2009-10-09 10:30:00 429 49 18 38893 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kanoet \N f 0 2009-10-09 14:15:00 429 49 18 38893 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kanoet \N f 0 2009-10-09 16:45:00 429 49 18 38893 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kanoet \N f 0 2009-10-09 17:00:00 429 49 18 38893 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kanoet \N f 0 2009-10-09 10:15:00 429 49 18 38893 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kanoet \N f 0 2009-10-09 14:00:00 429 49 18 38893 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Kanoet \N f 0 2009-10-09 10:30:00 429 49 18 38893 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kanoet \N f 0 2009-10-09 14:15:00 429 49 18 38893 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kanoet \N f 0 2009-10-09 10:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kanoet \N f 0 2009-10-09 14:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kanoet \N f 0 2009-10-09 11:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Kanoet \N f 0 2009-10-08 12:00:00 421 49 18 38893 35 \N 50 38 54 37 97 Gebied: E 2009-10-8 16:0:0 80.0 Kanoet vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 38893 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kanoet \N f 0 2009-10-09 14:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kanoet \N f 0 2009-10-09 15:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kanoet \N f 0 2009-10-09 11:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kanoet \N f 0 2009-10-09 15:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kanoet \N f 0 2009-10-09 12:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kanoet \N f 0 2009-10-09 15:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kanoet \N f 0 2009-10-09 12:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kanoet \N f 0 2009-10-09 16:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kanoet \N f 0 2009-10-09 12:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kanoet \N f 0 2009-10-09 16:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kanoet \N f 0 2009-10-09 13:00:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kanoet \N f 0 2009-10-09 16:45:00 429 49 18 38893 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kanoet \N f 0 2009-10-09 17:00:00 429 49 18 38893 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kanoet \N f 0 2009-10-09 13:45:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kanoet slechtvalk f 0 2009-10-08 10:00:00 429 49 18 38893 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Kanoet \N f 0 2009-10-08 13:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Kanoet \N f 0 2009-10-08 13:15:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kanoet \N f 0 2009-10-09 10:15:00 429 49 18 38893 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kanoet \N f 0 2009-10-09 14:00:00 429 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:45:0 95.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kanoet \N f 0 2010-10-09 08:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kanoet \N f 0 2010-10-09 08:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kanoet \N f 0 2010-10-09 08:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kanoet \N f 0 2010-10-09 08:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kanoet \N f 0 2010-10-09 08:15:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kanoet \N f 0 2010-10-09 08:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kanoet \N f 0 2010-10-09 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kanoet \N f 0 2010-10-09 08:15:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kanoet \N f 0 2010-10-09 08:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kanoet \N f 0 2010-10-09 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kanoet \N f 0 2010-10-09 08:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kanoet \N f 0 2010-10-09 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kanoet \N f 0 2010-10-09 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kanoet \N f 0 2010-10-09 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kanoet \N f 0 2010-10-09 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kanoet \N f 0 2010-10-09 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kanoet \N f 0 2010-10-09 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kanoet \N f 0 2010-10-09 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kanoet \N f 0 2010-10-09 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kanoet \N f 0 2010-10-09 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kanoet \N f 0 2010-10-09 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kanoet \N f 0 2010-10-09 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kanoet \N f 0 2010-10-09 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kanoet \N f 0 2010-10-09 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kanoet \N f 0 2010-10-09 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kanoet \N f 0 2010-10-09 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kanoet \N f 0 2010-10-09 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kanoet \N f 0 2010-10-09 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kanoet \N f 0 2010-10-09 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kanoet \N f 0 2010-10-09 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:30:0 10.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kanoet \N f 0 2010-10-10 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wulp \N f 11 2007-10-18 12:15:00 420 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 15:15:0 10.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kanoet \N f 0 2010-10-10 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kanoet \N f 0 2010-10-10 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kanoet \N f 0 2010-10-10 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kanoet \N f 0 2010-10-10 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kanoet \N f 0 2010-10-10 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kanoet \N f 0 2010-10-10 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kanoet \N f 0 2010-10-10 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kanoet \N f 0 2010-10-10 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kanoet \N f 0 2010-10-10 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kanoet \N f 0 2010-10-10 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kanoet \N f 0 2010-10-10 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kanoet \N f 0 2010-10-10 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kanoet \N f 0 2010-10-10 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kanoet \N f 0 2010-10-10 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kanoet \N f 0 2010-10-10 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kanoet \N f 0 2010-10-10 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kanoet \N f 0 2010-10-10 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kanoet \N f 0 2010-10-10 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kanoet \N f 0 2010-10-10 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kanoet \N f 0 2010-10-10 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kanoet Smelleken f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kanoet Smelleken f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kanoet Smelleken f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kanoet \N f 0 2011-10-01 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kanoet smelleken f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kanoet smelleken f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kanoet \N f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kanoet \N f 0 2011-10-01 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kanoet \N f 0 2011-10-01 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kanoet \N f 0 2011-10-01 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kanoet \N f 0 2011-10-01 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kanoet \N f 0 2011-10-01 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kanoet \N f 0 2011-10-01 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kanoet \N f 0 2011-10-01 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kanoet \N f 0 2011-10-01 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kanoet \N f 0 2011-10-01 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kanoet \N f 0 2011-10-01 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kanoet \N f 0 2011-10-01 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kanoet \N f 0 2011-10-01 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kanoet \N f 0 2011-10-01 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kanoet \N f 0 2011-10-01 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kanoet \N f 0 2011-10-01 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kanoet \N f 0 2011-10-01 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kanoet \N f 0 2011-10-01 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kanoet \N f 0 2011-10-01 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kanoet \N f 0 2011-10-01 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kanoet \N f 0 2011-10-01 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kanoet \N f 0 2011-10-01 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kanoet Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kanoet \N f 0 2011-10-01 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kanoet \N f 0 2011-10-01 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 12:0:0 90.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kanoet \N f 0 2011-10-02 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kanoet slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kanoet \N f 0 2011-10-02 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 17:0:0 10.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:0:0 50.0 Wulp \N f 20 2007-10-19 13:00:00 420 49 18 6146 35 \N 50 38 54 37 50 Gebied: K 2011-10-2 16:45:0 20.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kanoet \N f 0 2011-10-02 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kanoet vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kanoet \N f 0 2011-10-02 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kanoet \N f 0 2011-10-02 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Kanoet \N f 0 2011-10-02 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kanoet \N f 0 2011-10-02 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kanoet \N f 0 2011-10-02 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kanoet \N f 0 2011-10-02 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kanoet \N f 0 2011-10-02 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kanoet \N f 0 2011-10-02 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kanoet \N f 0 2011-10-02 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kanoet \N f 0 2011-10-02 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kanoet \N f 0 2011-10-02 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kanoet \N f 0 2011-10-02 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kanoet \N f 0 2011-10-02 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kanoet visarend f 0 2011-10-02 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Kanoet \N f 0 2011-10-02 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kanoet slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kanoet \N f 0 2011-10-02 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kanoet \N f 0 2011-10-02 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kanoet \N f 0 2011-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kanoet \N f 0 2011-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kanoet \N f 0 2011-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kanoet \N f 0 2011-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kanoet \N f 0 2011-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kanoet \N f 0 2011-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kanoet \N f 0 2011-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kanoet \N f 0 2011-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kanoet \N f 0 2011-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kanoet \N f 0 2011-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kanoet \N f 0 2011-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kanoet \N f 0 2011-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kanoet \N f 0 2011-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kanoet \N f 0 2011-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kanoet \N f 0 2011-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kanoet \N f 0 2011-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kanoet \N f 0 2011-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kanoet \N f 0 2011-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kanoet \N f 0 2011-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kanoet \N f 0 2011-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kanoet \N f 0 2011-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kanoet \N f 0 2011-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kanoet \N f 0 2011-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kanoet \N f 0 2011-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kanoet \N f 0 2011-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:30:0 100.0 Kanoet \N f 0 2011-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kanoet \N f 0 2011-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kanoet \N f 0 2011-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kanoet \N f 0 2011-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kanoet \N f 0 2011-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kanoet \N f 0 2011-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kanoet \N f 0 2011-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kanoet \N f 0 2011-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kanoet \N f 0 2011-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kanoet \N f 0 2011-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:45:0 10.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 12:45:0 75.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kanoet \N f 0 2012-10-07 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kanoet \N f 0 2012-10-07 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kanoet \N f 0 2009-10-08 16:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kanoet \N f 0 2012-10-07 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kanoet \N f 0 2012-10-07 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kanoet \N f 0 2012-10-07 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kanoet \N f 0 2012-10-07 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kanoet \N f 0 2012-10-07 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kanoet \N f 0 2012-10-07 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kanoet \N f 0 2012-10-07 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kanoet \N f 0 2012-10-07 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kanoet \N f 0 2012-10-07 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kanoet \N f 0 2012-10-07 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kanoet \N f 0 2012-10-07 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kanoet \N f 0 2012-10-07 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kanoet \N f 0 2012-10-07 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kanoet \N f 0 2012-10-07 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kanoet \N f 0 2012-10-07 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kanoet \N f 0 2012-10-07 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kanoet \N f 0 2012-10-07 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kanoet \N f 0 2012-10-07 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kanoet \N f 0 2012-10-07 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kanoet \N f 0 2012-10-07 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kanoet \N f 0 2012-10-07 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kanoet \N f 0 2012-10-07 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kanoet \N f 0 2012-10-07 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kanoet \N f 0 2012-10-07 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Kanoet \N f 0 2011-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kanoet \N f 0 2011-10-08 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kanoet \N f 0 2011-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kanoet \N f 0 2011-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kanoet \N f 0 2011-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kanoet \N f 0 2011-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kanoet \N f 0 2011-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kanoet \N f 0 2011-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kanoet \N f 0 2011-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kanoet \N f 0 2011-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kanoet \N f 0 2011-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kanoet \N f 0 2011-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kanoet \N f 0 2011-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kanoet \N f 0 2011-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kanoet \N f 0 2011-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kanoet \N f 0 2011-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kanoet \N f 0 2011-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kanoet \N f 0 2011-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kanoet \N f 0 2011-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kanoet \N f 0 2011-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kanoet \N f 0 2011-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kanoet \N f 0 2011-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kanoet \N f 0 2011-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kanoet \N f 0 2011-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kanoet \N f 0 2011-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kanoet \N f 0 2011-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kanoet \N f 0 2011-10-08 18:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:15:0 100.0 Kanoet \N f 0 2011-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kanoet \N f 0 2011-10-08 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kanoet \N f 0 2011-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kanoet \N f 0 2011-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kanoet \N f 0 2011-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kanoet \N f 0 2011-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kanoet \N f 0 2011-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kanoet \N f 0 2011-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kanoet \N f 0 2011-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kanoet \N f 0 2011-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kanoet \N f 0 2011-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kanoet \N f 0 2011-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kanoet \N f 0 2011-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kanoet \N f 0 2011-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kanoet \N f 0 2011-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kanoet \N f 0 2011-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kanoet \N f 0 2011-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kanoet \N f 0 2011-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kanoet \N f 0 2011-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kanoet \N f 0 2011-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kanoet \N f 0 2011-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kanoet \N f 0 2011-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kanoet \N f 0 2011-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kanoet \N f 0 2011-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kanoet \N f 0 2011-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kanoet \N f 0 2011-10-08 18:30:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kanoet \N f 0 2011-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kanoet \N f 0 2011-10-08 18:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Kanoet \N f 0 2012-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kanoet \N f 0 2012-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kanoet \N f 0 2012-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kanoet \N f 0 2012-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kanoet \N f 0 2012-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kanoet \N f 0 2012-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kanoet \N f 0 2012-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kanoet \N f 0 2012-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kanoet \N f 0 2012-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kanoet \N f 0 2012-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kanoet \N f 0 2012-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kanoet \N f 0 2012-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kanoet \N f 0 2012-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kanoet \N f 0 2012-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kanoet \N f 0 2012-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kanoet \N f 0 2012-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kanoet \N f 0 2012-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kanoet \N f 0 2012-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kanoet \N f 0 2012-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kanoet \N f 0 2012-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kanoet \N f 0 2012-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kanoet \N f 0 2012-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kanoet \N f 0 2012-10-08 18:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kanoet \N f 0 2012-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kanoet \N f 0 2012-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kanoet \N f 0 2012-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Kanoet \N f 0 2012-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kanoet \N f 0 2012-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kanoet \N f 0 2012-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kanoet \N f 0 2012-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kanoet \N f 0 2012-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kanoet \N f 0 2012-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kanoet \N f 0 2012-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kanoet \N f 0 2012-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kanoet \N f 0 2012-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kanoet \N f 0 2012-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kanoet \N f 0 2012-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kanoet \N f 0 2012-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kanoet \N f 0 2012-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kanoet \N f 0 2012-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kanoet \N f 0 2012-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kanoet \N f 0 2012-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kanoet \N f 0 2012-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kanoet \N f 0 2012-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kanoet \N f 0 2012-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kanoet \N f 0 2012-10-08 18:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kanoet \N f 0 2012-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kanoet \N f 0 2012-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kanoet \N f 0 2012-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kanoet \N f 0 2012-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kanoet \N f 0 2012-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kanoet \N f 0 2012-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kanoet \N f 0 2012-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kanoet \N f 0 2012-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kanoet \N f 0 2012-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kanoet \N f 0 2012-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kanoet \N f 0 2012-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kanoet \N f 0 2012-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kanoet \N f 0 2012-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kanoet \N f 0 2012-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kanoet \N f 0 2012-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kanoet \N f 0 2012-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kanoet \N f 0 2012-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kanoet \N f 0 2012-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kanoet \N f 0 2012-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kanoet \N f 0 2012-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kanoet \N f 0 2012-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kanoet \N f 0 2012-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kanoet \N f 0 2012-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:45:0 100.0 Kanoet \N f 0 2012-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kanoet \N f 0 2012-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kanoet \N f 0 2012-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kanoet \N f 0 2012-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kanoet \N f 0 2012-10-08 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kanoet \N f 0 2012-10-08 15:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kanoet \N f 0 2012-10-08 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kanoet \N f 0 2012-10-08 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kanoet \N f 0 2012-10-08 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kanoet \N f 0 2012-10-08 16:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kanoet \N f 0 2012-10-08 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kanoet \N f 0 2012-10-08 16:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kanoet \N f 0 2012-10-08 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kanoet \N f 0 2012-10-08 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kanoet \N f 0 2012-10-08 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kanoet \N f 0 2012-10-08 17:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kanoet \N f 0 2012-10-08 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kanoet \N f 0 2012-10-08 17:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kanoet \N f 0 2012-10-08 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kanoet \N f 0 2012-10-08 17:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kanoet \N f 0 2012-10-08 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kanoet \N f 0 2012-10-08 17:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kanoet \N f 0 2012-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kanoet \N f 0 2012-10-08 18:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kanoet \N f 0 2012-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kanoet \N f 0 2012-10-08 18:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kanoet \N f 0 2012-10-08 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kanoet \N f 0 2012-10-08 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kanoet \N f 0 2012-10-08 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kanoet \N f 0 2012-10-08 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kanoet \N f 5 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kanoet \N f 5 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kanoet \N f 12 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kanoet \N f 9 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kanoet \N f 7 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kanoet \N f 20 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kanoet \N f 12 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kanoet \N f 9 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kanoet \N f 7 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kanoet \N f 1 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kanoet \N f 5 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kanoet \N f 3 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kanoet \N f 5 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kanoet \N f 9 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kanoet \N f 4 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kanoet \N f 3 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kanoet \N f 1 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kanoet \N f 1 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kanoet \N f 5 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kanoet \N f 5 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kanoet \N f 9 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kanoet \N f 4 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kanoet \N f 3 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kanoet \N f 1 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kanoet \N f 0 2009-10-08 10:30:00 421 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kanoet \N f 0 2009-10-08 14:15:00 421 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 413 49 18 38893 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 413 49 18 38893 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kanoet \N f 0 2007-10-18 13:15:00 413 49 18 38893 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kanoet \N f 0 2007-10-18 15:45:00 413 49 18 38893 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Kanoet \N f 0 2007-10-18 16:00:00 413 49 18 38893 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 413 49 18 38893 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 413 49 18 38893 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Kanoet \N f 0 2007-10-18 13:15:00 413 49 18 38893 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kanoet \N f 0 2007-10-19 13:00:00 413 49 18 38893 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kanoet \N f 0 2007-10-19 13:15:00 413 49 18 38893 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kanoet \N f 0 2007-10-19 17:15:00 413 49 18 38893 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Kanoet \N f 0 2007-10-19 13:15:00 413 49 18 38893 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Kanoet \N f 0 2007-10-19 17:15:00 413 49 18 38893 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Kanoet \N f 0 2007-10-18 15:45:00 413 49 18 38893 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 414 49 18 38893 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 414 49 18 38893 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Kanoet \N f 0 2007-10-18 13:15:00 414 49 18 38893 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 414 49 18 38893 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 414 49 18 38893 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 414 49 18 38893 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 414 49 18 38893 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 414 49 18 38893 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 414 49 18 38893 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kanoet \N f 0 2007-10-19 12:45:00 414 49 18 38893 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kanoet \N f 0 2007-10-19 13:00:00 414 49 18 38893 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kanoet \N f 0 2007-10-19 13:15:00 414 49 18 38893 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 414 49 18 38893 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Kanoet \N f 0 2007-10-19 12:45:00 414 49 18 38893 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Kanoet \N f 0 2007-10-19 13:00:00 414 49 18 38893 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Kanoet \N f 0 2007-10-19 13:15:00 414 49 18 38893 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 414 49 18 38893 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 415 49 18 38893 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 415 49 18 38893 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kanoet \N f 0 2007-10-18 16:15:00 415 49 18 38893 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 415 49 18 38893 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 415 49 18 38893 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 415 49 18 38893 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 415 49 18 38893 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Kanoet \N f 0 2007-10-18 16:15:00 415 49 18 38893 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 415 49 18 38893 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 415 49 18 38893 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 415 49 18 38893 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kanoet \N f 0 2007-10-19 12:45:00 415 49 18 38893 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kanoet \N f 0 2007-10-19 13:00:00 415 49 18 38893 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Kanoet \N f 0 2007-10-19 12:45:00 415 49 18 38893 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Kanoet \N f 0 2007-10-19 13:00:00 415 49 18 38893 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kanoet \N f 0 2007-10-18 12:15:00 416 49 18 38893 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kanoet \N f 0 2007-10-18 15:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kanoet \N f 0 2007-10-18 12:30:00 416 49 18 38893 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kanoet \N f 0 2007-10-18 12:45:00 416 49 18 38893 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kanoet \N f 0 2007-10-18 16:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kanoet \N f 0 2007-10-18 14:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kanoet \N f 0 2007-10-18 14:30:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kanoet \N f 0 2007-10-18 14:45:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kanoet \N f 0 2007-10-18 15:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Kanoet \N f 0 2007-10-18 12:15:00 416 49 18 38893 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Kanoet \N f 0 2007-10-18 15:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Kanoet \N f 0 2007-10-18 12:30:00 416 49 18 38893 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Kanoet \N f 0 2007-10-18 12:45:00 416 49 18 38893 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Kanoet \N f 0 2007-10-18 16:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Kanoet \N f 0 2007-10-18 14:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Kanoet \N f 0 2007-10-18 14:15:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Kanoet \N f 0 2007-10-18 14:30:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Kanoet \N f 0 2007-10-18 14:45:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Kanoet \N f 0 2007-10-18 15:00:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kanoet \N f 0 2007-10-19 12:45:00 416 49 18 38893 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kanoet \N f 0 2007-10-19 13:00:00 416 49 18 38893 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 416 49 18 38893 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kanoet \N f 0 2007-10-19 17:45:00 416 49 18 38893 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Kanoet \N f 0 2007-10-19 12:45:00 416 49 18 38893 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Kanoet \N f 0 2007-10-19 13:00:00 416 49 18 38893 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 416 49 18 38893 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Kanoet \N f 0 2007-10-19 17:45:00 416 49 18 38893 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 416 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 417 49 18 38893 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kanoet \N f 0 2007-10-18 13:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kanoet \N f 0 2009-10-09 11:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 417 49 18 38893 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 417 49 18 38893 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Kanoet \N f 0 2007-10-18 13:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Kanoet \N f 0 2007-10-18 16:00:00 413 49 18 38893 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kanoet \N f 0 2007-10-19 13:00:00 417 49 18 38893 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kanoet \N f 0 2007-10-19 13:15:00 417 49 18 38893 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kanoet \N f 0 2007-10-19 17:15:00 417 49 18 38893 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Kanoet \N f 0 2007-10-19 13:00:00 417 49 18 38893 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kanoet \N f 0 2007-10-19 13:15:00 417 49 18 38893 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Kanoet \N f 0 2007-10-19 17:15:00 417 49 18 38893 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 417 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kanoet \N f 0 2007-10-18 16:00:00 418 49 18 38893 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kanoet \N f 0 2007-10-18 16:15:00 418 49 18 38893 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Kanoet \N f 0 2007-10-18 16:00:00 418 49 18 38893 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Kanoet \N f 0 2007-10-18 16:15:00 418 49 18 38893 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 418 49 18 38893 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kanoet \N f 0 2007-10-19 12:45:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kanoet \N f 0 2007-10-19 13:00:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 418 49 18 38893 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 414 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Kanoet \N f 0 2007-10-19 12:45:00 418 49 18 38893 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Kanoet \N f 0 2007-10-19 13:00:00 418 49 18 38893 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 418 49 18 38893 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 418 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 419 49 18 38893 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kanoet \N f 0 2007-10-18 12:45:00 419 49 18 38893 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kanoet \N f 0 2007-10-18 16:15:00 419 49 18 38893 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 419 49 18 38893 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kanoet \N f 0 2007-10-18 13:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 419 49 18 38893 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Kanoet \N f 0 2007-10-18 12:45:00 419 49 18 38893 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Kanoet \N f 0 2007-10-18 16:15:00 419 49 18 38893 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 419 49 18 38893 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Kanoet \N f 0 2007-10-18 13:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Kanoet \N f 0 2007-10-18 13:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Kanoet \N f 0 2007-10-18 13:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Kanoet \N f 0 2007-10-18 14:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Kanoet \N f 0 2007-10-18 14:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Kanoet \N f 0 2007-10-18 14:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Kanoet \N f 0 2007-10-18 14:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kanoet \N f 0 2007-10-19 13:00:00 419 49 18 38893 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 419 49 18 38893 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Kanoet \N f 0 2007-10-19 12:45:00 419 49 18 38893 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Kanoet \N f 0 2007-10-19 16:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Kanoet \N f 0 2007-10-19 13:00:00 419 49 18 38893 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Kanoet \N f 0 2007-10-19 16:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Kanoet \N f 0 2007-10-19 17:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Kanoet \N f 0 2007-10-19 17:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 419 49 18 38893 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 419 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kanoet \N f 0 2007-10-18 12:15:00 420 49 18 38893 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kanoet \N f 0 2007-10-18 15:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 420 49 18 38893 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kanoet \N f 0 2007-10-18 12:45:00 420 49 18 38893 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kanoet \N f 0 2007-10-18 16:15:00 420 49 18 38893 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 420 49 18 38893 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kanoet \N f 0 2007-10-18 16:30:00 420 49 18 38893 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Kanoet \N f 0 2007-10-18 13:15:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kanoet \N f 0 2007-10-18 14:00:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kanoet \N f 0 2007-10-18 14:15:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Kanoet \N f 0 2007-10-18 14:30:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kanoet \N f 0 2007-10-18 14:45:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Kanoet \N f 0 2007-10-18 12:15:00 420 49 18 38893 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Kanoet \N f 0 2007-10-18 15:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Kanoet \N f 0 2007-10-18 12:30:00 420 49 18 38893 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Kanoet \N f 0 2007-10-18 12:45:00 420 49 18 38893 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Kanoet \N f 0 2007-10-18 16:15:00 420 49 18 38893 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Kanoet slechtvalk f 0 2007-10-18 13:00:00 420 49 18 38893 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Kanoet \N f 0 2007-10-18 16:30:00 420 49 18 38893 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:45:0 90.0 Kanoet \N f 0 2007-10-18 13:45:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Kanoet \N f 0 2007-10-18 14:00:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Kanoet \N f 0 2007-10-18 14:15:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2009-10-9 16:15:0 100.0 Kanoet \N f 0 2009-10-09 16:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:30:0 90.0 Kanoet \N f 0 2007-10-18 14:30:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Kanoet \N f 0 2007-10-18 14:45:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Kanoet \N f 0 2007-10-18 15:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Kanoet \N f 0 2007-10-18 15:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Kanoet \N f 0 2007-10-18 15:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kanoet \N f 0 2007-10-19 12:45:00 420 49 18 38893 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kanoet \N f 0 2007-10-19 16:15:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kanoet \N f 0 2007-10-19 13:00:00 420 49 18 38893 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kanoet \N f 0 2007-10-19 16:30:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kanoet \N f 0 2007-10-19 16:45:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kanoet \N f 0 2007-10-19 17:00:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kanoet \N f 0 2007-10-19 17:15:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 420 49 18 38893 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kanoet \N f 0 2007-10-19 17:45:00 420 49 18 38893 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Kanoet \N f 0 2007-10-19 12:45:00 420 49 18 38893 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Kanoet \N f 0 2007-10-19 16:15:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Kanoet \N f 0 2007-10-19 13:00:00 420 49 18 38893 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Kanoet \N f 0 2007-10-19 16:30:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Kanoet \N f 0 2007-10-19 13:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Kanoet \N f 0 2007-10-19 16:45:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Kanoet \N f 0 2007-10-19 13:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Kanoet \N f 0 2007-10-19 17:00:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Kanoet \N f 0 2007-10-19 13:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Kanoet \N f 0 2007-10-19 17:15:00 420 49 18 38893 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Kanoet \N f 0 2007-10-19 14:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Kanoet slechtvalk f 0 2007-10-19 17:30:00 420 49 18 38893 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Kanoet \N f 0 2007-10-19 14:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Kanoet \N f 0 2007-10-19 17:45:00 420 49 18 38893 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Kanoet \N f 0 2007-10-19 14:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kanoet \N f 0 2007-10-19 14:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Kanoet \N f 0 2007-10-19 15:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Kanoet \N f 0 2007-10-19 15:15:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Kanoet \N f 0 2007-10-19 15:30:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Kanoet \N f 0 2007-10-19 15:45:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 420 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:0:0 100.0 Kanoet \N f 0 2010-10-10 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kanoet \N f 0 2010-10-10 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kanoet \N f 0 2011-10-01 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kanoet \N f 0 2011-10-02 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 14:15:0 100.0 Kanoet \N f 0 2011-10-08 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kanoet \N f 0 2012-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kanoet \N f 0 2012-10-18 15:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kanoet \N f 0 2011-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kanoet \N f 0 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kanoet \N f 0 2011-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kanoet \N f 0 2011-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kanoet \N f 0 2011-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kanoet \N f 0 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kanoet \N f 0 2011-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kanoet \N f 0 2011-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kanoet \N f 0 2011-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kanoet \N f 0 2011-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kanoet \N f 0 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kanoet \N f 0 2011-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kanoet \N f 0 2011-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kanoet \N f 0 2011-10-18 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kanoet \N f 0 2011-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kanoet \N f 0 2011-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kanoet \N f 0 2011-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kanoet \N f 0 2011-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kanoet \N f 0 2011-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kanoet \N f 0 2011-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kanoet \N f 0 2011-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kanoet \N f 0 2011-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kanoet \N f 0 2011-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kanoet \N f 0 2011-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kanoet \N f 0 2011-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kanoet \N f 0 2011-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kanoet \N f 0 2011-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kanoet \N f 0 2011-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kanoet \N f 0 2011-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kanoet \N f 0 2011-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kanoet \N f 0 2011-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kanoet \N f 0 2011-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kanoet \N f 0 2011-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kanoet \N f 0 2011-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: G 2010-10-10 11:15:0 100.0 Kanoet \N f 0 2010-10-10 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kanoet \N f 0 2012-10-18 15:15:00 \N 49 18 38893 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kanoet \N f 0 2012-10-18 12:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kanoet \N f 0 2012-10-18 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kanoet \N f 0 2012-10-18 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kanoet \N f 0 2012-10-18 13:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kanoet \N f 0 2012-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kanoet \N f 0 2012-10-18 13:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kanoet \N f 0 2012-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kanoet \N f 0 2012-10-18 13:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kanoet \N f 0 2012-10-18 10:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kanoet \N f 0 2012-10-18 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kanoet \N f 0 2012-10-18 10:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kanoet \N f 0 2012-10-18 14:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kanoet \N f 0 2012-10-18 10:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kanoet \N f 0 2012-10-18 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kanoet \N f 0 2012-10-18 11:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kanoet \N f 0 2012-10-18 14:45:00 \N 49 18 38893 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kanoet \N f 0 2012-10-18 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kanoet \N f 0 2012-10-18 15:00:00 \N 49 18 38893 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kanoet \N f 0 2012-10-18 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kanoet \N f 0 2012-10-18 11:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kanoet \N f 0 2012-10-18 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kanoet \N f 0 2011-10-02 13:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kanoet \N f 0 2012-10-07 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kanoet \N f 0 2012-10-08 14:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:45:0 99.0 Zilverplevier \N f 0 2009-10-08 12:45:00 421 49 18 6147 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Zilverplevier \N f 0 2009-10-08 10:30:00 421 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Zilverplevier \N f 0 2009-10-08 10:45:00 421 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Zilverplevier \N f 0 2009-10-08 11:00:00 421 49 18 6147 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Zilverplevier \N f 0 2009-10-08 14:45:00 421 49 18 6147 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Zilverplevier \N f 0 2009-10-08 11:15:00 421 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Zilverplevier \N f 0 2009-10-08 15:00:00 421 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Zilverplevier \N f 0 2009-10-08 11:30:00 421 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Zilverplevier \N f 0 2009-10-08 15:15:00 421 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 15:30:0 0.0 Zilverplevier \N f 0 2009-10-08 15:30:00 421 49 18 6147 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Zilverplevier \N f 0 2009-10-08 12:15:00 421 49 18 6147 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Zilverplevier \N f 0 2009-10-08 12:30:00 421 49 18 6147 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Zilverplevier \N f 0 2009-10-08 12:45:00 421 49 18 6147 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Zilverplevier \N f 0 2009-10-09 11:00:00 421 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Zilverplevier \N f 0 2009-10-09 11:45:00 421 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Zilverplevier \N f 0 2009-10-09 12:00:00 421 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Zilverplevier \N f 0 2009-10-09 16:30:00 421 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Zilverplevier \N f 0 2009-10-09 16:45:00 421 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Zilverplevier \N f 0 2009-10-09 11:00:00 421 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Zilverplevier \N f 0 2009-10-09 11:30:00 421 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Zilverplevier \N f 0 2009-10-09 11:45:00 421 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Zilverplevier \N f 0 2009-10-09 12:00:00 421 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Zilverplevier \N f 0 2009-10-09 16:30:00 421 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Zilverplevier \N f 0 2009-10-09 16:45:00 421 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Zilverplevier \N f 0 2009-10-08 10:30:00 422 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Zilverplevier \N f 0 2009-10-08 10:45:00 422 49 18 6147 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Zilverplevier \N f 0 2009-10-08 11:00:00 422 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Zilverplevier \N f 0 2009-10-08 11:15:00 422 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Zilverplevier \N f 0 2009-10-08 15:00:00 422 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Zilverplevier \N f 0 2009-10-08 15:15:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Zilverplevier \N f 0 2009-10-08 10:30:00 422 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Zilverplevier \N f 0 2009-10-08 10:45:00 422 49 18 6147 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Zilverplevier \N f 0 2009-10-08 11:00:00 422 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Zilverplevier \N f 0 2009-10-08 11:15:00 422 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Zilverplevier \N f 0 2009-10-08 15:00:00 422 49 18 6147 35 \N 50 38 54 37 10 Gebied: i 2009-10-9 14:0:0 1.0 Zilverplevier \N f 0 2009-10-09 14:00:00 429 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Zilverplevier \N f 0 2009-10-08 15:15:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Zilverplevier \N f 0 2009-10-09 11:00:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 11:15:0 0.1 Zilverplevier \N f 0 2009-10-09 11:15:00 422 49 18 6147 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Zilverplevier \N f 0 2009-10-09 11:30:00 422 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Zilverplevier \N f 0 2010-10-09 08:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2009-10-9 11:45:0 20.0 Zilverplevier \N f 0 2009-10-09 11:45:00 422 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Zilverplevier \N f 0 2009-10-09 12:00:00 422 49 18 6147 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Zilverplevier \N f 0 2009-10-09 16:45:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Zilverplevier \N f 0 2009-10-09 11:00:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 11:15:0 0.1 Zilverplevier \N f 0 2009-10-09 11:15:00 422 49 18 6147 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Zilverplevier \N f 0 2009-10-09 11:30:00 422 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Zilverplevier \N f 0 2009-10-09 11:45:00 422 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Zilverplevier \N f 0 2009-10-09 12:00:00 422 49 18 6147 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Zilverplevier \N f 0 2009-10-09 16:45:00 422 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Zilverplevier \N f 0 2009-10-08 10:30:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Zilverplevier \N f 0 2009-10-08 10:45:00 423 49 18 6147 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Zilverplevier \N f 0 2009-10-08 11:00:00 423 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Zilverplevier \N f 0 2009-10-08 11:15:00 423 49 18 6147 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Zilverplevier \N f 0 2009-10-08 11:30:00 423 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Zilverplevier \N f 0 2009-10-08 15:15:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Zilverplevier \N f 0 2009-10-08 10:30:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Zilverplevier \N f 0 2009-10-08 10:45:00 423 49 18 6147 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Zilverplevier \N f 0 2009-10-08 11:00:00 423 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Zilverplevier \N f 0 2009-10-08 11:15:00 423 49 18 6147 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Zilverplevier \N f 0 2009-10-08 11:30:00 423 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Zilverplevier \N f 0 2009-10-08 15:15:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Zilverplevier \N f 0 2009-10-09 11:00:00 423 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Zilverplevier \N f 0 2009-10-09 11:15:00 423 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Zilverplevier \N f 0 2009-10-09 11:30:00 423 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Zilverplevier \N f 0 2009-10-09 11:45:00 423 49 18 6147 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Zilverplevier \N f 0 2009-10-09 16:45:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Zilverplevier \N f 0 2009-10-09 11:00:00 423 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Zilverplevier \N f 0 2009-10-09 11:15:00 423 49 18 6147 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Zilverplevier \N f 0 2009-10-09 11:30:00 423 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Zilverplevier \N f 0 2009-10-09 11:45:00 423 49 18 6147 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Zilverplevier \N f 0 2009-10-09 16:45:00 423 49 18 6147 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Zilverplevier \N f 0 2009-10-08 09:45:00 424 49 18 6147 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Zilverplevier \N f 0 2009-10-08 15:45:00 424 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Zilverplevier \N f 0 2009-10-08 09:45:00 424 49 18 6147 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Zilverplevier \N f 0 2009-10-08 15:45:00 424 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Zilverplevier \N f 0 2009-10-09 10:15:00 424 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Zilverplevier \N f 0 2009-10-09 17:00:00 424 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Zilverplevier \N f 0 2009-10-09 10:15:00 424 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Zilverplevier \N f 0 2009-10-09 17:00:00 424 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Zilverplevier \N f 0 2009-10-08 09:45:00 425 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 425 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Zilverplevier \N f 0 2009-10-08 15:45:00 425 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 6147 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Zilverplevier \N f 0 2009-10-08 09:45:00 425 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 425 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Zilverplevier \N f 0 2009-10-08 15:45:00 425 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 6147 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Zilverplevier \N f 0 2009-10-09 10:00:00 425 49 18 6147 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Zilverplevier \N f 0 2009-10-09 10:15:00 425 49 18 6147 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Zilverplevier \N f 0 2009-10-09 17:15:00 425 49 18 6147 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Zilverplevier \N f 0 2009-10-09 10:00:00 425 49 18 6147 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Zilverplevier \N f 0 2009-10-09 10:15:00 425 49 18 6147 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Zilverplevier \N f 0 2009-10-09 17:15:00 425 49 18 6147 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Zilverplevier \N f 0 2009-10-08 09:30:00 426 49 18 6147 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Zilverplevier \N f 0 2009-10-08 09:45:00 426 49 18 6147 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Zilverplevier \N f 0 2009-10-08 15:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 6147 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Zilverplevier \N f 0 2009-10-08 09:45:00 426 49 18 6147 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Zilverplevier \N f 0 2009-10-08 10:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Zilverplevier \N f 0 2009-10-08 15:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 6147 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Zilverplevier \N f 0 2009-10-09 10:00:00 426 49 18 6147 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Zilverplevier \N f 0 2009-10-09 10:15:00 426 49 18 6147 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Zilverplevier \N f 0 2009-10-09 17:15:00 426 49 18 6147 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Zilverplevier \N f 0 2009-10-09 10:00:00 426 49 18 6147 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Zilverplevier \N f 0 2009-10-09 10:15:00 426 49 18 6147 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Zilverplevier \N f 0 2009-10-09 10:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 426 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Zilverplevier \N f 0 2009-10-08 10:15:00 427 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Zilverplevier \N f 0 2009-10-08 15:45:00 427 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 6147 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 427 49 18 6147 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Zilverplevier \N f 0 2009-10-08 10:15:00 427 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: G 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Zilverplevier \N f 0 2009-10-08 15:45:00 427 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 6147 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Zilverplevier \N f 0 2009-10-09 10:30:00 427 49 18 6147 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Zilverplevier \N f 0 2009-10-09 17:15:00 427 49 18 6147 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Zilverplevier \N f 0 2009-10-09 10:30:00 427 49 18 6147 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Zilverplevier \N f 0 2009-10-09 17:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Zilverplevier \N f 0 2009-10-09 17:15:00 427 49 18 6147 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 428 49 18 6147 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Zilverplevier \N f 0 2009-10-08 10:15:00 428 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Zilverplevier \N f 0 2009-10-08 15:45:00 428 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 6147 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 428 49 18 6147 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Zilverplevier \N f 0 2009-10-08 10:15:00 428 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Zilverplevier \N f 0 2009-10-08 15:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Zilverplevier \N f 0 2009-10-08 15:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Zilverplevier \N f 0 2009-10-08 15:45:00 428 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 6147 35 \N 50 38 54 37 1 Gebied: E 2010-10-10 9:0:0 5.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: H 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Zilverplevier \N f 0 2009-10-09 10:30:00 428 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Zilverplevier \N f 0 2009-10-09 17:00:00 428 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Zilverplevier \N f 0 2009-10-09 17:15:00 428 49 18 6147 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Zilverplevier \N f 0 2009-10-09 10:30:00 428 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Zilverplevier \N f 0 2009-10-09 14:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Zilverplevier \N f 0 2009-10-09 16:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Zilverplevier \N f 0 2009-10-09 17:00:00 428 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Zilverplevier \N f 0 2009-10-09 17:15:00 428 49 18 6147 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 14:0:0 100.0 Zilverplevier \N f 0 2009-10-09 14:00:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Zilverplevier \N f 0 2009-10-08 10:15:00 429 49 18 6147 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Zilverplevier \N f 0 2009-10-08 15:15:00 429 49 18 6147 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Zilverplevier \N f 0 2009-10-08 15:30:00 429 49 18 6147 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Zilverplevier \N f 0 2009-10-08 15:45:00 429 49 18 6147 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 6147 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 429 49 18 6147 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Zilverplevier \N f 0 2009-10-08 10:15:00 429 49 18 6147 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Zilverplevier \N f 0 2009-10-08 10:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Zilverplevier \N f 0 2009-10-08 14:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Zilverplevier \N f 0 2009-10-08 10:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Zilverplevier \N f 0 2009-10-08 11:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Zilverplevier \N f 0 2009-10-08 11:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Zilverplevier \N f 0 2009-10-08 14:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Zilverplevier \N f 0 2009-10-08 11:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Zilverplevier \N f 0 2009-10-08 15:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Zilverplevier \N f 0 2009-10-08 15:15:00 429 49 18 6147 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Zilverplevier \N f 0 2009-10-08 12:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Zilverplevier \N f 0 2009-10-08 15:30:00 429 49 18 6147 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Zilverplevier \N f 0 2009-10-08 12:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Zilverplevier \N f 0 2009-10-08 15:45:00 429 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2009-10-8 11:45:0 95.0 Zilverplevier \N f 0 2009-10-08 11:45:00 421 49 18 6147 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Zilverplevier vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 6147 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Zilverplevier \N f 0 2009-10-08 12:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Zilverplevier \N f 0 2009-10-08 13:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: i 2009-10-9 10:30:0 80.0 Zilverplevier \N f 0 2009-10-09 10:30:00 429 49 18 6147 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Zilverplevier \N f 0 2009-10-09 14:15:00 429 49 18 6147 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Zilverplevier \N f 0 2009-10-09 16:45:00 429 49 18 6147 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Zilverplevier \N f 0 2009-10-09 17:00:00 429 49 18 6147 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Zilverplevier \N f 0 2009-10-09 10:15:00 429 49 18 6147 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Zilverplevier \N f 0 2009-10-09 10:30:00 429 49 18 6147 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Zilverplevier \N f 0 2009-10-09 14:15:00 429 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Zilverplevier \N f 0 2009-10-09 14:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Zilverplevier \N f 0 2009-10-09 11:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Zilverplevier \N f 0 2009-10-08 12:00:00 421 49 18 6147 35 \N 50 38 54 37 97 Gebied: E 2009-10-8 12:30:0 100.0 Zilverplevier \N f 0 2009-10-08 12:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Zilverplevier \N f 0 2009-10-09 14:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Zilverplevier \N f 0 2009-10-09 11:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Zilverplevier \N f 0 2009-10-09 11:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Zilverplevier \N f 0 2009-10-09 11:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Zilverplevier \N f 0 2009-10-09 15:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Zilverplevier \N f 0 2009-10-09 12:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Zilverplevier \N f 0 2009-10-09 15:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Zilverplevier \N f 0 2009-10-09 12:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Zilverplevier \N f 0 2009-10-09 16:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Zilverplevier \N f 0 2009-10-09 13:00:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Zilverplevier \N f 0 2009-10-09 16:45:00 429 49 18 6147 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Zilverplevier \N f 0 2009-10-09 13:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Zilverplevier \N f 0 2009-10-09 17:00:00 429 49 18 6147 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Zilverplevier \N f 0 2009-10-09 13:30:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 429 49 18 6147 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Zilverplevier \N f 0 2009-10-08 13:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Zilverplevier \N f 0 2009-10-09 10:15:00 429 49 18 6147 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Zilverplevier \N f 0 2009-10-09 14:00:00 429 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Zilverplevier \N f 0 2010-10-09 08:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Zilverplevier \N f 0 2010-10-09 08:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Zilverplevier \N f 0 2010-10-09 08:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Zilverplevier \N f 0 2010-10-09 08:15:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 9:0:0 100.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Zilverplevier \N f 0 2010-10-09 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Zilverplevier \N f 0 2010-10-09 08:15:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Zilverplevier \N f 0 2010-10-09 08:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Zilverplevier \N f 0 2010-10-09 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Zilverplevier \N f 0 2010-10-09 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Zilverplevier \N f 0 2010-10-09 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Zilverplevier \N f 4 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Zilverplevier \N f 0 2010-10-09 08:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Zilverplevier \N f 0 2010-10-09 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Zilverplevier \N f 0 2010-10-09 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Zilverplevier \N f 0 2010-10-09 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Zilverplevier \N f 0 2010-10-09 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Zilverplevier \N f 0 2010-10-09 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Zilverplevier \N f 0 2010-10-09 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Zilverplevier \N f 0 2010-10-09 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Zilverplevier \N f 4 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Zilverplevier \N f 0 2010-10-09 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Zilverplevier \N f 0 2010-10-09 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Zilverplevier \N f 0 2010-10-09 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Zilverplevier \N f 0 2010-10-09 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Zilverplevier \N f 0 2010-10-09 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Zilverplevier \N f 0 2010-10-09 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Zilverplevier \N f 0 2010-10-09 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Zilverplevier \N f 0 2010-10-09 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Zilverplevier \N f 0 2010-10-09 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Zilverplevier \N f 0 2010-10-09 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Zilverplevier \N f 0 2010-10-09 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Zilverplevier \N f 0 2010-10-10 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Zilverplevier \N f 0 2010-10-10 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Zilverplevier \N f 0 2010-10-10 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Zilverplevier \N f 0 2010-10-10 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Zilverplevier \N f 0 2010-10-10 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Zilverplevier \N f 0 2010-10-10 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Zilverplevier \N f 0 2010-10-10 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Zilverplevier \N f 0 2010-10-10 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Zilverplevier \N f 0 2010-10-10 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Zilverplevier \N f 0 2010-10-10 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Zilverplevier \N f 0 2010-10-10 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Zilverplevier \N f 0 2010-10-10 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Zilverplevier \N f 0 2010-10-10 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Zilverplevier \N f 0 2010-10-10 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Zilverplevier \N f 0 2010-10-10 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Zilverplevier \N f 0 2010-10-10 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Zilverplevier \N f 0 2010-10-10 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Zilverplevier \N f 0 2010-10-10 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Zilverplevier \N f 0 2010-10-10 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Zilverplevier \N f 0 2010-10-10 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Zilverplevier \N f 0 2010-10-10 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Zilverplevier \N f 0 2010-10-10 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Zilverplevier \N f 0 2010-10-10 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Zilverplevier \N f 0 2010-10-10 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Zilverplevier \N f 2 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Zilverplevier \N f 2 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Zilverplevier Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Zilverplevier \N f 0 2011-10-01 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Zilverplevier smelleken f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Zilverplevier smelleken f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:45:0 100.0 Zilverplevier \N f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Zilverplevier \N f 0 2011-10-01 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Zilverplevier \N f 0 2011-10-01 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Zilverplevier \N f 0 2011-10-01 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Zilverplevier \N f 0 2011-10-01 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Zilverplevier \N f 0 2011-10-01 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Zilverplevier \N f 0 2011-10-01 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Zilverplevier \N f 0 2011-10-01 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Zilverplevier \N f 0 2011-10-01 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Zilverplevier \N f 0 2011-10-01 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Zilverplevier \N f 0 2011-10-01 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Zilverplevier \N f 0 2011-10-01 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Zilverplevier \N f 0 2011-10-01 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Zilverplevier \N f 0 2011-10-01 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Zilverplevier \N f 0 2011-10-01 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Zilverplevier \N f 0 2011-10-01 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Zilverplevier \N f 0 2011-10-01 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Zilverplevier \N f 0 2011-10-01 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Zilverplevier \N f 0 2011-10-01 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Zilverplevier \N f 0 2011-10-01 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Zilverplevier \N f 0 2011-10-01 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Zilverplevier Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Zilverplevier \N f 0 2011-10-01 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Zilverplevier \N f 0 2011-10-01 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Zilverplevier \N f 0 2011-10-01 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 12:0:0 90.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Zilverplevier \N f 1 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Zilverplevier \N f 1 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Zilverplevier \N f 1 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Zilverplevier \N f 1 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Zilverplevier \N f 0 2011-10-02 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Zilverplevier slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Zilverplevier \N f 1 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Zilverplevier \N f 0 2011-10-02 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Zilverplevier \N f 1 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Zilverplevier \N f 0 2011-10-02 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Zilverplevier \N f 0 2011-10-02 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Zilverplevier \N f 0 2011-10-02 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Zilverplevier \N f 0 2011-10-02 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Zilverplevier \N f 0 2011-10-02 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Zilverplevier \N f 0 2011-10-02 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Zilverplevier \N f 0 2011-10-02 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Zilverplevier \N f 0 2011-10-02 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Zilverplevier \N f 0 2011-10-02 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Zilverplevier \N f 0 2011-10-02 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Zilverplevier \N f 0 2011-10-02 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Zilverplevier \N f 0 2011-10-02 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Zilverplevier \N f 0 2011-10-02 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Zilverplevier \N f 0 2011-10-02 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Zilverplevier vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Zilverplevier \N f 0 2011-10-02 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Zilverplevier visarend f 0 2011-10-02 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Zilverplevier \N f 0 2011-10-02 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Zilverplevier slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Zilverplevier \N f 0 2011-10-02 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Zilverplevier \N f 0 2011-10-02 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Zilverplevier \N f 0 2011-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Zilverplevier \N f 0 2011-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Zilverplevier \N f 0 2011-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Zilverplevier \N f 0 2011-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Zilverplevier \N f 0 2011-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Zilverplevier \N f 0 2011-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: G 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 427 49 18 12895 36 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Zilverplevier \N f 0 2011-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Zilverplevier \N f 0 2011-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Zilverplevier \N f 0 2011-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Zilverplevier \N f 0 2011-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Zilverplevier \N f 0 2011-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Zilverplevier \N f 0 2011-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Zilverplevier \N f 0 2011-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Zilverplevier \N f 0 2011-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Zilverplevier \N f 0 2011-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Zilverplevier \N f 0 2011-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Zilverplevier \N f 0 2011-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Zilverplevier \N f 0 2011-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Zilverplevier \N f 0 2011-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Zilverplevier \N f 0 2011-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Zilverplevier \N f 0 2011-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Zilverplevier \N f 0 2011-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Zilverplevier \N f 0 2011-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:30:0 90.0 Zilverplevier \N f 0 2011-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Zilverplevier \N f 0 2011-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Zilverplevier \N f 0 2011-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Zilverplevier \N f 0 2011-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Zilverplevier \N f 0 2011-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Zilverplevier \N f 0 2011-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Zilverplevier \N f 0 2011-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Zilverplevier \N f 0 2011-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Zilverplevier \N f 0 2011-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Zilverplevier \N f 0 2011-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Zilverplevier \N f 0 2011-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Zilverplevier \N f 0 2011-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Zilverplevier \N f 0 2011-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Zilverplevier \N f 0 2011-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Zilverplevier \N f 0 2012-10-07 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rosse grutto \N f 0 2009-10-09 10:30:00 428 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Zilverplevier \N f 0 2012-10-07 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Zilverplevier \N f 0 2012-10-07 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Zilverplevier \N f 0 2009-10-08 16:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Zilverplevier \N f 0 2012-10-07 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Zilverplevier \N f 0 2012-10-07 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Zilverplevier \N f 0 2012-10-07 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Zilverplevier \N f 0 2012-10-07 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Zilverplevier \N f 0 2012-10-07 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Zilverplevier \N f 0 2012-10-07 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Zilverplevier \N f 0 2012-10-07 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Zilverplevier \N f 0 2012-10-07 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Zilverplevier \N f 0 2012-10-07 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Zilverplevier \N f 0 2012-10-07 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Zilverplevier \N f 0 2012-10-07 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Zilverplevier \N f 0 2012-10-07 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Zilverplevier \N f 0 2012-10-07 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Zilverplevier \N f 0 2012-10-07 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Zilverplevier \N f 0 2012-10-07 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Zilverplevier \N f 0 2012-10-07 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Zilverplevier \N f 0 2012-10-07 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Zilverplevier \N f 0 2012-10-07 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Zilverplevier \N f 0 2012-10-07 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Zilverplevier \N f 0 2012-10-07 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Zilverplevier \N f 0 2012-10-07 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Zilverplevier \N f 0 2012-10-07 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Zilverplevier \N f 0 2012-10-07 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Zilverplevier \N f 0 2011-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Zilverplevier \N f 0 2011-10-08 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Zilverplevier \N f 0 2011-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Zilverplevier \N f 0 2011-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Zilverplevier \N f 0 2011-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Zilverplevier \N f 0 2011-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Zilverplevier \N f 0 2011-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Zilverplevier \N f 0 2011-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Zilverplevier \N f 0 2011-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Zilverplevier \N f 0 2011-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Zilverplevier \N f 0 2011-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Zilverplevier \N f 0 2011-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Zilverplevier \N f 0 2011-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Zilverplevier \N f 0 2011-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Zilverplevier \N f 0 2011-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Zilverplevier \N f 0 2011-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Zilverplevier \N f 0 2011-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Zilverplevier \N f 0 2011-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Zilverplevier \N f 0 2011-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Zilverplevier \N f 0 2011-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Zilverplevier \N f 0 2011-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Zilverplevier \N f 0 2011-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Zilverplevier \N f 0 2011-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Zilverplevier \N f 0 2011-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Zilverplevier \N f 0 2011-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 18:30:0 30.0 Zilverplevier \N f 0 2011-10-08 18:30:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Zilverplevier \N f 0 2011-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Zilverplevier \N f 0 2011-10-08 18:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Zilverplevier \N f 0 2011-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Zilverplevier \N f 0 2011-10-08 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Zilverplevier \N f 0 2011-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Zilverplevier \N f 0 2011-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Zilverplevier \N f 0 2011-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Zilverplevier \N f 0 2011-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Zilverplevier \N f 0 2011-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Zilverplevier \N f 0 2011-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Zilverplevier \N f 0 2011-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Zilverplevier \N f 0 2011-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Zilverplevier \N f 0 2011-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Zilverplevier \N f 0 2011-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Zilverplevier \N f 0 2011-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Zilverplevier \N f 0 2011-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Zilverplevier \N f 0 2011-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Zilverplevier \N f 0 2011-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Zilverplevier \N f 0 2011-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Zilverplevier \N f 0 2011-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Zilverplevier \N f 0 2011-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Zilverplevier \N f 0 2011-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Zilverplevier \N f 0 2011-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Zilverplevier \N f 0 2011-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Zilverplevier \N f 0 2011-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Zilverplevier \N f 0 2011-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Zilverplevier \N f 0 2011-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Zilverplevier \N f 0 2011-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Zilverplevier \N f 0 2012-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Zilverplevier \N f 0 2012-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Zilverplevier \N f 0 2012-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Zilverplevier \N f 0 2012-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Zilverplevier \N f 0 2012-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Zilverplevier \N f 0 2012-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Zilverplevier \N f 0 2012-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Zilverplevier \N f 0 2012-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Zilverplevier \N f 0 2012-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Zilverplevier \N f 0 2012-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Zilverplevier \N f 0 2012-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Zilverplevier \N f 0 2012-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Zilverplevier \N f 0 2012-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Zilverplevier \N f 0 2012-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Zilverplevier \N f 0 2012-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Zilverplevier \N f 0 2012-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Zilverplevier \N f 0 2012-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Zilverplevier \N f 0 2012-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Zilverplevier \N f 0 2012-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Zilverplevier \N f 0 2012-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Zilverplevier \N f 0 2012-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Zilverplevier \N f 0 2012-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Zilverplevier \N f 0 2012-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Zilverplevier \N f 0 2012-10-08 18:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Zilverplevier \N f 0 2012-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Zilverplevier \N f 0 2012-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Zilverplevier \N f 0 2012-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Zilverplevier \N f 0 2012-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Zilverplevier \N f 0 2012-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Zilverplevier \N f 0 2012-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Zilverplevier \N f 0 2012-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Zilverplevier \N f 0 2012-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Zilverplevier \N f 0 2012-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Zilverplevier \N f 0 2012-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Zilverplevier \N f 0 2012-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Zilverplevier \N f 0 2012-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Zilverplevier \N f 0 2012-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Zilverplevier \N f 0 2012-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Zilverplevier \N f 0 2012-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Zilverplevier \N f 0 2012-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Zilverplevier \N f 0 2012-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Zilverplevier \N f 0 2012-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Zilverplevier \N f 0 2012-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Zilverplevier \N f 0 2012-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Zilverplevier \N f 0 2012-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Zilverplevier \N f 0 2012-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Zilverplevier \N f 0 2012-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Zilverplevier \N f 0 2012-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Zilverplevier \N f 0 2012-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Zilverplevier \N f 0 2012-10-08 18:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Zilverplevier \N f 0 2012-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Zilverplevier \N f 0 2012-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Zilverplevier \N f 0 2012-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Zilverplevier \N f 0 2012-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Zilverplevier \N f 0 2012-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Zilverplevier \N f 0 2012-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Zilverplevier \N f 0 2012-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Zilverplevier \N f 0 2012-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Zilverplevier \N f 0 2012-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Zilverplevier \N f 0 2012-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Zilverplevier \N f 0 2012-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Zilverplevier \N f 0 2012-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Zilverplevier \N f 0 2012-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Zilverplevier \N f 0 2012-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Zilverplevier \N f 0 2012-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Zilverplevier \N f 0 2012-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Zilverplevier \N f 0 2012-10-08 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Zilverplevier \N f 0 2012-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Zilverplevier \N f 0 2012-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Zilverplevier \N f 0 2012-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Zilverplevier \N f 0 2012-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Zilverplevier \N f 0 2012-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Zilverplevier \N f 0 2012-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Zilverplevier \N f 0 2012-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Zilverplevier \N f 0 2012-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Zilverplevier \N f 0 2012-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Zilverplevier \N f 0 2012-10-08 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Zilverplevier \N f 0 2012-10-08 15:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Zilverplevier \N f 0 2012-10-08 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Zilverplevier \N f 0 2012-10-08 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Zilverplevier \N f 0 2012-10-08 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Zilverplevier \N f 0 2012-10-08 16:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Zilverplevier \N f 0 2012-10-08 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Zilverplevier \N f 0 2012-10-08 16:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Zilverplevier \N f 0 2012-10-08 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Zilverplevier \N f 0 2012-10-08 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Zilverplevier \N f 0 2012-10-08 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Zilverplevier \N f 0 2012-10-08 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Zilverplevier \N f 0 2012-10-08 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Zilverplevier \N f 0 2012-10-08 17:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Zilverplevier \N f 0 2012-10-08 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Zilverplevier \N f 0 2012-10-08 17:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Zilverplevier \N f 0 2012-10-08 17:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Zilverplevier \N f 0 2012-10-08 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Zilverplevier \N f 0 2012-10-08 18:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Zilverplevier \N f 0 2012-10-08 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Zilverplevier \N f 0 2012-10-08 18:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Zilverplevier \N f 0 2012-10-08 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Zilverplevier \N f 0 2012-10-08 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Zilverplevier \N f 0 2012-10-08 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Zilverplevier \N f 0 2012-10-08 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Zilverplevier \N f 3 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zilverplevier \N f 2 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Zilverplevier \N f 2 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zilverplevier \N f 3 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zilverplevier \N f 1 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Zilverplevier \N f 3 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Zilverplevier \N f 1 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zilverplevier \N f 2 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Zilverplevier \N f 1 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Zilverplevier \N f 1 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Zilverplevier \N f 3 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Zilverplevier \N f 3 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Zilverplevier \N f 1 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Zilverplevier \N f 2 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Zilverplevier \N f 3 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Zilverplevier \N f 1 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Zilverplevier \N f 1 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Zilverplevier \N f 1 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Zilverplevier \N f 3 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Zilverplevier \N f 1 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Zilverplevier \N f 1 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Zilverplevier \N f 3 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Zilverplevier \N f 3 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Zilverplevier \N f 1 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Zilverplevier \N f 2 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Zilverplevier \N f 3 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Zilverplevier \N f 1 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Zilverplevier \N f 1 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Zilverplevier \N f 1 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Zilverplevier \N f 3 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Zilverplevier \N f 0 2009-10-08 10:30:00 421 49 18 6147 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Zilverplevier \N f 0 2009-10-08 14:15:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Zilverplevier \N f 0 2009-10-09 16:15:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Zilverplevier \N f 0 2012-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Zilverplevier \N f 0 2012-10-18 15:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Zilverplevier \N f 0 2011-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:15:0 100.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Zilverplevier \N f 0 2011-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Zilverplevier \N f 0 2011-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Zilverplevier \N f 0 2011-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Zilverplevier \N f 0 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Zilverplevier \N f 0 2011-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Zilverplevier \N f 0 2011-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Zilverplevier \N f 0 2011-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Zilverplevier \N f 0 2011-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Zilverplevier \N f 0 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Zilverplevier \N f 0 2011-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Zilverplevier \N f 0 2011-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Zilverplevier \N f 0 2011-10-18 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Zilverplevier \N f 0 2011-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Zilverplevier \N f 0 2011-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Zilverplevier \N f 0 2011-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Zilverplevier \N f 0 2011-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Zilverplevier \N f 0 2011-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Zilverplevier \N f 0 2011-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Zilverplevier \N f 0 2011-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Zilverplevier \N f 0 2011-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Zilverplevier \N f 0 2011-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Zilverplevier \N f 0 2011-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Zilverplevier \N f 0 2011-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Zilverplevier \N f 0 2011-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Zilverplevier \N f 0 2011-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Zilverplevier \N f 0 2011-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Zilverplevier \N f 0 2011-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Zilverplevier \N f 0 2011-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Zilverplevier \N f 0 2011-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Zilverplevier \N f 0 2011-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Zilverplevier \N f 0 2011-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Zilverplevier \N f 0 2011-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Zilverplevier \N f 0 2011-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Zilverplevier \N f 0 2011-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Zilverplevier \N f 0 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Zilverplevier \N f 0 2012-10-18 15:15:00 \N 49 18 6147 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Zilverplevier \N f 0 2012-10-18 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Zilverplevier \N f 2 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Zilverplevier \N f 1 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Zilverplevier \N f 0 2012-10-18 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:15:0 100.0 Zilverplevier \N f 0 2012-10-18 13:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Zilverplevier \N f 0 2012-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Zilverplevier \N f 0 2012-10-18 13:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Zilverplevier \N f 0 2012-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Zilverplevier \N f 0 2012-10-18 13:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Zilverplevier \N f 2 2012-10-18 10:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Zilverplevier \N f 0 2012-10-18 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Zilverplevier \N f 0 2012-10-18 10:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Zilverplevier \N f 0 2012-10-18 14:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Zilverplevier \N f 1 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Zilverplevier \N f 0 2012-10-18 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Zilverplevier \N f 0 2012-10-18 11:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Zilverplevier \N f 0 2012-10-18 14:45:00 \N 49 18 6147 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Zilverplevier \N f 0 2012-10-18 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Zilverplevier \N f 0 2012-10-18 15:00:00 \N 49 18 6147 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Zilverplevier \N f 0 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Zilverplevier \N f 0 2012-10-18 11:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Zilverplevier \N f 0 2012-10-18 12:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Zilverplevier \N f 0 2012-10-18 12:15:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Zilverplevier \N f 0 2012-10-18 12:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Zilverplevier \N f 0 2011-10-01 14:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Zilverplevier \N f 0 2011-10-02 17:00:00 \N 49 18 6147 35 \N 50 38 54 37 1 Gebied: D 2012-10-7 12:45:0 100.0 Zilverplevier \N f 0 2012-10-07 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Zilverplevier \N f 2 2012-10-18 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Zilverplevier \N f 0 2012-10-18 10:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 413 49 18 10711 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 413 49 18 10711 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 413 49 18 10711 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 413 49 18 10711 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 413 49 18 10711 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 413 49 18 10711 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 413 49 18 10711 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 413 49 18 10711 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 413 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 413 49 18 10711 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 414 49 18 10711 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 414 49 18 10711 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 414 49 18 10711 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 414 49 18 10711 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 414 49 18 10711 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 414 49 18 10711 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 414 49 18 10711 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 414 49 18 10711 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 414 49 18 10711 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 414 49 18 10711 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 414 49 18 10711 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 414 49 18 10711 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 414 49 18 10711 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 414 49 18 10711 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 414 49 18 10711 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 13:15:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 414 49 18 10711 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 414 49 18 10711 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 415 49 18 10711 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 415 49 18 10711 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 415 49 18 10711 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 415 49 18 10711 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 415 49 18 10711 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 415 49 18 10711 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 415 49 18 10711 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 415 49 18 10711 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 415 49 18 10711 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 415 49 18 10711 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 415 49 18 10711 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 415 49 18 10711 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 415 49 18 10711 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 415 49 18 10711 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 415 49 18 10711 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 415 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Midd zaagbek \N f 11 2007-10-18 12:15:00 416 49 18 10711 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 416 49 18 10711 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 416 49 18 10711 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Midd zaagbek \N f 11 2007-10-18 12:15:00 416 49 18 10711 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 416 49 18 10711 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 416 49 18 10711 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 416 49 18 10711 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 416 49 18 10711 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 416 49 18 10711 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 416 49 18 10711 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Midd zaagbek \N f 0 2007-10-19 17:45:00 416 49 18 10711 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 416 49 18 10711 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 416 49 18 10711 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied GD 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 416 49 18 10711 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 416 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 417 49 18 10711 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 417 49 18 10711 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 417 49 18 10711 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Midd zaagbek \N f 2 2007-10-18 16:00:00 413 49 18 10711 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 417 49 18 10711 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 417 49 18 10711 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 417 49 18 10711 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 417 49 18 10711 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 417 49 18 10711 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 418 49 18 10711 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 418 49 18 10711 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 418 49 18 10711 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 418 49 18 10711 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 418 49 18 10711 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 418 49 18 10711 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 418 49 18 10711 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 418 49 18 10711 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 418 49 18 10711 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 418 49 18 10711 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 418 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 419 49 18 10711 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 419 49 18 10711 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 419 49 18 10711 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 419 49 18 10711 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 415 49 18 10711 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 419 49 18 10711 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 13:0:0 75.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 419 49 18 10711 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 419 49 18 10711 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 419 49 18 10711 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 419 49 18 10711 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 419 49 18 10711 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 419 49 18 10711 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 419 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:15:00 420 49 18 10711 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 420 49 18 10711 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 420 49 18 10711 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 420 49 18 10711 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 420 49 18 10711 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Midd zaagbek \N f 0 2007-10-18 16:30:00 420 49 18 10711 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GG 2007-10-19 13:0:0 0.0 Midd zaagbek \N nf 0 2007-10-19 13:00:00 419 49 18 10711 36 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:15:00 420 49 18 10711 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Midd zaagbek \N f 0 2007-10-18 12:30:00 420 49 18 10711 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 16:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Midd zaagbek \N f 0 2007-10-18 12:45:00 420 49 18 10711 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 420 49 18 10711 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Midd zaagbek slechtvalk f 0 2007-10-18 13:00:00 420 49 18 10711 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Midd zaagbek \N f 0 2007-10-18 16:30:00 420 49 18 10711 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:15:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:30:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 13:45:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:00:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:15:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:30:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Midd zaagbek \N f 0 2007-10-18 14:45:00 420 49 18 10711 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 420 49 18 10711 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 420 49 18 10711 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 420 49 18 10711 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Midd zaagbek \N f 0 2007-10-19 17:45:00 420 49 18 10711 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Midd zaagbek \N f 0 2007-10-19 12:45:00 420 49 18 10711 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:15:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Midd zaagbek \N f 0 2007-10-19 13:00:00 420 49 18 10711 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Midd zaagbek \N f 0 2007-10-19 16:45:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Midd zaagbek \N f 0 2007-10-19 17:00:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 13:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Midd zaagbek \N f 0 2007-10-19 17:15:00 420 49 18 10711 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 420 49 18 10711 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Midd zaagbek \N f 0 2007-10-19 17:45:00 420 49 18 10711 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 15:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:15:0 70.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 421 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 421 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 421 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 421 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 421 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 421 49 18 32972 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 421 49 18 32972 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 421 49 18 32972 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 421 49 18 32972 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 421 49 18 32972 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 421 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 421 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 421 49 18 32972 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 421 49 18 32972 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 421 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 421 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 421 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 11:45:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 421 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 421 49 18 32972 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 421 49 18 32972 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 421 49 18 32972 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 421 49 18 32972 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kleine zilverreiger \N f 4 2009-10-09 11:00:00 421 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 421 49 18 32972 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 421 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kleine zilverreiger \N f 1 2009-10-09 11:45:00 421 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kleine zilverreiger \N f 1 2009-10-09 12:00:00 421 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 421 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 13:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 421 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Kleine zilverreiger \N f 4 2009-10-09 11:00:00 421 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 421 49 18 32972 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 421 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Kleine zilverreiger \N f 1 2009-10-09 11:45:00 421 49 18 32972 35 \N 50 38 54 37 70 Gebied: G 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Kleine zilverreiger \N f 1 2009-10-09 12:00:00 421 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 12:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 421 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 13:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 421 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 1 2009-10-09 13:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 422 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 10:45:0 2.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 422 49 18 32972 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 422 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 422 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 422 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 422 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 422 49 18 32972 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 422 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 422 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 422 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 15:0:0 90.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2009-10-9 11:0:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 422 49 18 32972 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 422 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 422 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 422 49 18 32972 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 422 49 18 32972 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 422 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 422 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 422 49 18 32972 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 422 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 423 49 18 32972 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 11:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 423 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 423 49 18 32972 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 423 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 423 49 18 32972 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 423 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 423 49 18 32972 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 423 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 423 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 423 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 423 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 423 49 18 32972 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 423 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 423 49 18 32972 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 423 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 423 49 18 32972 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 423 49 18 32972 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 424 49 18 32972 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 424 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 424 49 18 32972 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 424 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 424 49 18 32972 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 424 49 18 32972 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 424 49 18 32972 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 424 49 18 32972 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 425 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 425 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 425 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 32972 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 425 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 425 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 425 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:00:00 425 49 18 32972 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 425 49 18 32972 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 425 49 18 32972 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:00:00 425 49 18 32972 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 425 49 18 32972 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 425 49 18 32972 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-08 09:30:00 426 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 426 49 18 32972 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 32972 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Kleine zilverreiger \N f 0 2009-10-08 09:30:00 426 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Kleine zilverreiger \N f 0 2009-10-08 09:45:00 426 49 18 32972 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 32972 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 16:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:00:00 426 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 426 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 426 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:00:00 426 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 426 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 427 49 18 32972 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 427 49 18 32972 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 427 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 32972 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 427 49 18 32972 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 427 49 18 32972 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 427 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 32972 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 427 49 18 32972 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 427 49 18 32972 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 427 49 18 32972 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 427 49 18 32972 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 428 49 18 32972 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 428 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 428 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 16:0:0 1.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 32972 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 428 49 18 32972 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 428 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 428 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 32972 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 428 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 428 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 428 49 18 32972 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 428 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 428 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 428 49 18 32972 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 429 49 18 32972 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 429 49 18 32972 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 429 49 18 32972 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 429 49 18 32972 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 32972 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 429 49 18 32972 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kleine zilverreiger \N f 0 2009-10-08 10:15:00 429 49 18 32972 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 429 49 18 32972 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 429 49 18 32972 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 421 49 18 32972 35 \N 50 38 54 37 10 Gebied: i 2009-10-8 15:45:0 40.0 Kleine zilverreiger \N f 0 2009-10-08 15:45:00 429 49 18 32972 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 32972 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 429 49 18 32972 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 429 49 18 32972 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 429 49 18 32972 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 429 49 18 32972 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 429 49 18 32972 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 429 49 18 32972 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 429 49 18 32972 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:15:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 14:15:00 429 49 18 32972 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 10:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 421 49 18 32972 35 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Kleine zilverreiger vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 32972 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 11:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:00:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Kleine zilverreiger \N f 0 2009-10-09 16:45:00 429 49 18 32972 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Kleine zilverreiger \N f 0 2009-10-09 17:00:00 429 49 18 32972 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 10:00:00 429 49 18 32972 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:15:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Kleine zilverreiger \N f 0 2009-10-09 10:15:00 429 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Kleine zilverreiger \N f 2 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 10:30:0 95.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 14:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 14:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:45:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 08:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-09 08:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kleine zilverreiger \N f 1 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 08:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-09 08:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Kleine zilverreiger \N f 1 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:15:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 08:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:30:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 08:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Kleine zilverreiger \N f 0 2010-10-09 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kleine zilverreiger \N f 1 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N f 1 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Kleine zilverreiger \N f 1 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Kleine zilverreiger \N f 0 2010-10-09 08:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2010-10-9 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Kleine zilverreiger \N f 0 2010-10-09 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Kleine zilverreiger \N f 0 2010-10-09 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Kleine zilverreiger \N f 0 2010-10-09 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: F 2012-10-18 9:15:0 5.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 14:15:0 60.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N f 1 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: C 2010-10-10 14:30:0 1.0 Kleine zilverreiger \N f 1 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N f 1 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Kleine zilverreiger \N f 0 2010-10-10 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Kleine zilverreiger \N f 0 2010-10-10 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Kleine zilverreiger Smelleken f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kleine zilverreiger smelleken f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Kleine zilverreiger smelleken f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Kleine zilverreiger \N f 0 2011-10-01 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-01 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Kleine zilverreiger \N f 0 2011-10-01 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Kleine zilverreiger Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kleine zilverreiger \N f 1 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Kleine zilverreiger \N f 1 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Kleine zilverreiger \N f 0 2011-10-02 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Kleine zilverreiger \N f 0 2011-10-02 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 11:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 15:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Kleine zilverreiger \N f 0 2011-10-02 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Kleine zilverreiger \N f 0 2011-10-02 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Kleine zilverreiger \N f 0 2011-10-02 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Kleine zilverreiger vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-02 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kleine zilverreiger \N f 0 2011-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kleine zilverreiger \N f 0 2011-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Kleine zilverreiger \N f 0 2011-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Kleine zilverreiger \N f 0 2011-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Kleine zilverreiger \N f 0 2011-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Kleine zilverreiger \N f 0 2011-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 13:0:0 80.0 Kleine zilverreiger \N f 0 2011-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Kleine zilverreiger \N f 0 2011-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Kleine zilverreiger \N f 0 2012-10-07 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Kleine zilverreiger \N f 0 2012-10-07 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Kleine zilverreiger \N f 0 2012-10-07 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Kleine zilverreiger \N f 0 2012-10-07 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Kleine zilverreiger \N f 0 2012-10-07 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-07 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kleine zilverreiger \N f 0 2011-10-08 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: J 2011-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kleine zilverreiger \N f 0 2011-10-08 18:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kleine zilverreiger \N f 0 2011-10-08 18:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Kleine zilverreiger \N f 0 2011-10-08 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Kleine zilverreiger \N f 0 2011-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Kleine zilverreiger \N f 0 2011-10-08 18:30:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Kleine zilverreiger \N f 0 2011-10-08 18:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Kleine zilverreiger \N f 0 2012-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Kleine zilverreiger \N f 0 2012-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kleine zilverreiger \N f 0 2012-10-08 18:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Kleine zilverreiger \N f 0 2012-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Kleine zilverreiger \N f 0 2012-10-08 18:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Kleine zilverreiger \N f 0 2012-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-08 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: L 2012-10-8 12:15:0 90.0 Kleine zilverreiger \N f 0 2012-10-08 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 17:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 18:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-08 18:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Kleine zilverreiger \N f 0 2009-10-08 10:30:00 421 49 18 32972 35 \N 50 38 54 37 5 Gebied: D 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Scholekster \N f 0 2011-10-02 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rotgans \N f 0 2011-10-02 16:30:00 \N 49 18 16654 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Zilverplevier \N f 0 2011-10-02 13:00:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bonte strandloper \N f 0 2012-10-18 12:45:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Scholekster \N f 0 2012-10-18 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rotgans \N f 0 2012-10-18 12:30:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Rotgans \N f 0 2012-10-18 12:45:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kanoet \N f 0 2012-10-18 12:30:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kanoet \N f 0 2012-10-18 12:45:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Zilverplevier \N f 0 2012-10-18 12:45:00 \N 49 18 6147 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rotgans \N nf 0 2011-10-02 16:30:00 \N 49 18 16654 36 \N 50 38 54 37 70 Gebied: D 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: E 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 12:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:30:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:00:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rosse grutto \N nf 0 2009-10-09 16:45:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rosse grutto \N nf 0 2009-10-09 13:15:00 428 49 18 12895 36 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rosse grutto \N nf 0 2009-10-09 17:00:00 428 49 18 12895 36 \N 50 38 54 37 80 Gebied: H 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rosse grutto \N f 0 2009-10-09 17:00:00 428 49 18 12895 35 \N 50 38 54 37 80 Gebied: F 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 15:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kleine zilverreiger \N f 0 2011-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Kleine zilverreiger \N f 0 2011-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Kleine zilverreiger \N f 0 2011-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Kleine zilverreiger \N f 0 2011-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kleine zilverreiger \N f 0 2011-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kleine zilverreiger \N f 0 2011-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Kleine zilverreiger \N f 0 2011-10-18 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Kleine zilverreiger \N f 0 2011-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Kleine zilverreiger \N f 0 2011-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2011-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Kleine zilverreiger \N f 0 2012-10-18 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Kleine zilverreiger \N f 0 2012-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 10:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 14:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Kleine zilverreiger \N f 0 2012-10-18 14:45:00 \N 49 18 32972 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Kleine zilverreiger \N f 0 2012-10-18 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 11:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 12:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 10:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 14:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 13:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 17:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-07 12:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kleine zilverreiger \N f 0 2012-10-18 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 M. Zaagbek \N f 1 2011-10-07 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:30:0 20.0 M. Zaagbek \N f 0 2011-10-07 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 12:45:0 50.0 M. Zaagbek \N f 0 2011-10-07 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 13:0:0 80.0 M. Zaagbek \N f 0 2011-10-07 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 13:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 M. Zaagbek \N f 0 2011-10-07 15:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Wulp \N f 4 2009-10-09 12:00:00 422 49 18 6146 35 \N 50 38 54 37 95 Gebied: i 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Wulp \N f 5 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Wulp \N f 4 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Wulp \N f 13 2009-10-08 10:45:00 421 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 47 2009-10-08 14:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Wulp \N f 29 2009-10-08 11:00:00 421 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Wulp \N f 45 2009-10-08 14:45:00 421 49 18 6146 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Wulp \N f 14 2009-10-08 11:15:00 421 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 11:30:0 95.0 Wulp \N f 5 2009-10-08 11:30:00 421 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 12:30:0 3.0 Wulp \N f 4 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: A 2009-10-8 15:15:0 10.0 Wulp \N f 0 2009-10-08 15:15:00 421 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Wulp \N f 2 2009-10-08 11:45:00 421 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Wulp \N f 0 2009-10-08 15:30:00 421 49 18 6146 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 13:30:0 100.0 Wulp \N f 1 2009-10-08 13:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Wulp \N f 2 2009-10-08 13:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Wulp \N f 1 2009-10-08 10:30:00 421 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Wulp \N f 14 2009-10-08 14:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 47 2009-10-08 14:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Wulp \N f 29 2009-10-08 11:00:00 421 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Wulp \N f 45 2009-10-08 14:45:00 421 49 18 6146 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Wulp \N f 14 2009-10-08 11:15:00 421 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Wulp \N f 2 2009-10-08 15:00:00 421 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Wulp \N f 5 2009-10-08 11:30:00 421 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Wulp \N f 0 2009-10-08 15:15:00 421 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Wulp \N f 0 2009-10-08 15:30:00 421 49 18 6146 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Wulp \N f 2 2009-10-08 12:15:00 421 49 18 6146 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:45:0 99.0 Wulp \N f 1 2009-10-08 12:45:00 421 49 18 6146 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Wulp \N f 2 2009-10-08 13:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Wulp \N f 1 2009-10-08 13:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Wulp \N f 2 2009-10-08 13:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Wulp \N f 2 2009-10-08 14:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Wulp \N f 7 2009-10-09 11:00:00 421 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Wulp \N f 2 2009-10-09 14:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Wulp \N f 23 2009-10-09 11:15:00 421 49 18 6146 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Wulp \N f 19 2009-10-09 11:30:00 421 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Wulp \N f 2 2009-10-09 15:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Wulp \N f 7 2009-10-09 11:45:00 421 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Wulp \N f 2 2009-10-09 15:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Wulp \N f 29 2009-10-09 16:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Wulp \N f 1 2009-10-09 12:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Wulp \N f 4 2009-10-09 16:30:00 421 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Wulp \N f 0 2009-10-09 16:45:00 421 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Wulp \N f 2 2009-10-09 13:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Wulp \N f 2 2009-10-09 13:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Wulp \N f 7 2009-10-09 11:00:00 421 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Wulp \N f 2 2009-10-09 14:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Wulp \N f 23 2009-10-09 11:15:00 421 49 18 6146 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Wulp \N f 19 2009-10-09 11:30:00 421 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Wulp \N f 2 2009-10-09 15:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Wulp \N f 7 2009-10-09 11:45:00 421 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Wulp \N f 2 2009-10-09 15:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Wulp \N f 2 2009-10-09 12:00:00 421 49 18 6146 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Wulp \N f 5 2009-10-09 15:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Wulp \N f 1 2009-10-09 12:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Wulp \N f 1 2009-10-09 16:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Wulp \N f 0 2009-10-08 09:45:00 426 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Wulp \N f 29 2009-10-09 16:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Wulp \N f 1 2009-10-09 12:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Wulp \N f 2 2009-10-09 13:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Wulp \N f 2 2009-10-09 13:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Wulp \N f 0 2009-10-08 10:30:00 422 49 18 6146 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Wulp \N f 4 2009-10-08 14:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Wulp \N f 15 2009-10-08 10:45:00 422 49 18 6146 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 20 2009-10-08 14:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Wulp \N f 5 2009-10-08 11:00:00 422 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Wulp \N f 48 2009-10-08 14:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Wulp \N f 0 2009-10-08 11:15:00 422 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Wulp \N f 11 2009-10-08 15:00:00 422 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Wulp \N f 1 2009-10-08 11:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Wulp \N f 0 2009-10-08 15:15:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Wulp \N f 2 2009-10-08 11:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Wulp \N f 1 2009-10-08 12:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Wulp \N f 1 2009-10-08 12:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:0:0 90.0 Wulp \N f 5 2007-10-18 14:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Wulp \N f 3 2009-10-08 12:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Wulp \N f 3 2009-10-08 13:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Wulp \N f 5 2009-10-08 13:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Wulp \N f 3 2009-10-08 14:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Wulp \N f 0 2009-10-08 10:30:00 422 49 18 6146 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Wulp \N f 4 2009-10-08 14:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Wulp \N f 15 2009-10-08 10:45:00 422 49 18 6146 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 20 2009-10-08 14:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Wulp \N f 5 2009-10-08 11:00:00 422 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Wulp \N f 48 2009-10-08 14:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Wulp \N f 3 2009-10-08 13:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Wulp \N f 0 2009-10-08 11:15:00 422 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Wulp \N f 11 2009-10-08 15:00:00 422 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:45:0 100.0 Wulp \N f 2 2009-10-08 11:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Wulp \N f 1 2009-10-08 12:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Wulp \N f 1 2009-10-08 12:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Wulp \N f 3 2009-10-08 12:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Wulp \N f 5 2009-10-08 13:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Wulp \N f 0 2009-10-09 11:00:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Wulp \N f 2 2009-10-09 14:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Wulp \N f 26 2009-10-09 11:15:00 422 49 18 6146 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Wulp \N f 5 2009-10-09 15:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Wulp \N f 12 2009-10-09 11:30:00 422 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Wulp \N f 1 2009-10-09 15:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Wulp \N f 2 2009-10-09 11:45:00 422 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Wulp \N f 1 2009-10-09 15:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Wulp \N f 4 2009-10-09 12:00:00 422 49 18 6146 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Wulp \N f 4 2009-10-09 15:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Wulp \N f 2 2009-10-09 12:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Wulp \N f 14 2009-10-09 16:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Wulp \N f 2 2009-10-09 12:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Wulp \N f 49 2009-10-09 16:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Wulp \N f 2 2009-10-09 13:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Wulp \N f 0 2009-10-09 16:45:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Wulp \N f 1 2009-10-09 13:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Wulp \N f 3 2007-10-18 12:45:00 417 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 13:45:0 100.0 Wulp \N f 4 2009-10-09 13:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Wulp \N f 5 2009-10-09 14:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:0:0 100.0 Wulp \N f 5 2009-10-09 15:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Wulp \N f 12 2009-10-09 11:30:00 422 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 16:15:0 100.0 Wulp \N f 14 2009-10-09 16:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Wulp \N f 2 2009-10-09 12:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Wulp \N f 49 2009-10-09 16:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Wulp \N f 0 2009-10-09 16:45:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Wulp \N f 1 2009-10-09 13:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 8 2009-10-08 14:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:45:0 100.0 Wulp \N f 36 2009-10-08 14:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Wulp \N f 0 2009-10-08 11:15:00 423 49 18 6146 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Wulp \N f 103 2009-10-08 15:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Wulp \N f 1 2009-10-08 11:30:00 423 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Wulp \N f 0 2009-10-08 15:15:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Wulp \N f 1 2009-10-08 12:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Wulp \N f 1 2009-10-08 12:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Wulp \N f 1 2009-10-08 12:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Wulp \N f 2 2009-10-08 14:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Wulp \N f 1 2009-10-08 10:30:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Wulp \N f 3 2009-10-08 14:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Wulp \N f 6 2009-10-08 10:45:00 423 49 18 6146 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 8 2009-10-08 14:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Wulp \N f 0 2009-10-08 11:15:00 423 49 18 6146 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Wulp \N f 103 2009-10-08 15:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Wulp \N f 1 2009-10-08 11:30:00 423 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Wulp \N f 0 2009-10-08 15:15:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Wulp \N f 1 2009-10-08 12:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Wulp \N f 1 2009-10-08 12:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Wulp \N f 1 2009-10-08 12:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Wulp \N f 2 2009-10-08 14:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:45:0 100.0 Wulp \N f 3 2009-10-09 14:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:0:0 100.0 Wulp \N f 3 2009-10-09 15:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Wulp \N f 0 2009-10-09 11:30:00 423 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Wulp \N f 4 2009-10-09 15:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Wulp \N f 0 2009-10-09 11:45:00 423 49 18 6146 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Wulp \N f 4 2009-10-09 15:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Wulp \N f 1 2009-10-09 11:15:00 423 49 18 6146 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:45:0 100.0 Wulp \N f 1 2009-10-09 15:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Wulp \N f 7 2009-10-09 16:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Wulp \N f 14 2009-10-09 16:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Wulp \N f 7 2009-10-09 16:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Wulp \N f 43 2009-10-09 16:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Wulp \N f 1 2009-10-09 13:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Wulp \N f 0 2009-10-09 16:45:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 11:0:0 0.5 Wulp \N f 2 2009-10-09 11:00:00 423 49 18 6146 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Wulp \N f 3 2009-10-09 14:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:0:0 100.0 Wulp \N f 3 2009-10-09 15:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Wulp \N f 0 2009-10-09 11:30:00 423 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Wulp \N f 4 2009-10-09 15:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:30:0 100.0 Wulp \N f 4 2009-10-09 15:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Wulp \N f 1 2009-10-09 15:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Wulp \N f 14 2009-10-09 16:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Wulp \N f 43 2009-10-09 16:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Wulp \N f 1 2009-10-09 13:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Wulp \N f 0 2009-10-09 16:45:00 423 49 18 6146 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Wulp \N f 1 2009-10-09 13:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Wulp \N f 1 2009-10-09 14:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Wulp \N f 2 2009-10-09 14:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wulp slechtvalk f 0 2009-10-08 10:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wulp \N f 0 2009-10-08 10:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wulp \N f 1 2009-10-08 10:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wulp \N f 0 2009-10-08 15:45:00 424 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wulp \N f 6 2009-10-08 09:45:00 424 49 18 6146 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Wulp slechtvalk f 0 2009-10-08 10:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Wulp \N f 0 2009-10-08 10:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Wulp \N f 1 2009-10-08 10:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wulp \N nf 1 2009-10-08 09:45:00 424 49 18 6146 36 \N 50 38 54 37 10 Gebied: D 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Wulp \N f 0 2009-10-08 15:45:00 424 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wulp \N f 0 2009-10-09 10:15:00 424 49 18 6146 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wulp \N f 0 2009-10-09 10:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wulp \N f 2 2009-10-09 10:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wulp \N f 2 2009-10-09 11:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wulp \N f 3 2009-10-09 11:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Wulp \N f 0 2009-10-09 10:15:00 424 49 18 6146 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Wulp \N f 0 2009-10-09 10:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Wulp \N f 2 2009-10-09 10:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Wulp \N f 2 2009-10-09 11:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Wulp \N f 3 2009-10-09 11:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Wulp \N f 0 2009-10-09 17:00:00 424 49 18 6146 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wulp \N f 1 2009-10-08 09:45:00 425 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wulp slechtvalk f 4 2009-10-08 10:00:00 425 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wulp \N f 7 2009-10-08 10:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Wulp \N f 3 2009-10-08 10:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wulp \N f 5 2009-10-08 10:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wulp \N f 2 2009-10-08 15:45:00 425 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 6146 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Wulp \N f 1 2009-10-08 09:45:00 425 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Wulp slechtvalk f 4 2009-10-08 10:00:00 425 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Wulp \N f 2 2009-10-08 15:45:00 425 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 6146 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wulp \N f 7 2009-10-09 10:00:00 425 49 18 6146 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Wulp \N f 7 2009-10-09 13:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wulp \N f 8 2009-10-09 10:15:00 425 49 18 6146 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wulp \N f 8 2009-10-09 14:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wulp \N f 8 2009-10-09 10:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wulp \N f 8 2009-10-09 14:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wulp \N f 1 2009-10-09 10:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wulp \N f 0 2009-10-09 11:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wulp \N f 4 2009-10-09 12:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wulp \N f 0 2009-10-09 17:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wulp \N f 3 2009-10-09 17:15:00 425 49 18 6146 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 13:45:0 100.0 Wulp \N f 7 2009-10-09 13:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Wulp \N f 8 2009-10-09 10:15:00 425 49 18 6146 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Wulp \N f 8 2009-10-09 14:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Wulp \N f 8 2009-10-09 10:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Wulp \N f 8 2009-10-09 14:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Wulp \N f 1 2009-10-09 10:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wulp \N f 0 2009-10-09 11:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Wulp \N f 4 2009-10-09 12:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Wulp \N f 0 2009-10-09 17:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Wulp \N f 3 2009-10-09 17:15:00 425 49 18 6146 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Wulp \N f 0 2009-10-08 09:30:00 426 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wulp slechtvalk f 8 2009-10-08 10:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wulp \N f 6 2009-10-08 10:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wulp \N f 0 2009-10-08 10:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wulp \N f 2 2009-10-08 15:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Wulp \N f 0 2009-10-08 09:30:00 426 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Wulp slechtvalk f 8 2009-10-08 10:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Wulp \N f 6 2009-10-08 10:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Wulp \N f 0 2009-10-08 10:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Wulp \N f 0 2009-10-08 15:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Wulp \N f 2 2009-10-08 15:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Wulp \N f 4 2009-10-09 10:00:00 426 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wulp \N f 14 2009-10-09 10:15:00 426 49 18 6146 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:30:0 100.0 Wulp \N f 5 2009-10-09 10:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wulp \N f 7 2009-10-09 10:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Wulp \N f 0 2009-10-09 17:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wulp \N f 8 2009-10-09 17:15:00 426 49 18 6146 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Wulp \N f 4 2009-10-09 10:00:00 426 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Wulp \N f 14 2009-10-09 10:15:00 426 49 18 6146 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Wulp \N f 5 2009-10-09 10:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Wulp \N f 7 2009-10-09 10:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Wulp \N f 0 2009-10-09 16:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Wulp \N f 0 2009-10-09 16:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wulp \N f 8 2009-10-09 17:15:00 426 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 1 2009-10-08 10:00:00 427 49 18 6146 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wulp \N f 3 2009-10-08 10:15:00 427 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wulp \N f 8 2009-10-08 10:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wulp \N f 2 2009-10-08 15:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wulp \N f 1 2009-10-08 15:45:00 427 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 6146 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 1 2009-10-08 10:00:00 427 49 18 6146 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Wulp \N f 3 2009-10-08 10:15:00 427 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Wulp \N f 8 2009-10-08 10:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Wulp \N f 0 2009-10-08 10:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Wulp \N f 2 2009-10-08 15:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Wulp \N f 1 2009-10-08 15:45:00 427 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wulp \N f 1 2009-10-09 10:30:00 427 49 18 6146 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wulp \N f 0 2009-10-09 10:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wulp \N f 0 2009-10-09 11:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wulp \N f 1 2009-10-09 16:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wulp \N f 1 2009-10-09 16:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wulp \N f 0 2009-10-09 17:15:00 427 49 18 6146 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Wulp \N f 1 2009-10-09 10:30:00 427 49 18 6146 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Wulp \N f 0 2009-10-09 10:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Wulp \N f 0 2009-10-09 11:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Wulp \N f 1 2009-10-09 16:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Wulp \N f 1 2009-10-09 16:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wulp \N f 6 2009-10-09 17:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Wulp \N f 0 2009-10-09 17:15:00 427 49 18 6146 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 0 2009-10-08 10:00:00 428 49 18 6146 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wulp \N f 1 2009-10-08 10:15:00 428 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wulp \N f 3 2009-10-08 10:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wulp \N f 1 2009-10-08 10:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wulp \N f 2 2009-10-08 15:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wulp \N f 20 2009-10-08 15:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wulp \N f 1 2009-10-08 15:45:00 428 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 6146 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 0 2009-10-08 10:00:00 428 49 18 6146 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Wulp \N f 1 2009-10-08 10:15:00 428 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Wulp \N f 3 2009-10-08 10:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Wulp \N f 1 2009-10-08 10:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Wulp \N f 2 2009-10-08 15:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Wulp \N f 0 2009-10-08 15:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Wulp \N f 20 2009-10-08 15:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Wulp \N f 1 2009-10-08 15:45:00 428 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 6146 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wulp \N f 2 2009-10-09 10:30:00 428 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wulp \N f 6 2009-10-09 10:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wulp \N f 5 2009-10-09 11:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wulp \N f 15 2009-10-09 16:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wulp \N f 14 2009-10-09 16:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wulp \N f 13 2009-10-09 17:00:00 428 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wulp \N f 0 2009-10-09 17:15:00 428 49 18 6146 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Wulp \N f 2 2009-10-09 10:30:00 428 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Wulp \N f 0 2009-10-09 14:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Wulp \N f 6 2009-10-09 10:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Wulp \N f 5 2009-10-09 11:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Wulp \N f 15 2009-10-09 16:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Wulp \N f 14 2009-10-09 16:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Wulp \N f 13 2009-10-09 17:00:00 428 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Wulp \N f 0 2009-10-09 17:15:00 428 49 18 6146 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 10:15:0 95.0 Wulp \N f 5 2009-10-08 10:15:00 429 49 18 6146 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wulp \N f 2 2009-10-08 10:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wulp \N f 1 2009-10-08 10:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wulp \N f 1 2009-10-08 14:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wulp \N f 11 2009-10-08 15:30:00 429 49 18 6146 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wulp \N f 9 2009-10-08 15:45:00 429 49 18 6146 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 6146 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 4 2009-10-08 10:00:00 429 49 18 6146 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:45:0 100.0 Wulp \N f 0 2009-10-08 13:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Wulp \N f 2 2009-10-08 10:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Wulp \N f 1 2009-10-08 10:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Wulp \N f 1 2009-10-08 14:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Wulp \N f 0 2009-10-08 11:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Wulp \N f 0 2009-10-08 11:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Wulp \N f 0 2009-10-08 15:15:00 429 49 18 6146 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wulp \N f 11 2009-10-08 15:30:00 429 49 18 6146 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Wulp \N f 0 2009-10-08 12:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Wulp \N f 9 2009-10-08 15:45:00 429 49 18 6146 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 15:15:0 90.0 Wulp \N f 0 2009-10-08 15:15:00 429 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2009-10-8 11:45:0 95.0 Wulp \N f 2 2009-10-08 11:45:00 421 49 18 6146 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 6146 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Wulp \N f 15 2009-10-09 10:30:00 429 49 18 6146 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wulp \N f 0 2009-10-09 14:15:00 429 49 18 6146 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wulp \N f 13 2009-10-09 10:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wulp \N f 3 2009-10-09 11:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wulp \N f 4 2009-10-09 16:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wulp \N f 7 2009-10-09 16:45:00 429 49 18 6146 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wulp \N f 3 2009-10-09 17:00:00 429 49 18 6146 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wulp \N f 0 2009-10-09 10:15:00 429 49 18 6146 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wulp \N f 0 2009-10-09 14:00:00 429 49 18 6146 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Wulp \N f 15 2009-10-09 10:30:00 429 49 18 6146 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Wulp \N f 0 2009-10-09 14:15:00 429 49 18 6146 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Wulp \N f 13 2009-10-09 10:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Wulp \N f 0 2009-10-09 14:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Wulp \N f 3 2009-10-09 11:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Wulp \N f 0 2009-10-08 12:00:00 421 49 18 6146 35 \N 50 38 54 37 97 Gebied: B 2009-10-9 13:0:0 100.0 Wulp \N f 2 2009-10-09 13:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Wulp \N f 6 2009-10-08 09:45:00 424 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Wulp \N f 0 2009-10-09 15:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Wulp \N f 0 2009-10-09 15:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Wulp \N f 0 2009-10-09 12:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Wulp \N f 4 2009-10-09 16:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Wulp \N f 7 2009-10-09 16:45:00 429 49 18 6146 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Wulp \N f 3 2009-10-09 17:00:00 429 49 18 6146 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Wulp slechtvalk f 4 2009-10-08 10:00:00 429 49 18 6146 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Wulp \N f 0 2009-10-08 13:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Wulp \N f 0 2009-10-08 13:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Wulp \N f 0 2009-10-09 10:15:00 429 49 18 6146 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Wulp \N f 0 2009-10-09 14:00:00 429 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Wulp \N f 3 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:0:0 100.0 Wulp \N f 13 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Wulp \N f 27 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Wulp \N f 43 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Wulp \N f 14 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Wulp \N f 56 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Wulp \N f 4 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Wulp \N f 3 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Wulp \N f 6 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Wulp \N f 7 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Wulp \N f 2 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Wulp \N f 4 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Wulp \N f 10 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Wulp \N f 3 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Wulp \N f 16 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Wulp \N f 13 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Wulp \N f 27 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Wulp \N f 43 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Wulp \N f 14 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Wulp \N f 56 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Wulp \N f 4 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Wulp \N f 3 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Wulp \N f 6 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Wulp \N f 7 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Wulp \N f 2 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Wulp \N f 4 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Wulp \N f 10 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Wulp \N f 8 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Wulp \N f 9 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Wulp \N f 27 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Wulp \N f 32 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Wulp \N f 14 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Wulp \N f 109 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Wulp \N f 1 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Wulp \N f 3 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Wulp \N f 6 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Wulp \N f 2 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Wulp \N f 4 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Wulp \N f 10 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Wulp \N f 8 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Wulp \N f 9 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Wulp \N f 27 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Wulp \N f 32 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Wulp \N f 14 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Wulp \N f 109 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 10:15:0 100.0 Wulp \N f 3 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Wulp \N f 6 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Wulp \N f 7 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Wulp \N f 4 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Wulp \N f 10 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Wulp \N f 6 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Wulp \N f 16 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Wulp \N f 8 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Wulp \N f 55 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Wulp \N f 8 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Wulp \N f 100 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Wulp \N f 1 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Wulp \N f 7 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Wulp \N f 5 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Wulp \N f 4 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Wulp \N f 6 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Wulp \N f 16 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Wulp \N f 8 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Wulp \N f 55 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Wulp \N f 8 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Wulp \N f 100 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Wulp \N f 1 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Wulp \N f 6 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Wulp \N f 7 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Wulp \N f 5 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Wulp \N f 4 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Wulp \N f 10 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Wulp \N f 4 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Wulp \N f 8 2010-10-09 08:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Wulp \N f 13 2010-10-09 08:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Wulp \N f 14 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Wulp \N f 16 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Wulp \N f 0 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Wulp \N f 1 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Wulp \N f 0 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Wulp \N f 0 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Wulp \N f 1 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Wulp \N f 0 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Wulp \N f 4 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Wulp \N f 22 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Wulp \N f 8 2010-10-09 08:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Wulp \N f 13 2010-10-09 08:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Wulp \N f 14 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Wulp \N f 16 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Wulp \N f 0 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Wulp \N f 1 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Wulp \N f 1 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Wulp \N f 0 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Wulp \N f 0 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Wulp \N f 0 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Wulp \N f 4 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Wulp \N f 22 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:30:0 75.0 Wulp \N f 14 2010-10-09 08:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Wulp \N f 9 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Wulp \N f 0 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Wulp \N f 1 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Wulp \N f 0 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Wulp \N f 1 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Wulp \N f 0 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Wulp \N f 1 2010-10-09 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Wulp \N f 13 2010-10-09 08:15:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Wulp \N f 14 2010-10-09 08:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Wulp \N f 9 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Wulp \N f 0 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Wulp \N f 1 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Wulp \N f 0 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Wulp \N f 1 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Wulp \N f 0 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Wulp \N f 1 2010-10-09 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Wulp \N f 7 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Wulp \N f 17 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Wulp \N f 4 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Wulp \N f 7 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Wulp \N f 9 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Wulp \N f 1 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Wulp \N f 1 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Wulp \N f 8 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Wulp \N f 1 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Wulp \N f 4 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Wulp \N f 10 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Wulp \N f 20 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Wulp \N f 3 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Wulp \N f 1 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Wulp \N f 7 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Wulp \N f 17 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Wulp \N f 4 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Wulp \N f 7 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Wulp \N f 9 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Wulp \N f 1 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Wulp \N f 1 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Wulp \N f 8 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:30:0 100.0 Wulp \N f 4 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Wulp \N f 10 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Wulp \N f 3 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Wulp \N f 20 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Wulp \N f 3 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Wulp \N f 3 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Wulp \N f 1 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Wulp \N f 8 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Wulp \N f 3 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Wulp \N f 1 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Wulp \N f 5 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Wulp \N f 1 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Wulp \N f 4 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Wulp \N f 15 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Wulp \N f 47 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Wulp \N f 31 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Wulp \N f 27 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Wulp \N f 8 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Wulp \N f 3 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Wulp \N f 1 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Wulp \N f 5 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Wulp \N f 1 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Wulp \N f 4 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Wulp \N f 15 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Wulp \N f 47 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Wulp \N f 31 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Wulp \N f 27 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Wulp \N f 2 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Wulp \N f 15 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Wulp \N f 0 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Wulp \N f 0 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Wulp \N f 0 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Wulp \N f 11 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Wulp \N f 6 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Wulp \N f 4 2010-10-09 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Wulp \N f 3 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Wulp \N f 2 2010-10-09 08:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Wulp \N f 0 2010-10-09 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Wulp \N f 0 2010-10-09 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Wulp \N f 15 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Wulp \N f 0 2010-10-09 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Wulp \N f 0 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Wulp \N f 0 2010-10-09 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Wulp \N f 0 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Wulp \N f 0 2010-10-09 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Wulp \N f 11 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Wulp \N f 0 2010-10-09 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Wulp \N f 0 2010-10-09 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Wulp \N f 6 2010-10-09 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Wulp \N f 0 2010-10-09 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:0:0 100.0 Wulp \N f 0 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Wulp \N f 3 2010-10-09 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Wulp \N f 0 2010-10-09 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Wulp \N f 0 2010-10-09 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Wulp \N f 0 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Wulp \N f 0 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Wulp \N f 0 2010-10-09 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Wulp \N f 3 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Wulp \N f 10 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Wulp \N f 21 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Wulp \N f 10 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Wulp \N f 33 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Wulp \N f 29 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Wulp \N f 8 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Wulp \N f 55 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Wulp \N f 1 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Wulp \N f 1 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Wulp \N f 3 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Wulp \N f 2 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Wulp \N f 3 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Wulp \N f 2 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Wulp \N f 3 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Wulp \N f 2 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Wulp \N f 6 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Wulp \N f 6 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Wulp \N f 3 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Wulp \N f 10 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Wulp \N f 21 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Wulp \N f 10 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Wulp \N f 33 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Wulp \N f 29 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Wulp \N f 8 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Wulp \N f 55 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Wulp \N f 1 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 11:0:0 90.0 Wulp \N f 3 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:45:0 98.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Wulp \N f 3 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Wulp \N f 2 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Wulp \N f 3 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Wulp \N f 2 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Wulp \N f 6 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Wulp \N f 6 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Wulp \N f 10 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Wulp \N f 9 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Wulp \N f 12 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Wulp \N f 18 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Wulp \N f 6 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Wulp \N f 102 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Wulp \N f 2 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 11:0:0 90.0 Wulp \N f 1 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Wulp \N f 1 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Wulp \N f 2 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Wulp \N f 1 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Wulp \N f 2 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Wulp \N f 2 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Wulp \N f 8 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Wulp \N f 6 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Wulp \N f 10 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Wulp \N f 9 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Wulp \N f 12 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Wulp \N f 18 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Wulp \N f 6 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:30:0 1.0 Wulp \N f 1 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Wulp \N f 1 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Wulp \N f 1 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Wulp \N f 2 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Wulp \N f 1 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Wulp \N f 2 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Wulp \N f 2 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Wulp \N f 8 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Wulp \N f 6 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Wulp \N f 3 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Wulp \N f 5 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Wulp \N f 6 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Wulp \N f 11 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Wulp \N f 5 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Wulp \N f 62 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Wulp \N f 3 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Wulp \N f 75 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Wulp \N f 2 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Wulp \N f 2 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Wulp \N f 2 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Wulp \N f 4 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Wulp \N f 4 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Wulp \N f 4 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Wulp \N f 2 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Wulp \N f 3 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Wulp \N f 3 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Wulp \N f 6 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Wulp \N f 11 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Wulp \N f 5 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Wulp \N f 62 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Wulp \N f 3 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Wulp \N f 75 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Wulp \N f 2 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Wulp \N f 2 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Wulp \N f 1 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Wulp \N f 2 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Wulp \N f 4 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Wulp \N f 4 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Wulp \N f 4 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Wulp \N f 2 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Wulp \N f 3 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Wulp \N f 17 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Wulp \N f 10 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Wulp \N f 8 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Wulp \N f 4 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Wulp \N f 17 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Wulp \N f 14 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Wulp \N f 17 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Wulp \N f 10 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Wulp \N f 8 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Wulp \N f 4 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Wulp \N f 10 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Wulp \N f 8 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Wulp \N f 8 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Wulp \N f 5 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 15:30:0 10.0 Wulp \N f 28 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Wulp \N f 10 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Wulp \N f 14 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Wulp \N f 8 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Wulp \N f 8 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Wulp \N f 5 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Wulp \N f 28 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Wulp \N f 10 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Wulp \N f 19 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Wulp \N f 1 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Wulp \N f 0 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Wulp \N f 0 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Wulp \N f 10 2010-10-10 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Wulp \N f 19 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Wulp \N f 1 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Wulp \N f 0 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Wulp \N f 0 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Wulp \N f 0 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Wulp \N f 0 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Wulp \N f 0 2010-10-10 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Wulp \N f 7 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Wulp \N f 16 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Wulp \N f 11 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Wulp \N f 14 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Wulp \N f 8 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Wulp \N f 3 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Wulp \N f 3 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Wulp \N f 4 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Wulp \N f 7 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:30:0 100.0 Wulp \N f 1 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Wulp \N f 37 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Wulp \N f 7 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Wulp \N f 16 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Wulp \N f 11 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Wulp \N f 14 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Wulp \N f 8 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Wulp \N f 3 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Wulp \N f 4 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Wulp \N f 0 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Wulp \N f 7 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Wulp \N f 5 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Wulp \N f 1 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Wulp \N f 37 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Wulp \N f 4 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Wulp \N f 9 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Wulp \N f 3 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Wulp \N f 4 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Wulp \N f 8 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Wulp \N f 6 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Wulp \N f 5 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Wulp \N f 18 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Wulp \N f 3 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Wulp \N f 39 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Wulp \N f 1 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Wulp \N f 29 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Wulp \N f 8 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Wulp \N f 4 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Wulp \N f 9 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Wulp \N f 3 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Wulp \N f 4 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Wulp \N f 8 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Wulp \N f 6 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Wulp \N f 5 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Wulp \N f 18 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Wulp \N f 3 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Wulp \N f 39 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Wulp \N f 1 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Wulp \N f 29 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Wulp \N f 8 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Wulp \N f 5 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Wulp \N f 7 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Wulp \N f 15 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Wulp \N f 1 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Wulp \N f 1 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Wulp \N f 0 2010-10-10 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Wulp \N f 17 2010-10-10 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Wulp \N f 10 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Wulp \N f 11 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Wulp \N f 15 2010-10-10 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Wulp \N f 0 2010-10-10 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Wulp \N f 11 2010-10-10 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Wulp \N f 0 2010-10-10 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Wulp \N f 2 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Wulp \N f 0 2010-10-10 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Wulp \N f 1 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Wulp \N f 0 2010-10-10 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Wulp \N f 1 2010-10-10 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Wulp \N f 0 2010-10-10 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Wulp \N f 0 2010-10-10 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Wulp \N f 0 2010-10-10 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Wulp \N f 0 2010-10-10 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Wulp \N f 0 2010-10-10 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:15:0 100.0 Wulp \N f 0 2010-10-10 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Wulp \N f 10 2010-10-10 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Wulp \N f 0 2010-10-10 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Wulp \N f 11 2010-10-10 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Wulp \N f 0 2010-10-10 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Wulp \N f 0 2010-10-10 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Wulp \N f 0 2010-10-10 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Wulp \N f 0 2010-10-10 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Wulp \N f 0 2010-10-10 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:15:0 100.0 Wulp \N f 12 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Wulp \N f 9 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Wulp \N f 12 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Wulp \N f 40 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Wulp \N f 8 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Wulp \N f 14 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Wulp \N f 15 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Wulp \N f 5 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Wulp \N f 12 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Wulp \N f 8 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Wulp \N f 5 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Wulp \N f 5 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Wulp \N f 5 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Wulp \N f 4 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Wulp \N f 2 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Wulp \N f 3 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Wulp \N f 8 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Wulp \N f 1 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Wulp \N f 12 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Wulp \N f 9 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Wulp \N f 12 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Wulp \N f 31 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Wulp \N f 40 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Wulp \N f 8 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Wulp \N f 14 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Wulp \N f 15 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Wulp \N f 5 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Wulp \N f 12 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:15:0 100.0 Wulp \N f 8 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Wulp \N f 5 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Wulp \N f 5 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Wulp \N f 5 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Wulp \N f 4 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Wulp \N f 2 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Wulp \N f 3 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Wulp \N f 8 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Wulp \N f 19 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N f 26 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N f 14 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N f 14 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N f 14 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N f 4 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N f 26 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N f 5 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Wulp \N f 55 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N f 5 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N f 8 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N f 7 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N f 4 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N f 4 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N f 6 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N f 6 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N f 4 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N f 6 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N f 5 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N f 15 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N f 26 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N f 14 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N f 14 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N f 14 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N f 4 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N f 26 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N f 5 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Wulp \N f 55 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N f 5 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N f 8 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N f 7 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N f 4 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N f 4 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N f 6 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N f 6 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N f 4 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N f 6 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N f 5 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N f 8 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N f 8 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N f 8 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N f 9 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N f 6 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N f 7 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N f 31 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N f 8 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Wulp \N f 78 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N f 6 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Wulp \N f 95 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N f 7 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N f 4 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N f 4 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N f 5 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N f 1 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N f 3 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N f 3 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N f 7 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Wulp \N f 8 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Wulp \N f 8 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Wulp \N f 8 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Wulp \N f 9 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Wulp \N f 6 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Wulp \N f 7 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Wulp \N f 31 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Wulp \N f 8 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Wulp \N f 78 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Wulp \N f 6 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Wulp \N f 95 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Wulp \N f 7 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Wulp \N f 4 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Wulp \N f 4 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Wulp \N f 5 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Wulp \N f 1 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Wulp \N f 3 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Wulp \N f 3 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: B 2011-10-1 14:15:0 100.0 Wulp \N f 7 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Wulp \N f 10 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Wulp \N f 1 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Wulp \N f 4 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Wulp \N f 1 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Wulp \N f 1 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Wulp \N f 1 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Wulp \N f 5 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Wulp \N f 2 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Wulp \N f 9 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Wulp \N f 10 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Wulp \N f 1 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Wulp \N f 4 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Wulp \N f 1 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Wulp \N f 1 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Wulp \N f 1 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Wulp \N f 5 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Wulp \N f 2 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Wulp \N f 9 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Wulp \N f 19 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Wulp \N f 10 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Wulp \N f 6 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Wulp \N f 2 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: E 2011-10-1 11:15:0 100.0 Wulp \N f 2 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Wulp \N f 1 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Wulp Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Wulp \N f 1 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Wulp \N f 1 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Wulp \N f 11 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Wulp \N f 2 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Wulp \N f 2 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Wulp \N f 19 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Wulp \N f 10 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Wulp \N f 6 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Wulp \N f 2 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Wulp \N f 2 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Wulp \N f 1 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Wulp Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Wulp \N f 1 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Wulp \N f 1 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Wulp \N f 2 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Wulp \N f 0 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Wulp \N f 11 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Wulp \N f 2 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Wulp \N f 2 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Wulp \N f 12 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Wulp \N f 10 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Wulp Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Wulp \N f 4 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Wulp \N f 3 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Wulp \N f 3 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Wulp \N f 0 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Wulp \N f 12 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Wulp \N f 15 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Wulp \N f 10 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Wulp Smelleken f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Wulp \N f 4 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Wulp \N f 3 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Wulp \N f 3 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Wulp \N f 0 2011-10-01 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Wulp \N f 10 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Wulp \N f 1 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Wulp \N f 8 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Wulp \N f 3 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Wulp \N f 1 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Wulp \N f 2 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Wulp \N f 2 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Wulp \N f 2 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Wulp \N f 6 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Wulp Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Wulp \N f 10 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Wulp \N f 1 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Wulp \N f 8 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Wulp \N f 3 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Wulp \N f 1 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Wulp \N f 2 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Wulp \N f 2 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Wulp \N f 2 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Wulp \N f 14 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Wulp \N f 6 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Wulp Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Wulp \N f 1 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Wulp \N f 0 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Wulp \N f 8 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Wulp \N f 11 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Wulp \N f 6 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Wulp \N f 0 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Wulp \N f 1 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Wulp \N f 0 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Wulp \N f 8 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Wulp \N f 11 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Wulp \N f 6 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 12:0:0 90.0 Wulp \N f 9 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Wulp \N f 1 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Wulp \N f 2 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Wulp \N f 0 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Wulp smelleken f 15 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Wulp \N f 19 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Wulp \N f 6 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Wulp \N f 1 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Wulp \N f 0 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Wulp \N f 2 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Wulp \N f 0 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Wulp smelleken f 15 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:30:0 100.0 Wulp \N f 0 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Wulp \N f 4 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Wulp \N f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Wulp \N f 0 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Wulp \N f 300 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Wulp \N f 4 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Wulp \N f 9 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Wulp \N f 2 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Wulp \N f 1 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Wulp \N f 1 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Wulp \N f 4 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Wulp \N f 4 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Wulp \N f 2 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Wulp \N f 5 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Wulp \N f 5 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Wulp \N f 14 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Wulp \N f 3 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:30:0 100.0 Wulp \N f 2 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Wulp \N f 80 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Wulp \N f 2 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Wulp \N f 3 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Wulp \N f 4 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Wulp \N f 300 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Wulp \N f 4 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Wulp \N f 9 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Wulp \N f 2 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Wulp \N f 1 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Wulp \N f 1 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Wulp \N f 3 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Wulp \N f 4 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Wulp \N f 4 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Wulp \N f 2 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Wulp \N f 5 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Wulp \N f 2 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Wulp \N f 5 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Wulp \N f 2 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Wulp \N f 14 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Wulp \N f 3 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Wulp \N f 80 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Wulp \N f 2 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Wulp \N f 3 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Wulp \N f 4 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Wulp \N f 1 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Wulp \N f 113 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Wulp \N f 13 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Wulp \N f 5 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Wulp \N f 1 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Wulp \N f 1 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Wulp \N f 1 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Wulp \N f 4 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Wulp \N f 1 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Wulp \N f 8 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:30:0 100.0 Wulp \N f 1 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Wulp \N f 41 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Wulp \N f 1 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Wulp \N f 1 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Wulp \N f 2 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Wulp \N f 113 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Wulp \N f 6 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Wulp \N f 1 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Wulp \N f 1 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Wulp \N f 1 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Wulp \N f 1 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Wulp \N f 4 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Wulp \N f 1 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Wulp \N f 8 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Wulp \N f 1 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:30:0 100.0 Wulp \N f 1 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Wulp \N f 41 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Wulp \N f 1 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Wulp \N f 1 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Wulp \N f 2 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Wulp \N f 180 2011-10-01 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Wulp \N f 150 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Wulp \N f 7 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Wulp \N f 2 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Wulp \N f 3 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:30:0 100.0 Wulp \N f 1 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Wulp \N f 31 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Wulp Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Wulp \N f 1 2011-10-01 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:45:0 100.0 Wulp \N f 0 2011-10-01 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Wulp \N f 150 2011-10-01 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Wulp \N f 0 2011-10-01 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Wulp \N f 7 2011-10-01 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Wulp \N f 0 2011-10-01 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Wulp \N f 2 2011-10-01 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Wulp \N f 0 2011-10-01 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Wulp \N f 0 2011-10-01 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Wulp \N f 0 2011-10-01 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Wulp \N f 0 2011-10-01 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Wulp \N f 0 2011-10-01 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Wulp \N f 0 2011-10-01 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Wulp \N f 0 2011-10-01 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Wulp \N f 0 2011-10-01 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Wulp \N f 0 2011-10-01 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Wulp \N f 3 2011-10-01 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Wulp \N f 0 2011-10-01 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Wulp \N f 0 2011-10-01 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:30:0 100.0 Wulp \N f 1 2011-10-01 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Wulp \N f 31 2011-10-01 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Wulp Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Wulp \N f 0 2011-10-01 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Wulp \N f 0 2011-10-01 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Wulp \N f 6 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Wulp \N f 1 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Wulp \N f 18 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Wulp \N f 1 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Wulp \N f 33 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Wulp \N f 6 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Wulp \N f 23 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Wulp \N f 8 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Wulp \N f 13 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Wulp \N f 6 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Wulp \N f 7 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2011-10-2 16:15:0 100.0 Wulp \N f 33 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Wulp \N f 4 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Wulp \N f 3 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 17:0:0 1.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 6 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Wulp \N f 2 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Wulp \N f 1 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Wulp \N f 2 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Wulp \N f 6 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Wulp \N f 1 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Wulp \N f 18 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Wulp \N f 1 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Wulp \N f 33 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Wulp \N f 6 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:45:0 100.0 Wulp \N f 8 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Wulp \N f 13 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Wulp \N f 6 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Wulp \N f 7 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Wulp \N f 33 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Wulp \N f 4 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Wulp \N f 3 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 6 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Wulp \N f 2 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Wulp \N f 1 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Wulp \N f 2 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Wulp \N f 9 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Wulp \N f 21 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Wulp \N f 7 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Wulp \N f 20 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Wulp \N f 4 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Wulp \N f 9 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Wulp \N f 9 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Wulp \N f 4 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Wulp \N f 14 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Wulp \N f 3 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Wulp \N f 40 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Wulp \N f 21 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Wulp \N f 6 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Wulp \N f 7 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 5 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Wulp \N f 8 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Wulp \N f 7 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Wulp \N f 10 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Wulp \N f 13 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Wulp \N f 20 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Wulp \N f 4 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:45:0 100.0 Wulp \N f 9 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Wulp \N f 4 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Wulp \N f 14 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Wulp \N f 3 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Wulp \N f 40 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Wulp \N f 21 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Wulp \N f 6 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Wulp \N f 7 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 5 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Wulp \N f 8 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Wulp \N f 7 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Wulp \N f 10 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Wulp \N f 13 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Wulp \N f 7 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Wulp \N f 4 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Wulp \N f 9 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Wulp \N f 6 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Wulp \N f 7 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Wulp \N f 5 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Wulp \N f 2 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Wulp \N f 12 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Wulp \N f 5 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Wulp \N f 33 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Wulp \N f 90 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Wulp \N f 5 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Wulp \N f 5 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Wulp \N f 5 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Wulp \N f 2 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Wulp \N f 3 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Wulp \N f 3 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Wulp \N f 7 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Wulp \N f 4 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Wulp \N f 9 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Wulp \N f 6 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Wulp \N f 7 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Wulp \N f 5 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Wulp \N f 2 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Wulp \N f 12 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Wulp \N f 5 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Wulp \N f 33 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 2 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Wulp \N f 90 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Wulp \N f 5 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Wulp \N f 5 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 3 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Wulp \N f 7 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Wulp \N f 5 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Wulp \N f 2 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Wulp \N f 3 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Wulp \N f 3 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Wulp \N f 20 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Wulp \N f 4 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Wulp \N f 3 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Wulp \N f 5 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Wulp \N f 2 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Wulp \N f 1 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Wulp \N f 4 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Wulp \N f 6 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Wulp slechtvalk f 1 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Wulp \N f 20 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Wulp \N f 4 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Wulp \N f 3 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Wulp \N f 5 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Wulp \N f 5 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Wulp \N f 2 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Wulp \N f 1 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Wulp \N f 4 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Wulp \N f 6 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Wulp slechtvalk f 1 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Wulp \N f 25 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Wulp \N f 11 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Wulp \N f 6 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Wulp \N f 10 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Wulp \N f 6 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Wulp \N f 6 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Wulp \N f 5 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Wulp \N f 1 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Wulp \N f 4 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 3 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Wulp slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Wulp \N f 2 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Wulp \N f 25 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Wulp \N f 11 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Wulp \N f 6 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Wulp \N f 10 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Wulp \N f 6 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Wulp \N f 6 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Wulp \N f 5 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Wulp \N f 1 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Wulp \N f 4 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 5 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 3 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Wulp slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Wulp \N f 15 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Wulp \N f 10 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Wulp \N f 7 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Wulp \N f 2 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Wulp \N f 3 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Wulp \N f 1 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Wulp slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Wulp \N f 15 2011-10-02 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Wulp \N f 10 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Wulp \N f 2 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Wulp \N f 3 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Wulp \N f 1 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Wulp slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Wulp \N f 7 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Wulp \N f 5 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Wulp \N f 7 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Wulp visarend f 14 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Wulp \N f 17 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Wulp slechtvalk f 2 2011-10-02 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Wulp \N f 7 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Wulp \N f 5 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Wulp \N f 7 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Wulp visarend f 14 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Wulp \N f 17 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Wulp \N f 0 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Wulp visarend f 6 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Wulp \N f 0 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Wulp \N f 0 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Wulp visarend f 6 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Wulp \N f 0 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Wulp \N f 0 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Wulp \N f 0 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Wulp \N f 1 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Wulp \N f 0 2011-10-02 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Wulp \N f 0 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Wulp \N f 0 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Wulp \N f 0 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Wulp \N f 1 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Wulp \N f 0 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Wulp \N f 0 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Wulp \N f 180 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Wulp \N f 4 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Wulp \N f 3 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Wulp \N f 0 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Wulp \N f 13 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Wulp \N f 2 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Wulp visarend f 160 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Wulp \N f 110 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:30:0 100.0 Wulp \N f 0 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Wulp \N f 180 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Wulp \N f 4 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Wulp \N f 3 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Wulp \N f 0 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Wulp \N f 0 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Wulp \N f 0 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Wulp \N f 13 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Wulp \N f 2 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Wulp visarend f 160 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Wulp \N f 0 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Wulp \N f 110 2011-10-02 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Wulp \N f 0 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Wulp \N f 0 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Wulp \N f 50 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Wulp \N f 8 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Wulp \N f 1 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Wulp \N f 3 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Wulp \N f 4 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Wulp \N f 2 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Wulp \N f 1 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Wulp \N f 1 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Wulp visarend f 15 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Wulp \N f 1 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Wulp \N f 2 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Wulp \N f 2 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Wulp \N f 4 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Wulp \N f 50 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Wulp \N f 0 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Wulp \N f 8 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Wulp \N f 0 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Wulp \N f 1 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Wulp \N f 0 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Wulp \N f 1 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Wulp \N f 0 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Wulp \N f 3 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Wulp \N f 0 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Wulp \N f 4 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Wulp \N f 0 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Wulp \N f 2 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Wulp \N f 1 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 4 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Wulp \N f 7 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Wulp \N f 1 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Wulp visarend f 15 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 1 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Wulp \N f 1 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Wulp \N f 2 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Wulp \N f 2 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Wulp \N f 4 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Wulp \N f 2 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Wulp \N f 13 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Wulp \N f 4 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Wulp \N f 7 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Wulp \N f 2 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Wulp \N f 4 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Wulp \N f 4 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Wulp \N f 2 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Wulp \N f 2 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Wulp \N f 3 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Wulp \N f 6 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Wulp \N f 17 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 3 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Wulp \N f 21 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Wulp \N f 1 2011-10-02 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Wulp visarend f 0 2011-10-02 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 2 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Wulp \N f 5 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Wulp \N f 5 2011-10-02 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Wulp \N f 4 2011-10-02 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Wulp \N f 6 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Wulp \N f 7 2011-10-02 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Wulp \N f 2 2011-10-02 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Wulp \N f 13 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Wulp \N f 4 2011-10-02 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Wulp \N f 7 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Wulp \N f 2 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Wulp \N f 0 2011-10-02 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Wulp \N f 4 2011-10-02 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Wulp \N f 4 2011-10-02 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Wulp \N f 2 2011-10-02 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Wulp \N f 2 2011-10-02 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Wulp \N f 3 2011-10-02 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Wulp \N f 6 2011-10-02 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Wulp \N f 17 2011-10-02 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Wulp vliegtuig f 3 2011-10-02 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Wulp \N f 21 2011-10-02 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:30:0 100.0 Wulp slechtvalk f 2 2011-10-02 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Wulp \N f 5 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Wulp \N f 6 2011-10-02 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Wulp \N f 18 2011-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Wulp \N f 2 2011-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Wulp \N f 36 2011-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Wulp \N f 20 2011-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Wulp \N f 32 2011-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Wulp \N f 43 2011-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 16:45:0 10.0 Wulp \N f 7 2011-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Wulp \N f 5 2011-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Wulp \N f 0 2011-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Wulp \N f 0 2011-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Wulp \N f 1 2011-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Wulp \N f 1 2011-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Wulp \N f 3 2011-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Wulp \N f 0 2011-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Wulp \N f 0 2011-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Wulp \N f 1 2011-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Wulp \N f 1 2011-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Wulp \N f 3 2011-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Wulp \N f 18 2011-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Wulp \N f 2 2011-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Wulp \N f 36 2011-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Wulp \N f 20 2011-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Wulp \N f 32 2011-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Wulp \N f 43 2011-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 16:45:0 10.0 Wulp \N f 7 2011-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Wulp \N f 5 2011-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Wulp \N f 0 2011-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Wulp \N f 0 2011-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Wulp \N f 1 2011-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Wulp \N f 3 2011-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Wulp \N f 0 2011-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Wulp \N f 0 2011-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Wulp \N f 1 2011-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Wulp \N f 1 2011-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Wulp \N f 3 2011-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Wulp \N f 67 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Wulp \N f 12 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Wulp \N f 17 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Wulp \N f 14 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Wulp \N f 6 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Wulp \N f 81 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Wulp \N f 11 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Wulp \N f 3 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Wulp \N f 2 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Wulp \N f 3 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Wulp \N f 4 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Wulp \N f 1 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Wulp \N f 3 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Wulp \N f 1 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Wulp \N f 4 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Wulp \N f 3 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Wulp \N f 3 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Wulp \N f 5 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Wulp \N f 67 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Wulp \N f 12 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Wulp \N f 17 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Wulp \N f 14 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Wulp \N f 6 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Wulp \N f 81 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Wulp \N f 11 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Wulp \N f 3 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:45:0 100.0 Wulp \N f 3 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Wulp \N f 4 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Wulp \N f 1 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Wulp \N f 3 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Wulp \N f 1 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Wulp \N f 4 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Wulp \N f 3 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Wulp \N f 3 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Wulp \N f 5 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Wulp \N f 18 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Wulp \N f 4 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 3 Gebied: L 2011-10-2 16:45:0 30.0 Rotgans visarend f 0 2011-10-02 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 16:45:0 30.0 Kleine zilverreiger visarend f 0 2011-10-02 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 30 Gebied: C 2012-10-7 16:15:0 100.0 Wulp \N f 18 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Wulp \N f 3 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Wulp \N f 62 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Wulp \N f 8 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Wulp \N f 66 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Wulp \N f 8 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Wulp \N f 1 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Wulp \N f 1 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Wulp \N f 1 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Wulp \N f 4 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Wulp \N f 7 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Wulp \N f 6 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Wulp \N f 7 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Wulp \N f 3 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Wulp \N f 5 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Wulp \N f 18 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:15:0 100.0 Wulp \N f 18 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Wulp \N f 8 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Wulp \N f 66 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Wulp \N f 8 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Wulp \N f 1 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Wulp \N f 1 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Wulp \N f 1 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Wulp \N f 4 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Wulp \N f 7 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Wulp \N f 6 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Wulp \N f 7 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Wulp \N f 3 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Wulp \N f 5 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Wulp \N f 52 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Wulp \N f 25 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Wulp \N f 15 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Wulp \N f 14 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Wulp \N f 7 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Wulp \N f 2 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Wulp \N f 63 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Wulp \N f 52 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Wulp \N f 25 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Wulp \N f 15 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Wulp \N f 14 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Wulp \N f 7 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Wulp \N f 2 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Wulp \N f 6 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Wulp \N f 63 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Wulp \N f 32 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Wulp \N f 4 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Wulp \N f 0 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Wulp \N f 1 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Wulp \N f 1 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Wulp \N f 0 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Wulp \N f 21 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Wulp \N f 32 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Wulp \N f 21 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Wulp \N f 4 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Wulp \N f 0 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Wulp \N f 1 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Wulp \N f 0 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Wulp \N f 21 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Wulp \N f 18 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Wulp \N f 12 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Wulp \N f 1 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Wulp \N f 2 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Wulp \N f 0 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Wulp \N f 18 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Wulp \N f 18 2012-10-07 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Wulp \N f 12 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Wulp \N f 6 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Wulp \N f 1 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Wulp \N f 2 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Wulp \N f 0 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Wulp \N f 0 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Wulp \N f 18 2012-10-07 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Wulp \N f 16 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Wulp \N f 2 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Wulp \N f 4 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Wulp \N f 14 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Wulp \N f 7 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Wulp \N f 16 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Wulp \N f 2 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Wulp \N f 4 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Wulp \N f 0 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Wulp \N f 14 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Wulp \N f 7 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Wulp \N f 37 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Wulp \N f 0 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Wulp \N f 1 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Wulp \N f 21 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Wulp \N f 19 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Wulp \N f 2 2009-10-08 14:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Wulp \N f 37 2012-10-07 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Wulp \N f 0 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Wulp \N f 1 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:30:0 99.0 Wulp \N f 1 2009-10-08 12:30:00 421 49 18 6146 35 \N 50 38 54 37 99 Gebied: H 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Wulp \N f 21 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Wulp \N f 19 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Wulp \N f 9 2012-10-07 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Wulp \N f 2 2009-10-09 14:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Wulp \N f 15 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Wulp \N f 0 2012-10-07 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Wulp \N f 13 2012-10-07 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Wulp \N f 0 2012-10-07 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Wulp \N f 0 2012-10-07 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Wulp \N f 14 2012-10-07 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Wulp \N f 0 2012-10-07 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Wulp \N f 2 2012-10-07 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Wulp \N f 0 2012-10-07 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Wulp \N f 0 2012-10-07 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Wulp \N f 0 2012-10-07 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Wulp \N f 0 2012-10-07 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Wulp \N f 0 2012-10-07 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Wulp \N f 0 2012-10-07 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Wulp \N f 0 2012-10-07 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Wulp \N f 0 2012-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Wulp \N f 0 2012-10-07 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Wulp \N f 0 2012-10-07 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Wulp \N f 15 2012-10-07 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 14:15:0 100.0 Wulp \N f 0 2012-10-07 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Wulp \N f 0 2012-10-07 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Wulp \N f 0 2012-10-07 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Wulp \N f 0 2012-10-07 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Wulp \N f 0 2012-10-07 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Wulp \N f 0 2011-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Wulp \N f 29 2011-10-08 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 12:0:0 100.0 Wulp \N f 1 2011-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Wulp \N f 0 2011-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Wulp \N f 0 2011-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Wulp \N f 0 2011-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Wulp \N f 0 2011-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Wulp \N f 0 2011-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Wulp \N f 0 2011-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Wulp \N f 0 2011-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Wulp \N f 0 2011-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Wulp \N f 0 2011-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Wulp \N f 0 2011-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Wulp \N f 0 2011-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Wulp \N f 0 2011-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Wulp \N f 1 2011-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Wulp \N f 0 2011-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Wulp \N f 0 2011-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Wulp \N f 0 2011-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Wulp \N f 0 2011-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Wulp \N f 0 2011-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Wulp \N f 3 2011-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Wulp \N f 3 2009-10-08 14:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Wulp \N f 0 2011-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Wulp \N f 28 2011-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Wulp \N f 0 2011-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Wulp \N f 10 2011-10-08 18:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:15:0 100.0 Wulp \N f 0 2011-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Wulp \N f 29 2011-10-08 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Wulp \N f 0 2011-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Wulp \N f 1 2011-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Wulp \N f 0 2011-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Wulp \N f 0 2011-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Wulp \N f 0 2011-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Wulp \N f 0 2011-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Wulp \N f 0 2011-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Wulp \N f 0 2011-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Wulp \N f 0 2011-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Wulp \N f 0 2011-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Wulp \N f 0 2011-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Wulp \N f 0 2011-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Wulp \N f 0 2011-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Wulp \N f 0 2011-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Wulp \N f 1 2011-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Wulp \N f 0 2011-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Wulp \N f 0 2011-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Wulp \N f 0 2011-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Wulp \N f 0 2011-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Wulp \N f 0 2011-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Wulp \N f 1 2009-10-09 16:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Wulp \N f 3 2011-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Wulp \N f 0 2011-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Wulp \N f 28 2011-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Wulp \N f 0 2011-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Wulp \N f 10 2011-10-08 18:30:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Wulp \N f 0 2011-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Wulp \N f 2 2011-10-08 18:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: B 2009-10-9 14:0:0 100.0 Wulp \N f 5 2009-10-09 14:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Wulp \N f 1 2012-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Wulp \N f 1 2012-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Wulp \N f 0 2012-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Wulp \N f 1 2012-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Wulp \N f 0 2012-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Wulp \N f 1 2012-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Wulp \N f 0 2012-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Wulp \N f 0 2012-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Wulp \N f 0 2012-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Wulp \N f 6 2012-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Wulp \N f 0 2012-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Wulp \N f 3 2012-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Wulp \N f 0 2012-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Wulp \N f 4 2012-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Wulp \N f 0 2012-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Wulp \N f 6 2012-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Wulp \N f 0 2012-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Wulp \N f 37 2012-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Wulp \N f 0 2012-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Wulp \N f 3 2012-10-08 18:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Wulp \N f 0 2012-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Wulp \N f 0 2012-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Wulp \N f 2 2012-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Wulp \N f 2 2012-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Wulp \N f 2 2012-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Wulp \N f 0 2012-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Wulp \N f 2 2012-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Wulp \N f 1 2012-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Wulp \N f 1 2012-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Wulp \N f 0 2012-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Wulp \N f 1 2012-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Wulp \N f 0 2012-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Wulp \N f 6 2012-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Wulp \N f 0 2012-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Wulp \N f 3 2012-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Wulp \N f 0 2012-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Wulp \N f 4 2012-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Wulp \N f 0 2012-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Wulp \N f 6 2012-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Wulp \N f 0 2012-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Wulp \N f 37 2012-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Wulp \N f 0 2012-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Wulp \N f 3 2012-10-08 18:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Wulp \N f 0 2012-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Wulp \N f 0 2012-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Wulp \N f 2 2012-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Wulp \N f 13 2012-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Wulp \N f 0 2012-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Wulp \N f 7 2012-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Wulp \N f 0 2012-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Wulp \N f 1 2012-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Wulp \N f 1 2012-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Wulp \N f 1 2012-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Wulp \N f 0 2012-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Wulp \N f 0 2012-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Wulp \N f 1 2012-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Wulp \N f 0 2012-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Wulp \N f 0 2012-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Wulp \N f 3 2012-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Wulp \N f 0 2012-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Wulp \N f 0 2012-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Wulp \N f 0 2012-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Wulp \N f 0 2012-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Wulp \N f 1 2012-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Wulp \N f 0 2012-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Wulp \N f 46 2012-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Wulp \N f 0 2012-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Wulp \N f 0 2012-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Wulp \N f 0 2012-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Wulp \N f 0 2012-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Wulp \N f 13 2012-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Wulp \N f 0 2012-10-08 15:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Wulp \N f 7 2012-10-08 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Wulp \N f 0 2012-10-08 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Wulp \N f 1 2012-10-08 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Wulp \N f 1 2012-10-08 16:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Wulp \N f 1 2012-10-08 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Wulp \N f 0 2012-10-08 16:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Wulp \N f 0 2012-10-08 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Wulp \N f 1 2012-10-08 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Wulp \N f 0 2012-10-08 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Wulp \N f 0 2012-10-08 17:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Wulp \N f 3 2012-10-08 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Wulp \N f 0 2012-10-08 17:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Wulp \N f 0 2012-10-08 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Wulp \N f 0 2012-10-08 17:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Wulp \N f 0 2012-10-08 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Wulp \N f 1 2012-10-08 17:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Wulp \N f 0 2012-10-08 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Wulp \N f 4 2012-10-08 18:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Wulp \N f 0 2012-10-08 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Wulp \N f 46 2012-10-08 18:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Wulp \N f 0 2012-10-08 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Wulp \N f 0 2012-10-08 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Wulp \N f 0 2012-10-08 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Wulp \N f 0 2012-10-08 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:45:0 100.0 Wulp \N f 5 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Wulp \N f 30 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Wulp \N f 14 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Wulp \N f 22 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Wulp \N f 45 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Wulp \N f 5 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Wulp \N f 52 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Wulp \N f 2 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Wulp \N f 9 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Wulp \N f 1 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Wulp \N f 1 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Wulp \N f 3 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Wulp \N f 5 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Wulp \N f 2 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Wulp \N f 2 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Wulp \N f 6 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Wulp \N f 5 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Wulp \N f 10 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Wulp \N f 5 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Wulp \N f 30 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Wulp \N f 14 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Wulp \N f 22 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Wulp \N f 45 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Wulp \N f 5 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Wulp \N f 52 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Wulp \N f 2 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Wulp \N f 9 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Wulp \N f 1 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Wulp \N f 1 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Wulp \N f 3 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Wulp \N f 2 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Wulp \N f 2 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Wulp \N f 6 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Wulp \N f 24 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Wulp \N f 2 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Wulp \N f 24 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Wulp \N f 3 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Wulp \N f 6 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Wulp \N f 4 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Wulp \N f 8 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Wulp \N f 42 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Wulp \N f 4 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Wulp \N f 6 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Wulp \N f 1 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Wulp \N f 2 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Wulp \N f 2 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Wulp \N f 3 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Wulp \N f 6 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Wulp \N f 2 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Wulp \N f 4 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Wulp \N f 4 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Wulp \N f 24 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Wulp \N f 2 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Wulp \N f 24 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Wulp \N f 3 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Wulp \N f 6 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Wulp \N f 4 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Wulp \N f 8 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Wulp \N f 42 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Wulp \N f 4 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Wulp \N f 2 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Wulp \N f 2 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Wulp \N f 3 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Wulp \N f 6 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Wulp \N f 2 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Wulp \N f 4 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Wulp \N f 4 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Wulp \N f 3 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Wulp \N f 22 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Wulp \N f 2 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Wulp \N f 11 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Wulp \N f 7 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Wulp \N f 16 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Wulp \N f 38 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Wulp \N f 1 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Wulp \N f 56 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Wulp \N f 3 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Wulp \N f 3 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Wulp \N f 2 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Wulp \N f 1 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Wulp \N f 1 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Wulp \N f 1 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Wulp \N f 4 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Wulp \N f 3 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Wulp \N f 1 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Wulp \N f 22 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Wulp \N f 2 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Wulp \N f 11 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Wulp \N f 7 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Wulp \N f 16 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Wulp \N f 38 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Wulp \N f 1 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:15:0 100.0 Wulp \N f 3 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Wulp \N f 3 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Wulp \N f 2 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Wulp \N f 1 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Wulp \N f 1 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Wulp \N f 1 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Wulp \N f 4 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Wulp \N f 3 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Wulp \N f 1 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Wulp \N f 42 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Wulp \N f 19 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Wulp \N f 9 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Wulp \N f 2 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Wulp \N f 2 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Wulp \N f 14 2009-10-08 14:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Wulp \N f 0 2009-10-08 15:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Wulp \N f 13 2007-10-18 12:45:00 413 49 18 6146 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wulp slechtvalk f 17 2007-10-18 13:00:00 413 49 18 6146 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wulp \N f 2 2007-10-18 13:15:00 413 49 18 6146 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 14:0:0 100.0 Wulp \N f 3 2007-10-18 14:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wulp \N f 8 2007-10-18 14:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wulp \N f 4 2007-10-18 14:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wulp \N f 1 2007-10-18 14:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wulp \N f 7 2007-10-18 15:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wulp \N f 9 2007-10-18 15:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wulp \N f 2 2007-10-18 15:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wulp \N f 15 2007-10-18 15:45:00 413 49 18 6146 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Wulp \N f 0 2007-10-18 16:00:00 413 49 18 6146 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Wulp \N f 13 2007-10-18 12:45:00 413 49 18 6146 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Wulp slechtvalk f 17 2007-10-18 13:00:00 413 49 18 6146 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Wulp \N f 2 2007-10-18 13:15:00 413 49 18 6146 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Wulp \N f 2 2007-10-18 13:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Wulp \N f 2 2007-10-18 13:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wulp \N f 3 2007-10-18 14:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wulp \N f 8 2007-10-18 14:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Wulp \N f 4 2007-10-18 14:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Wulp \N f 1 2007-10-18 14:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Wulp \N f 7 2007-10-18 15:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Wulp \N f 9 2007-10-18 15:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Wulp \N f 2 2007-10-18 15:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:30:0 100.0 Wulp \N f 3 2007-10-19 16:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wulp \N f 3 2007-10-19 13:15:00 413 49 18 6146 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wulp \N f 6 2007-10-19 16:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wulp \N f 1 2007-10-19 13:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Wulp \N f 5 2007-10-19 17:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Wulp \N f 3 2007-10-19 13:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wulp \N f 13 2007-10-19 17:15:00 413 49 18 6146 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wulp \N f 1 2007-10-19 14:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wulp \N f 1 2007-10-19 14:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wulp \N f 3 2007-10-19 14:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wulp \N f 12 2007-10-19 14:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Wulp \N nf 0 2007-10-18 16:00:00 413 49 18 6146 36 \N 50 38 54 37 1 Gebied GA 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wulp \N f 0 2007-10-19 16:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Wulp \N f 19 2007-10-19 13:00:00 413 49 18 6146 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Wulp \N f 3 2007-10-19 16:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Wulp \N f 3 2007-10-19 13:15:00 413 49 18 6146 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Wulp \N f 6 2007-10-19 16:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Wulp \N f 1 2007-10-19 13:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Wulp \N f 13 2007-10-19 17:15:00 413 49 18 6146 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Wulp \N f 1 2007-10-19 14:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Wulp \N f 1 2007-10-19 14:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wulp \N f 3 2007-10-19 14:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Wulp \N f 12 2007-10-19 14:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Wulp \N f 0 2007-10-19 16:00:00 413 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Wulp \N f 15 2007-10-18 15:45:00 413 49 18 6146 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Wulp \N f 0 2007-10-18 16:00:00 413 49 18 6146 35 \N 50 38 54 37 1 Gebied GA 2007-10-19 13:0:0 60.0 Wulp \N f 19 2007-10-19 13:00:00 413 49 18 6146 35 \N 50 38 54 37 60 Gebied GB 2007-10-18 12:45:0 1.0 Wulp \N f 45 2007-10-18 12:45:00 414 49 18 6146 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wulp slechtvalk f 29 2007-10-18 13:00:00 414 49 18 6146 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wulp \N f 1 2007-10-18 13:15:00 414 49 18 6146 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 414 49 18 6146 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wulp \N f 0 2007-10-18 13:45:00 414 49 18 6146 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Wulp \N f 45 2007-10-18 12:45:00 414 49 18 6146 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Wulp slechtvalk f 29 2007-10-18 13:00:00 414 49 18 6146 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Wulp \N f 1 2007-10-18 13:15:00 414 49 18 6146 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 414 49 18 6146 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Wulp \N f 0 2007-10-18 13:45:00 414 49 18 6146 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wulp \N f 44 2007-10-19 12:45:00 414 49 18 6146 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wulp \N f 2 2007-10-19 16:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:30:0 100.0 Wulp \N f 0 2007-10-19 16:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wulp \N f 2 2007-10-19 13:15:00 414 49 18 6146 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wulp \N f 9 2007-10-19 16:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wulp \N f 3 2007-10-19 13:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wulp \N f 3 2007-10-19 17:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wulp \N f 0 2007-10-19 13:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wulp \N f 6 2007-10-19 17:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wulp \N f 1 2007-10-19 14:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wulp slechtvalk f 3 2007-10-19 17:30:00 414 49 18 6146 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wulp \N f 1 2007-10-19 14:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wulp \N f 1 2007-10-19 15:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wulp \N f 3 2007-10-19 15:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Wulp \N f 44 2007-10-19 12:45:00 414 49 18 6146 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Wulp \N f 2 2007-10-19 16:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Wulp \N f 2 2007-10-19 13:00:00 414 49 18 6146 35 \N 50 38 54 37 30 Gebied: i 2009-10-8 14:0:0 100.0 Wulp \N f 0 2009-10-08 14:00:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:30:0 100.0 Wulp \N f 0 2007-10-19 16:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Wulp \N f 2 2007-10-19 13:15:00 414 49 18 6146 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Wulp \N f 9 2007-10-19 16:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Wulp \N f 3 2007-10-19 13:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Wulp \N f 3 2007-10-19 17:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Wulp \N f 0 2007-10-19 13:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Wulp \N f 6 2007-10-19 17:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Wulp \N f 1 2007-10-19 14:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Wulp slechtvalk f 3 2007-10-19 17:30:00 414 49 18 6146 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Wulp \N f 1 2007-10-19 14:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Wulp \N f 1 2007-10-19 15:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Wulp \N f 3 2007-10-19 15:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Wulp \N f 0 2007-10-19 16:00:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wulp \N f 13 2007-10-18 12:30:00 415 49 18 6146 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wulp \N f 1 2007-10-18 16:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wulp \N f 5 2007-10-18 12:45:00 415 49 18 6146 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wulp \N f 21 2007-10-18 16:15:00 415 49 18 6146 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wulp slechtvalk f 25 2007-10-18 13:00:00 415 49 18 6146 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wulp \N f 15 2007-10-18 13:15:00 415 49 18 6146 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 415 49 18 6146 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wulp \N f 1 2007-10-18 14:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Wulp \N f 13 2007-10-18 12:30:00 415 49 18 6146 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Wulp \N f 1 2007-10-18 16:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Wulp \N f 5 2007-10-18 12:45:00 415 49 18 6146 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Wulp \N f 21 2007-10-18 16:15:00 415 49 18 6146 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Wulp slechtvalk f 25 2007-10-18 13:00:00 415 49 18 6146 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Wulp \N f 15 2007-10-18 13:15:00 415 49 18 6146 35 \N 50 38 54 37 90 Gebied: A 2009-10-9 12:0:0 80.0 Wulp \N f 2 2009-10-09 12:00:00 421 49 18 6146 35 \N 50 38 54 37 80 Gebied GC 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 415 49 18 6146 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Wulp \N f 1 2007-10-18 14:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wulp \N f 2 2007-10-19 12:45:00 415 49 18 6146 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wulp \N f 1 2007-10-19 16:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Wulp \N f 30 2007-10-19 13:00:00 415 49 18 6146 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Wulp \N f 1 2007-10-19 16:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wulp \N f 1 2007-10-19 13:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wulp \N f 0 2007-10-19 16:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wulp \N f 3 2007-10-19 13:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wulp \N f 3 2007-10-19 13:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Wulp \N f 0 2009-10-09 16:45:00 421 49 18 6146 35 \N 50 38 54 37 1 Gebied GC 2007-10-19 14:0:0 100.0 Wulp \N f 3 2007-10-19 14:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wulp \N f 6 2007-10-19 14:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wulp \N f 1 2007-10-19 14:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wulp \N f 2 2007-10-19 14:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Wulp \N f 3 2007-10-19 15:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Wulp \N f 2 2007-10-19 12:45:00 415 49 18 6146 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Wulp \N f 1 2007-10-19 16:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:30:0 100.0 Wulp \N f 1 2007-10-19 16:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Wulp \N f 1 2007-10-19 13:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Wulp \N f 0 2007-10-19 16:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Wulp \N f 3 2007-10-19 13:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Wulp \N f 3 2007-10-19 13:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wulp \N f 3 2007-10-19 14:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Wulp \N f 6 2007-10-19 14:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Wulp \N f 1 2007-10-19 14:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Wulp \N f 2 2007-10-19 14:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Wulp \N f 2 2009-10-09 11:00:00 423 49 18 6146 35 \N 50 38 54 37 0.5 Gebied GC 2007-10-19 15:45:0 100.0 Wulp \N f 3 2007-10-19 15:45:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 415 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wulp \N f 13 2007-10-18 12:15:00 416 49 18 6146 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wulp \N f 31 2007-10-18 15:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wulp \N f 10 2007-10-18 12:30:00 416 49 18 6146 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:15:0 100.0 Wulp \N f 89 2007-10-18 16:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wulp slechtvalk f 18 2007-10-18 13:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wulp \N f 5 2007-10-18 13:15:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wulp \N f 4 2007-10-18 13:30:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wulp \N f 8 2007-10-18 13:45:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wulp \N f 1 2007-10-18 14:15:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wulp \N f 2 2007-10-18 14:30:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wulp \N f 0 2007-10-18 14:45:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied: C 2009-10-9 11:45:0 40.0 Wulp \N f 0 2009-10-09 11:45:00 423 49 18 6146 35 \N 50 38 54 37 40 Gebied GD 2007-10-18 15:0:0 90.0 Wulp \N f 0 2007-10-18 15:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wulp \N f 8 2007-10-18 15:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Wulp \N f 13 2007-10-18 12:15:00 416 49 18 6146 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Wulp \N f 31 2007-10-18 15:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Wulp \N f 10 2007-10-18 12:30:00 416 49 18 6146 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Wulp \N f 79 2007-10-18 16:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Wulp \N f 44 2007-10-18 12:45:00 416 49 18 6146 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Wulp \N f 89 2007-10-18 16:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Wulp slechtvalk f 18 2007-10-18 13:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Wulp \N f 5 2007-10-18 13:15:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Wulp \N f 4 2007-10-18 13:30:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Wulp \N f 8 2007-10-18 13:45:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Wulp \N f 5 2007-10-18 14:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Wulp \N f 1 2007-10-18 14:15:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Wulp \N f 2 2007-10-18 14:30:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Wulp \N f 0 2007-10-18 14:45:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Wulp \N f 0 2007-10-18 15:00:00 416 49 18 6146 35 \N 50 38 54 37 90 Gebied: D 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Wulp \N f 8 2007-10-18 15:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 424 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wulp \N f 35 2007-10-19 12:45:00 416 49 18 6146 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 17:0:0 100.0 Wulp \N f 9 2007-10-19 17:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wulp \N f 10 2007-10-19 13:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wulp \N f 16 2007-10-19 17:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wulp \N f 3 2007-10-19 14:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wulp slechtvalk f 20 2007-10-19 17:30:00 416 49 18 6146 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wulp \N f 6 2007-10-19 14:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Wulp \N f 25 2007-10-19 17:45:00 416 49 18 6146 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Wulp \N f 5 2007-10-19 14:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wulp \N f 5 2007-10-19 14:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wulp \N f 3 2007-10-19 15:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wulp \N f 3 2007-10-19 15:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wulp \N f 3 2007-10-19 15:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wulp \N f 2 2007-10-19 16:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Wulp \N f 35 2007-10-19 12:45:00 416 49 18 6146 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Wulp \N f 0 2007-10-19 13:00:00 416 49 18 6146 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Wulp \N f 6 2007-10-19 16:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wulp \N f 6 2007-10-19 13:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wulp \N f 5 2007-10-19 16:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wulp \N f 10 2007-10-19 13:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Wulp \N f 9 2007-10-19 17:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Wulp \N f 10 2007-10-19 13:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Wulp \N f 16 2007-10-19 17:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Wulp \N f 3 2007-10-19 14:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wulp slechtvalk f 20 2007-10-19 17:30:00 416 49 18 6146 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wulp \N f 6 2007-10-19 14:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:30:0 100.0 Wulp \N f 5 2007-10-19 14:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Wulp \N f 3 2007-10-19 15:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Wulp \N f 3 2007-10-19 15:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Wulp \N f 2 2007-10-19 16:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Wulp slechtvalk f 0 2007-10-18 13:00:00 417 49 18 6146 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wulp \N f 0 2007-10-18 13:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wulp \N f 0 2007-10-18 13:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Wulp \N f 7 2009-10-09 10:00:00 425 49 18 6146 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Wulp \N f 5 2007-10-18 14:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:0:0 70.0 Wulp slechtvalk f 0 2007-10-18 13:00:00 417 49 18 6146 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Wulp \N f 0 2007-10-18 13:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Wulp \N f 0 2007-10-18 13:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Wulp \N f 5 2007-10-18 14:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wulp \N f 9 2007-10-19 13:00:00 417 49 18 6146 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wulp \N f 0 2007-10-19 16:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:45:0 100.0 Wulp \N f 1 2007-10-19 16:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wulp \N f 9 2007-10-19 13:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wulp \N f 3 2007-10-19 17:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wulp \N f 8 2007-10-19 13:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wulp \N f 3 2007-10-19 17:15:00 417 49 18 6146 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wulp \N f 2 2007-10-19 14:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wulp \N f 9 2007-10-19 14:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wulp \N f 10 2007-10-19 14:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wulp \N f 4 2007-10-19 14:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wulp \N f 10 2007-10-19 15:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Wulp \N f 9 2007-10-19 13:00:00 417 49 18 6146 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Wulp \N f 0 2007-10-19 16:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wulp \N f 10 2007-10-19 13:15:00 417 49 18 6146 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Wulp \N f 1 2007-10-19 16:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Wulp \N f 9 2007-10-19 13:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Wulp \N f 3 2007-10-19 17:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Wulp \N f 8 2007-10-19 13:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Wulp \N f 3 2007-10-19 17:15:00 417 49 18 6146 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Wulp \N f 2 2007-10-19 14:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Wulp \N f 9 2007-10-19 14:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Wulp \N f 10 2007-10-19 14:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wulp \N f 4 2007-10-19 14:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wulp \N f 6 2007-10-19 15:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wulp \N f 10 2007-10-19 15:15:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wulp \N f 5 2007-10-19 15:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wulp \N f 0 2007-10-18 12:30:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wulp \N f 36 2007-10-18 16:00:00 418 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:0:0 70.0 Wulp slechtvalk f 1 2007-10-18 13:00:00 418 49 18 6146 35 \N 50 38 54 37 70 Gebied: F 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:15:0 90.0 Wulp \N f 0 2007-10-18 13:15:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2009-10-9 17:0:0 100.0 Wulp \N f 0 2009-10-09 17:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Wulp \N f 0 2007-10-18 12:30:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Wulp \N f 36 2007-10-18 16:00:00 418 49 18 6146 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Wulp \N f 2 2007-10-18 12:45:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Wulp \N f 13 2007-10-18 16:15:00 418 49 18 6146 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Wulp slechtvalk f 1 2007-10-18 13:00:00 418 49 18 6146 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Wulp \N f 0 2007-10-18 13:15:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Wulp \N f 0 2007-10-18 13:30:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Wulp \N f 6 2009-10-09 17:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Wulp \N f 1 2007-10-19 12:45:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:45:0 100.0 Wulp \N f 3 2007-10-19 16:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wulp \N f 0 2007-10-19 13:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wulp \N f 7 2007-10-19 17:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wulp \N f 1 2007-10-19 13:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wulp \N f 10 2007-10-19 17:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wulp \N f 0 2007-10-19 14:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Wulp slechtvalk f 22 2007-10-19 17:30:00 418 49 18 6146 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wulp \N f 1 2007-10-19 14:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wulp \N f 3 2007-10-19 15:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wulp \N f 0 2007-10-19 15:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wulp \N f 1 2007-10-19 15:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wulp \N f 2 2007-10-19 13:00:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wulp \N f 3 2007-10-19 16:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wulp \N f 0 2007-10-19 13:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Wulp \N f 3 2007-10-19 16:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Wulp \N f 0 2007-10-19 13:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Wulp \N f 7 2007-10-19 17:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Wulp \N f 1 2007-10-19 13:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wulp \N f 10 2007-10-19 17:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Wulp \N f 0 2007-10-19 14:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Wulp \N f 1 2007-10-19 14:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Wulp \N f 3 2007-10-19 15:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Wulp \N f 0 2007-10-19 15:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Wulp \N f 1 2007-10-19 15:45:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wulp \N f 3 2007-10-18 12:30:00 419 49 18 6146 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wulp \N f 1 2007-10-18 16:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wulp \N f 0 2007-10-18 12:45:00 419 49 18 6146 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wulp \N f 15 2007-10-18 16:15:00 419 49 18 6146 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wulp slechtvalk f 0 2007-10-18 13:00:00 419 49 18 6146 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wulp \N f 1 2007-10-18 13:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wulp \N f 0 2007-10-18 13:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Wulp \N f 0 2007-10-18 15:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Wulp \N f 3 2007-10-18 12:30:00 419 49 18 6146 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Wulp \N f 1 2007-10-18 16:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Wulp \N f 0 2007-10-18 12:45:00 419 49 18 6146 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Wulp \N f 15 2007-10-18 16:15:00 419 49 18 6146 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Wulp slechtvalk f 0 2007-10-18 13:00:00 419 49 18 6146 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Wulp \N f 1 2007-10-18 13:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wulp \N f 0 2007-10-18 13:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wulp \N f 0 2007-10-18 13:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Wulp \N f 0 2007-10-18 14:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wulp \N f 0 2007-10-18 14:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wulp \N f 0 2007-10-18 14:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wulp \N f 0 2007-10-18 14:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Wulp \N f 0 2007-10-18 15:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wulp \N f 1 2007-10-19 12:45:00 419 49 18 6146 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wulp \N f 0 2007-10-19 13:00:00 419 49 18 6146 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Wulp \N f 1 2007-10-19 16:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wulp \N f 2 2007-10-19 13:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wulp \N f 0 2007-10-19 16:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wulp \N f 4 2007-10-19 13:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wulp \N f 1 2007-10-19 17:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wulp \N f 2 2007-10-19 13:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wulp \N f 7 2007-10-19 17:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wulp \N f 0 2007-10-19 14:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wulp slechtvalk f 16 2007-10-19 17:30:00 419 49 18 6146 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wulp \N f 0 2007-10-19 14:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wulp \N f 1 2007-10-19 15:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wulp \N f 1 2007-10-19 15:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wulp \N f 2 2007-10-19 16:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Wulp \N f 1 2007-10-19 12:45:00 419 49 18 6146 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Wulp \N f 0 2007-10-19 16:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Wulp \N f 0 2007-10-19 13:00:00 419 49 18 6146 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Wulp \N f 1 2007-10-19 16:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wulp \N f 2 2007-10-19 13:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Wulp \N f 0 2007-10-19 16:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Wulp \N f 4 2007-10-19 13:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Wulp \N f 1 2007-10-19 17:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Wulp \N f 2 2007-10-19 13:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Wulp \N f 7 2007-10-19 17:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Wulp \N f 0 2009-10-09 16:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Wulp \N f 0 2007-10-19 14:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Wulp \N f 0 2007-10-19 14:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Wulp \N f 1 2007-10-19 15:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Wulp \N f 1 2007-10-19 15:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Wulp \N f 0 2007-10-19 15:45:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Wulp \N f 2 2007-10-19 16:00:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Wulp \N f 11 2007-10-18 12:15:00 420 49 18 6146 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Wulp \N f 15 2007-10-18 15:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wulp \N f 17 2007-10-18 12:30:00 420 49 18 6146 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wulp \N f 41 2007-10-18 16:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wulp \N f 15 2007-10-18 12:45:00 420 49 18 6146 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wulp \N f 65 2007-10-18 16:15:00 420 49 18 6146 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wulp slechtvalk f 11 2007-10-18 13:00:00 420 49 18 6146 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 13:15:0 90.0 Wulp \N f 3 2007-10-18 13:15:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wulp \N f 1 2007-10-18 13:30:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wulp \N f 2 2007-10-18 13:45:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Wulp \N f 6 2007-10-18 14:00:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wulp \N f 0 2007-10-18 14:15:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wulp \N f 0 2007-10-18 14:30:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wulp \N f 0 2007-10-18 14:45:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:15:0 100.0 Wulp \N f 2 2007-10-18 15:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wulp \N f 10 2007-10-18 15:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:45:0 100.0 Wulp \N f 15 2007-10-18 15:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Wulp \N f 17 2007-10-18 12:30:00 420 49 18 6146 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Wulp \N f 41 2007-10-18 16:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Wulp \N f 15 2007-10-18 12:45:00 420 49 18 6146 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Wulp \N f 65 2007-10-18 16:15:00 420 49 18 6146 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Wulp slechtvalk f 11 2007-10-18 13:00:00 420 49 18 6146 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 13:15:0 90.0 Wulp \N f 3 2007-10-18 13:15:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Wulp \N f 1 2007-10-18 13:30:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Wulp \N f 2 2007-10-18 13:45:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Wulp \N f 0 2007-10-18 14:15:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Wulp \N f 0 2007-10-18 14:30:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Wulp \N f 0 2007-10-18 14:45:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Wulp \N f 2 2007-10-18 15:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Wulp \N f 2 2007-10-18 15:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:45:0 1.0 Wulp \N f 1 2010-10-09 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:30:0 100.0 Wulp \N f 10 2007-10-18 15:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wulp \N f 15 2007-10-19 12:45:00 420 49 18 6146 35 \N 50 38 54 37 40 Gebied: B 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:15:0 95.0 Wulp \N f 2 2007-10-19 16:15:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Wulp \N f 20 2007-10-19 13:00:00 420 49 18 6146 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Wulp \N f 5 2007-10-19 16:30:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wulp \N f 30 2007-10-19 13:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wulp \N f 6 2007-10-19 16:45:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wulp \N f 13 2007-10-19 13:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:45:0 100.0 Wulp \N f 2 2007-10-19 13:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wulp \N f 35 2007-10-19 17:15:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wulp \N f 2 2007-10-19 14:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wulp slechtvalk f 70 2007-10-19 17:30:00 420 49 18 6146 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wulp \N f 2 2007-10-19 14:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 17:45:0 50.0 Wulp \N f 35 2007-10-19 17:45:00 420 49 18 6146 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wulp \N f 3 2007-10-19 14:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Wulp \N f 7 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wulp \N f 3 2007-10-19 14:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wulp \N f 4 2007-10-19 15:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wulp \N f 2 2007-10-19 15:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Wulp \N f 15 2007-10-19 12:45:00 420 49 18 6146 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Wulp \N f 2 2007-10-19 16:15:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 16:30:0 95.0 Wulp \N f 5 2007-10-19 16:30:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Wulp \N f 30 2007-10-19 13:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Wulp \N f 6 2007-10-19 16:45:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Wulp \N f 13 2007-10-19 13:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Wulp \N f 43 2007-10-19 17:00:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Wulp \N f 2 2007-10-19 13:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Wulp \N f 35 2007-10-19 17:15:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Wulp \N f 2 2007-10-19 14:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Wulp slechtvalk f 70 2007-10-19 17:30:00 420 49 18 6146 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Wulp \N f 2 2007-10-19 14:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Wulp \N f 35 2007-10-19 17:45:00 420 49 18 6146 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Wulp \N f 3 2007-10-19 14:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Wulp \N f 3 2007-10-19 14:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Wulp \N f 4 2007-10-19 15:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Wulp \N f 2 2007-10-19 15:15:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Wulp \N f 2 2007-10-19 15:30:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Wulp \N f 1 2010-10-09 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Wulp \N f 2 2007-10-19 15:45:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Wulp \N f 1 2007-10-19 16:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 14:0:0 90.0 Wulp \N f 6 2007-10-18 14:00:00 420 49 18 6146 35 \N 50 38 54 37 90 Gebied GH 2007-10-19 17:0:0 95.0 Wulp \N f 43 2007-10-19 17:00:00 420 49 18 6146 35 \N 50 38 54 37 95 Gebied: D 2010-10-9 14:0:0 100.0 Wulp \N f 1 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Wulp \N f 9 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Wulp \N f 1 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Wulp \N f 0 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Wulp \N f 2 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Wulp \N f 44 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Wulp \N f 42 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Wulp \N f 19 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Wulp \N f 9 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Wulp \N f 2 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Wulp \N f 2 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Wulp \N f 1 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Wulp \N f 0 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Wulp \N f 44 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Wulp \N f 12 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Wulp \N f 8 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Wulp \N f 5 2007-10-19 15:30:00 417 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Wulp \N f 3 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Wulp \N f 2 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Wulp \N f 2 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Wulp \N f 0 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Wulp \N f 7 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Wulp \N f 10 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Wulp \N f 13 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Wulp \N f 12 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:45:0 100.0 Wulp \N f 3 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Wulp \N f 2 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 16:15:0 5.0 Wulp \N f 13 2007-10-18 16:15:00 418 49 18 6146 35 \N 50 38 54 37 5 Gebied: E 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Wulp \N f 2 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Wulp \N f 0 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Wulp \N f 7 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Wulp \N f 10 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Wulp \N f 13 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Wulp \N f 29 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Wulp \N f 10 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Wulp \N f 7 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Wulp \N f 1 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Wulp \N f 1 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Wulp \N f 3 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Wulp \N f 5 2012-10-18 15:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Wulp \N f 10 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Wulp \N f 7 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Wulp \N f 0 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Wulp \N f 1 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Wulp \N f 1 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Wulp \N f 1 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Wulp \N f 1 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Wulp \N f 3 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Wulp \N f 27 2011-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Wulp \N f 0 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Wulp \N f 19 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Wulp \N f 0 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Wulp \N f 8 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Wulp \N f 0 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Wulp \N f 1 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Wulp \N f 0 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Wulp \N f 1 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Wulp \N f 0 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Wulp \N f 0 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Wulp \N f 0 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Wulp \N f 0 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Wulp \N f 0 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Wulp \N f 0 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Wulp \N f 1 2011-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Wulp \N f 0 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Wulp \N f 17 2011-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Wulp \N f 0 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Wulp \N f 0 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 13:0:0 100.0 Wulp \N f 0 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Wulp \N f 27 2011-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Wulp \N f 0 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Wulp \N f 19 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Wulp \N f 0 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Wulp \N f 8 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Wulp \N f 0 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Wulp \N f 1 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Wulp \N f 0 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Wulp \N f 0 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Wulp \N f 0 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Wulp \N f 0 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Wulp \N f 0 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Wulp \N f 0 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Wulp \N f 1 2011-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Wulp \N f 0 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Wulp \N f 17 2011-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Wulp \N f 0 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Wulp \N f 0 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Wulp \N f 0 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Wulp \N f 1 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Wulp \N f 0 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Wulp \N f 7 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Wulp \N f 45 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Wulp \N f 1 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Wulp \N f 0 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Wulp \N f 0 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Wulp \N f 7 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Wulp \N f 45 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Wulp \N f 25 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Wulp \N f 11 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Wulp \N f 6 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Wulp \N f 1 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Wulp \N f 6 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Wulp \N f 13 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Wulp \N f 2 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Wulp \N f 11 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Wulp \N f 0 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Wulp \N f 6 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Wulp \N f 1 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Wulp \N f 6 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Wulp \N f 2 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Wulp \N f 26 2011-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Wulp \N f 0 2011-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Wulp \N f 27 2011-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Wulp \N f 0 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Wulp \N f 2 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Wulp \N f 0 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Wulp \N f 2 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Wulp \N f 0 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Wulp \N f 2 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Wulp \N f 0 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Wulp \N f 0 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Wulp \N f 0 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Wulp \N f 1 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Wulp \N f 1 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Wulp \N f 0 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Wulp \N f 4 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Wulp \N nf 0 2011-10-18 12:45:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Wulp \N f 1 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Wulp \N f 8 2011-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Wulp \N f 2 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Wulp \N f 11 2011-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Wulp \N f 0 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Wulp \N f 0 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Wulp \N f 26 2011-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:15:0 100.0 Wulp \N f 0 2011-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Wulp \N f 2 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Wulp \N f 0 2011-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Wulp \N f 2 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Wulp \N f 0 2011-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Wulp \N f 2 2011-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Wulp \N f 0 2011-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Wulp \N f 0 2011-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Wulp \N f 0 2011-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Wulp \N f 1 2011-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Wulp \N f 1 2011-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Wulp \N f 0 2011-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Wulp \N f 4 2011-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Wulp \N f 1 2011-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Wulp \N f 8 2011-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Wulp \N f 2 2011-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Wulp \N f 11 2011-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Wulp \N f 0 2011-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Wulp \N f 0 2011-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Wulp \N f 0 2011-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Wulp \N f 0 2011-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Wulp \N f 0 2011-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Wulp \N f 37 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Wulp \N f 5 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Wulp \N f 1 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Wulp \N f 1 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Wulp \N f 1 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Wulp \N f 6 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Wulp \N f 14 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Wulp \N f 37 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Wulp \N f 5 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Wulp \N f 1 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Wulp \N f 0 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Wulp \N f 1 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Wulp \N f 1 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Wulp \N f 1 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Wulp \N f 0 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Wulp \N f 0 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Wulp \N f 2 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Wulp \N f 3 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Wulp \N f 1 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Wulp \N f 6 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: F 2009-10-8 11:0:0 100.0 Wulp \N f 0 2009-10-08 11:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Wulp \N f 14 2012-10-18 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Wulp \N f 25 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Wulp \N f 4 2012-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Wulp \N f 1 2012-10-18 13:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Wulp \N f 2 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Wulp \N f 1 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Wulp \N f 0 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Wulp \N f 1 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Wulp \N f 1 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Wulp \N f 4 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Wulp \N f 15 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Wulp \N f 0 2012-10-18 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Wulp \N f 25 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Wulp \N f 0 2012-10-18 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Wulp \N f 2 2012-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Wulp \N f 1 2012-10-18 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Wulp \N f 0 2012-10-18 10:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Wulp \N f 0 2012-10-18 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Wulp \N f 0 2012-10-18 10:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Wulp \N f 1 2012-10-18 14:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Wulp \N f 1 2012-10-18 10:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Wulp \N f 1 2012-10-18 14:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Wulp \N f 0 2012-10-18 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Wulp \N f 4 2012-10-18 14:45:00 \N 49 18 6146 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Wulp \N f 0 2012-10-18 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Wulp \N f 15 2012-10-18 15:00:00 \N 49 18 6146 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Wulp \N f 0 2012-10-18 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Wulp \N f 0 2012-10-18 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Wulp \N f 0 2012-10-18 12:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Wulp \N f 0 2012-10-18 12:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Wulp \N f 1 2011-10-02 13:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Wulp \N f 1 2009-10-08 10:30:00 421 49 18 6146 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 12:45:0 1.0 Wulp \N f 2 2007-10-18 12:45:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied: F 2012-10-18 9:15:0 5.0 Wulp \N f 29 2012-10-18 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: I 2011-10-1 16:0:0 95.0 Wulp \N f 19 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 16:0:0 95.0 Wulp \N f 35 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied GF 2007-10-19 12:45:0 1.0 Wulp \N f 1 2007-10-19 12:45:00 418 49 18 6146 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:0:0 100.0 Wulp \N f 2 2007-10-18 15:00:00 420 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 12:30:0 100.0 Wulp \N f 0 2012-10-18 12:30:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 413 49 18 15810 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 413 49 18 15810 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 413 49 18 15810 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 413 49 18 15810 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 413 49 18 15810 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 413 49 18 15810 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 413 49 18 15810 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 413 49 18 15810 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 413 49 18 15810 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 413 49 18 15810 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 413 49 18 15810 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 413 49 18 15810 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 413 49 18 15810 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 413 49 18 15810 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 414 49 18 15810 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 414 49 18 15810 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 414 49 18 15810 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 414 49 18 15810 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 414 49 18 15810 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 414 49 18 15810 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 414 49 18 15810 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 414 49 18 15810 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 414 49 18 15810 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 414 49 18 15810 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 414 49 18 15810 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 414 49 18 15810 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 414 49 18 15810 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 414 49 18 15810 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 414 49 18 15810 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 414 49 18 15810 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 414 49 18 15810 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 414 49 18 15810 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 415 49 18 15810 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 415 49 18 15810 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 415 49 18 15810 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 415 49 18 15810 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 415 49 18 15810 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 415 49 18 15810 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 415 49 18 15810 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 415 49 18 15810 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 415 49 18 15810 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 415 49 18 15810 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 415 49 18 15810 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 415 49 18 15810 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 415 49 18 15810 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 415 49 18 15810 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 415 49 18 15810 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 415 49 18 15810 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 415 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:15:00 416 49 18 15810 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 416 49 18 15810 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 416 49 18 15810 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:15:00 416 49 18 15810 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 416 49 18 15810 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 416 49 18 15810 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 416 49 18 15810 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 416 49 18 15810 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 416 49 18 15810 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 416 49 18 15810 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bonte Str.L. \N f 0 2007-10-19 17:45:00 416 49 18 15810 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 416 49 18 15810 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 416 49 18 15810 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 416 49 18 15810 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bonte Str.L. \N f 0 2007-10-19 17:45:00 416 49 18 15810 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 417 49 18 15810 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 417 49 18 15810 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 417 49 18 15810 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 417 49 18 15810 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 413 49 18 15810 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 417 49 18 15810 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 417 49 18 15810 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 417 49 18 15810 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 417 49 18 15810 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 417 49 18 15810 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 417 49 18 15810 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 417 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 418 49 18 15810 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 418 49 18 15810 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 418 49 18 15810 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 418 49 18 15810 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 418 49 18 15810 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 418 49 18 15810 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 418 49 18 15810 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 418 49 18 15810 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 418 49 18 15810 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 419 49 18 15810 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 419 49 18 15810 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 419 49 18 15810 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 419 49 18 15810 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 419 49 18 15810 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 419 49 18 15810 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 419 49 18 15810 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 419 49 18 15810 35 \N 50 38 54 37 75 Gebied: K 2012-10-8 12:0:0 60.0 Rosse grutto \N f 0 2012-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied GG 2007-10-18 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 419 49 18 15810 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 419 49 18 15810 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 419 49 18 15810 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 13:0:0 0.0 Bonte Str.L. \N nf 0 2007-10-19 13:00:00 419 49 18 15810 36 \N 50 38 54 37 0 Gebied GG 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 419 49 18 15810 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 419 49 18 15810 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 419 49 18 15810 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:45:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 419 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:15:00 420 49 18 15810 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 420 49 18 15810 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Rosse grutto \N f 0 2012-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-18 12:45:0 60.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 420 49 18 15810 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 420 49 18 15810 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 420 49 18 15810 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bonte Str.L. \N f 0 2007-10-18 16:30:00 420 49 18 15810 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:15:00 420 49 18 15810 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bonte Str.L. \N f 0 2007-10-18 12:30:00 420 49 18 15810 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 16:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bonte Str.L. \N f 0 2007-10-18 12:45:00 420 49 18 15810 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bonte Str.L. \N f 0 2007-10-18 16:15:00 420 49 18 15810 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bonte Str.L. slechtvalk f 0 2007-10-18 13:00:00 420 49 18 15810 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bonte Str.L. \N f 0 2007-10-18 16:30:00 420 49 18 15810 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:15:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:00:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:15:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:30:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bonte Str.L. \N f 0 2007-10-18 14:45:00 420 49 18 15810 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 420 49 18 15810 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 420 49 18 15810 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 420 49 18 15810 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bonte Str.L. \N f 0 2007-10-19 17:45:00 420 49 18 15810 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 2 2007-10-19 15:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 5 2007-10-19 16:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bonte Str.L. \N f 0 2007-10-19 12:45:00 420 49 18 15810 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:15:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied: L 2012-10-8 12:0:0 50.0 Rosse grutto \N f 0 2012-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 13:0:0 50.0 Bonte Str.L. \N f 0 2007-10-19 13:00:00 420 49 18 15810 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:30:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bonte Str.L. \N f 0 2007-10-19 16:45:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bonte Str.L. \N f 0 2007-10-19 17:00:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bonte Str.L. \N f 0 2007-10-19 17:15:00 420 49 18 15810 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 420 49 18 15810 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bonte Str.L. \N f 0 2007-10-19 17:45:00 420 49 18 15810 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 14:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:00:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:15:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-19 15:30:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bonte Str.L. \N f 2 2007-10-19 15:45:00 420 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 421 49 18 17124 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 421 49 18 17124 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 421 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 421 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 421 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 421 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 421 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 421 49 18 17124 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 421 49 18 17124 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 421 49 18 17124 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 421 49 18 17124 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 421 49 18 17124 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 421 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:45:0 65.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 421 49 18 17124 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 421 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 421 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 421 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 11:45:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 421 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 421 49 18 17124 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 421 49 18 17124 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 421 49 18 17124 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 421 49 18 17124 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 421 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 421 49 18 17124 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 421 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 421 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 421 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 421 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 421 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 421 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 421 49 18 17124 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 421 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 421 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 421 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 421 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 421 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 422 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 422 49 18 17124 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 422 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 422 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 422 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 422 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 422 49 18 17124 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 422 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 422 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 422 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 422 49 18 17124 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 422 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 422 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 422 49 18 17124 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 422 49 18 17124 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 422 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 422 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 422 49 18 17124 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 422 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 423 49 18 17124 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 423 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 423 49 18 17124 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 423 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 423 49 18 17124 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 423 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 423 49 18 17124 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 15:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 423 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 423 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 423 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 423 49 18 17124 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 423 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 423 49 18 17124 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 423 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 423 49 18 17124 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 423 49 18 17124 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 424 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 424 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 424 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 424 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 424 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 424 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 424 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 424 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 425 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 425 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 425 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 17124 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 425 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 425 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 425 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:00:00 425 49 18 17124 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 425 49 18 17124 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 425 49 18 17124 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:00:00 425 49 18 17124 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 425 49 18 17124 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 425 49 18 17124 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-08 09:30:00 426 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 426 49 18 17124 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 17124 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Drieteenstrandloper \N f 0 2009-10-08 09:30:00 426 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Drieteenstrandloper \N f 0 2009-10-08 09:45:00 426 49 18 17124 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 17124 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:00:00 426 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 426 49 18 17124 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 426 49 18 17124 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:00:00 426 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 426 49 18 17124 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 426 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 427 49 18 17124 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 427 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 427 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 17124 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 427 49 18 17124 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 427 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 427 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 17124 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 427 49 18 17124 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 427 49 18 17124 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 427 49 18 17124 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 427 49 18 17124 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 428 49 18 17124 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 428 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 428 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 17124 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 428 49 18 17124 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 428 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 428 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 17124 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 428 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 428 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 428 49 18 17124 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 428 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 428 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Drieteenstrandloper \N f 0 2009-10-09 17:15:00 428 49 18 17124 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 429 49 18 17124 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 429 49 18 17124 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 429 49 18 17124 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 429 49 18 17124 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 17124 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 429 49 18 17124 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 10:15:00 429 49 18 17124 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 10:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 14:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 429 49 18 17124 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 429 49 18 17124 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 421 49 18 17124 35 \N 50 38 54 37 10 Gebied: i 2009-10-8 15:45:0 40.0 Drieteenstrandloper \N f 0 2009-10-08 15:45:00 429 49 18 17124 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 17124 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 429 49 18 17124 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 429 49 18 17124 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 429 49 18 17124 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 429 49 18 17124 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 429 49 18 17124 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 10:15:00 429 49 18 17124 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Drieteenstrandloper \N f 0 2009-10-09 14:00:00 429 49 18 17124 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 10:30:00 429 49 18 17124 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 429 49 18 17124 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 10:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Drieteenstrandloper \N f 0 2009-10-08 15:30:00 421 49 18 17124 35 \N 50 38 54 37 0 Gebied: E 2009-10-8 16:0:0 80.0 Drieteenstrandloper vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 17124 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 429 49 18 17124 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Drieteenstrandloper \N f 0 2009-10-09 17:00:00 429 49 18 17124 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Drieteenstrandloper slechtvalk f 0 2009-10-08 10:00:00 429 49 18 17124 35 \N 50 38 54 37 60 Gebied: I 2012-10-18 9:30:0 5.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: i 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 10:30:0 95.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 08:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-09 08:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 08:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-09 08:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:15:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 08:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:30:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 08:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: L 2012-10-18 13:0:0 100.0 Scholekster \N nf 0 2012-10-18 13:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rotgans \N nf 0 2012-10-18 13:00:00 \N 49 18 16654 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Kanoet \N nf 0 2012-10-18 13:00:00 \N 49 18 38893 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Zilverplevier \N nf 0 2012-10-18 13:00:00 \N 49 18 6147 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Kleine zilverreiger \N nf 0 2012-10-18 12:45:00 \N 49 18 32972 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Wulp \N nf 0 2012-10-18 13:00:00 \N 49 18 6146 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N nf 0 2012-10-18 13:00:00 \N 49 18 17124 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Tureluur \N nf 0 2012-10-18 12:45:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Tureluur \N nf 0 2012-10-18 13:00:00 \N 49 18 13325 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bergeend \N nf 0 2012-10-18 13:00:00 \N 49 18 14634 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Rosse grutto \N nf 0 2007-10-18 14:45:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Rosse grutto \N nf 0 2007-10-18 15:00:00 419 49 18 12895 36 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Scholekster \N f 0 2012-10-18 13:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rotgans \N f 0 2012-10-18 13:00:00 \N 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 14:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Drieteenstrandloper \N f 0 2010-10-09 08:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Drieteenstrandloper \N f 0 2010-10-09 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Drieteenstrandloper \N f 0 2010-10-09 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Drieteenstrandloper \N f 0 2010-10-09 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-09 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 9:30:0 1.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: i 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Drieteenstrandloper \N f 0 2010-10-10 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Drieteenstrandloper \N f 0 2010-10-10 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Drieteenstrandloper \N f 0 2010-10-10 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: D 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:45:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Drieteenstrandloper Smelleken f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rosse grutto \N nf 0 2011-10-18 10:45:00 \N 49 18 12895 36 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 14:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rosse grutto \N nf 0 2011-10-18 14:45:00 \N 49 18 12895 36 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rosse grutto \N nf 0 2011-10-18 11:45:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:00:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rosse grutto \N nf 0 2011-10-18 12:15:00 \N 49 18 12895 36 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rosse grutto \N f 2 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rosse grutto \N f 2 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rosse grutto \N f 1 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rosse grutto \N f 0 2007-10-18 12:15:00 416 49 18 12895 35 \N 50 38 54 37 1 Gebied: I 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Drieteenstrandloper smelleken f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Drieteenstrandloper smelleken f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Drieteenstrandloper \N f 0 2011-10-01 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Drieteenstrandloper \N f 0 2011-10-01 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Drieteenstrandloper Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 10:30:0 95.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: B 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Drieteenstrandloper \N f 0 2011-10-02 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Drieteenstrandloper \N f 0 2011-10-02 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Drieteenstrandloper \N f 0 2011-10-02 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Drieteenstrandloper \N f 0 2011-10-02 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:15:0 70.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:15:00 413 49 18 32972 36 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 13:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:00:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:15:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:30:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N nf 0 2007-10-18 14:45:00 413 49 18 32972 36 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:15:0 70.0 Kleine Z. Reiger \N f 0 2007-10-18 13:15:00 413 49 18 32972 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 13:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:15:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:30:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 14:45:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-18 15:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Drieteenstrandloper vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Drieteenstrandloper slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Drieteenstrandloper \N f 0 2011-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Drieteenstrandloper \N f 0 2011-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Drieteenstrandloper \N f 0 2011-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Drieteenstrandloper \N f 0 2011-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 413 49 18 6147 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 414 49 18 6147 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Zilver Plevier slechtvalk f 0 2007-10-18 13:00:00 414 49 18 6147 35 \N 50 38 54 37 50 Gebied GB 2007-10-19 17:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:00:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 414 49 18 6147 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 416 49 18 6147 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 416 49 18 6147 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:30:00 417 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:15:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:15:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Zilver Plevier \N f 0 2007-10-18 13:30:00 418 49 18 6147 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 14:45:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:00:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:15:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 418 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Zilver Plevier \N f 0 2007-10-19 12:45:00 419 49 18 6147 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 13:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 13:45:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Zilver Plevier \N f 0 2007-10-19 17:15:00 419 49 18 6147 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 419 49 18 6147 35 \N 50 38 54 37 95 Gebied GH 2007-10-18 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 16:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Zilver Plevier \N f 0 2007-10-18 12:45:00 420 49 18 6147 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Zilver Plevier \N f 0 2007-10-18 16:15:00 420 49 18 6147 35 \N 50 38 54 37 75 Gebied GH 2007-10-19 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:30:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Zilver Plevier \N f 0 2007-10-19 15:45:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Zilver Plevier \N f 0 2007-10-19 16:00:00 420 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Zilver Plevier \N f 0 2007-10-18 14:45:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:00:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:15:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Zilver Plevier \N f 0 2007-10-18 15:30:00 413 49 18 6147 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Zilver Plevier \N f 0 2007-10-18 15:45:00 413 49 18 6147 35 \N 50 38 54 37 99 Gebied GA 2007-10-19 14:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:00:00 413 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 16:00:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:15:00 415 49 18 17124 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 416 49 18 17124 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Drieteen Str. L. \N f 0 2007-10-18 15:00:00 418 49 18 17124 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:15:0 20.0 Drieteen Str. L. \N f 0 2007-10-18 16:15:00 419 49 18 17124 35 \N 50 38 54 37 20 Gebied GG 2007-10-19 14:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 14:45:00 419 49 18 17124 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Drieteen Str. L. \N f 0 2007-10-19 15:45:00 420 49 18 17124 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 413 49 18 32972 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 414 49 18 32972 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 15:45:00 415 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:45:00 416 49 18 32972 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:45:0 100.0 Wilde eend \N f 0 2007-10-18 15:45:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Kleine Z. Reiger \N f 0 2007-10-19 13:15:00 417 49 18 32972 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:00:00 417 49 18 32972 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:00:00 418 49 18 32972 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 16:15:00 419 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:30:0 100.0 Kleine Z. Reiger \N f 1 2007-10-19 13:30:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Kleine Z. Reiger \N f 0 2007-10-19 14:45:00 420 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bonte strandloper \N f 0 2009-10-09 11:00:00 421 49 18 15810 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 13:30:0 100.0 Bonte strandloper \N f 0 2009-10-08 13:30:00 422 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bonte strandloper \N f 0 2009-10-09 11:00:00 423 49 18 15810 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:30:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:30:00 423 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:00:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 13:15:00 424 49 18 15810 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bonte strandloper \N f 0 2009-10-08 09:45:00 425 49 18 15810 35 \N 50 38 54 37 10 Gebied: F 2009-10-8 10:45:0 100.0 Bonte strandloper \N f 0 2009-10-08 10:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:00:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-09 12:15:00 426 49 18 15810 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bonte strandloper \N f 0 2009-10-08 12:15:00 427 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bonte strandloper \N f 0 2009-10-08 10:15:00 428 49 18 15810 35 \N 50 38 54 37 90 Gebied: H 2009-10-9 15:45:0 100.0 Bonte strandloper \N f 0 2009-10-09 15:45:00 428 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Bonte strandloper \N f 0 2009-10-08 11:45:00 421 49 18 15810 35 \N 50 38 54 37 95 Gebied GB 2007-10-19 16:30:0 100.0 Rosse grutto \N f 0 2007-10-19 16:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Rosse grutto \N f 0 2007-10-19 13:15:00 414 49 18 12895 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Rosse grutto \N f 0 2007-10-19 16:45:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Rosse grutto \N f 0 2007-10-19 13:30:00 414 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 420 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2012-10-18 14:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 14:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bonte strandloper \N f 0 2012-10-18 13:30:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bonte strandloper \N f 0 2012-10-18 10:15:00 \N 49 18 15810 35 \N 50 38 54 37 95 Gebied: J 2011-10-18 10:0:0 100.0 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bonte strandloper \N f 0 2012-10-18 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Wilde eend \N f 0 2009-10-08 11:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Wilde eend \N f 0 2009-10-09 16:00:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Wilde eend \N f 0 2009-10-09 12:30:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Wilde eend \N f 0 2009-10-09 16:15:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Wilde eend \N f 0 2009-10-09 16:45:00 424 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:30:0 100.0 Wilde eend \N f 0 2009-10-08 13:30:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Wilde eend \N f 0 2009-10-09 11:15:00 425 49 18 4323 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Wilde eend \N f 0 2009-10-09 17:15:00 426 49 18 4323 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Wilde eend \N f 0 2009-10-09 10:00:00 426 49 18 4323 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 10:15:0 50.0 Wilde eend \N f 0 2009-10-09 10:15:00 426 49 18 4323 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:15:0 95.0 Wilde eend \N f 0 2009-10-08 10:15:00 427 49 18 4323 35 \N 50 38 54 37 95 Gebied: H 2009-10-9 14:45:0 100.0 Wilde eend \N f 0 2009-10-09 14:45:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Wilde eend \N f 0 2009-10-09 15:30:00 428 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Wilde eend \N f 0 2009-10-08 15:30:00 429 49 18 4323 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 13:0:0 100.0 Wilde eend \N f 0 2009-10-08 13:00:00 429 49 18 4323 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:15:0 80.0 Wilde eend \N f 0 2009-10-09 14:15:00 429 49 18 4323 35 \N 50 38 54 37 80 Gebied GA 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Wilde eend \N f 0 2007-10-18 14:00:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Wilde eend \N f 0 2007-10-19 14:30:00 413 49 18 4323 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 414 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Wilde eend \N f 0 2007-10-19 14:00:00 415 49 18 4323 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Wilde eend slechtvalk f 0 2007-10-19 17:30:00 416 49 18 4323 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Wilde eend \N f 0 2007-10-19 14:15:00 416 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Wilde eend \N f 0 2007-10-19 14:45:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Wilde eend \N f 0 2007-10-19 15:00:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Wilde eend \N f 0 2007-10-19 15:15:00 417 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Wilde eend \N f 0 2007-10-19 17:15:00 418 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Wilde eend \N f 0 2007-10-18 13:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Wilde eend \N f 0 2007-10-18 13:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Wilde eend \N f 0 2007-10-18 14:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Wilde eend \N f 0 2007-10-18 14:30:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Wilde eend \N f 0 2007-10-18 14:45:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Wilde eend \N f 0 2007-10-19 13:15:00 419 49 18 4323 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Wilde eend \N f 0 2007-10-18 15:30:00 420 49 18 4323 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Zwarte ruiter \N f 0 2007-10-18 12:45:00 413 49 18 32971 35 \N 50 38 54 37 1 Gebied GA 2007-10-19 16:30:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:30:00 413 49 18 32971 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:0:0 50.0 Zwarte ruiter slechtvalk f 0 2007-10-18 13:00:00 414 49 18 32971 35 \N 50 38 54 37 50 Gebied GD 2007-10-18 15:30:0 100.0 Zwarte ruiter \N f 0 2007-10-18 15:30:00 416 49 18 32971 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:15:00 417 49 18 32971 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 16:15:00 418 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Zwarte ruiter \N f 0 2007-10-18 14:45:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:15:0 100.0 Zwarte ruiter \N f 0 2007-10-19 14:15:00 419 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:0:0 100.0 Zwarte ruiter \N f 0 2007-10-18 16:00:00 420 49 18 32971 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Zwarte ruiter \N f 0 2007-10-19 17:00:00 420 49 18 32971 35 \N 50 38 54 37 95 Gebied: F 2011-10-1 14:30:0 100.0 Aalscholver \N f 0 2011-10-01 14:30:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Aalscholver \N f 0 2011-10-01 15:00:00 \N 49 18 10443 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bontbekplevier \N f 0 2011-10-01 13:30:00 \N 49 18 27527 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 413 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 16:30:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 14:45:00 414 49 18 27527 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:30:00 415 49 18 27527 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bontbekplevier \N f 0 2007-10-19 17:45:00 416 49 18 27527 35 \N 50 38 54 37 20 Gebied GF 2007-10-18 13:0:0 70.0 Bontbekplevier slechtvalk f 0 2007-10-18 13:00:00 418 49 18 27527 35 \N 50 38 54 37 70 Gebied GF 2007-10-19 13:15:0 100.0 Bontbekplevier \N f 0 2007-10-19 13:15:00 418 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:0:0 100.0 Bontbekplevier \N f 0 2007-10-18 15:00:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bontbekplevier \N f 0 2007-10-19 17:15:00 420 49 18 27527 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 15:45:0 100.0 Bontbekplevier \N f 0 2007-10-19 15:45:00 420 49 18 27527 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Scholekster \N f 2 2009-10-09 11:00:00 421 49 18 25768 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 15:45:0 100.0 Scholekster \N f 0 2009-10-09 15:45:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Scholekster \N f 3 2009-10-09 16:00:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Scholekster \N f 1 2009-10-09 12:30:00 421 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Scholekster \N f 2 2009-10-09 16:00:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Scholekster \N f 3 2009-10-09 16:15:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Scholekster \N f 0 2009-10-09 13:45:00 422 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Scholekster \N f 7 2009-10-08 11:30:00 423 49 18 25768 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Scholekster \N f 0 2009-10-08 15:15:00 423 49 18 25768 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Scholekster \N f 4 2009-10-08 11:45:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Scholekster \N f 6 2009-10-09 14:15:00 423 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Scholekster \N f 0 2009-10-08 10:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Scholekster \N f 0 2009-10-08 14:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Scholekster \N f 0 2009-10-08 14:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Scholekster \N f 0 2009-10-09 12:45:00 424 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Scholekster \N f 0 2009-10-08 12:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Scholekster \N f 0 2009-10-08 13:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:0:0 100.0 Scholekster \N f 0 2009-10-09 14:00:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Scholekster \N f 0 2009-10-09 10:45:00 425 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Scholekster \N f 0 2009-10-08 15:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Scholekster \N f 0 2009-10-09 12:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Scholekster \N f 0 2009-10-09 12:30:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Scholekster \N f 0 2009-10-09 16:15:00 426 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:15:0 100.0 Scholekster \N f 0 2009-10-09 14:15:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Scholekster \N f 0 2009-10-09 11:30:00 427 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Scholekster \N f 0 2009-10-08 11:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Scholekster \N f 0 2009-10-08 12:15:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Scholekster \N f 1 2009-10-08 15:45:00 428 49 18 25768 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Scholekster \N f 0 2009-10-08 12:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:30:0 100.0 Scholekster \N f 0 2009-10-09 13:30:00 428 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:45:0 100.0 Scholekster \N f 0 2009-10-08 13:45:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Scholekster \N f 7 2009-10-08 10:30:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Scholekster \N f 3 2009-10-08 11:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Scholekster \N f 0 2009-10-09 16:00:00 429 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:30:0 100.0 Scholekster \N f 1 2010-10-10 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Scholekster \N f 5 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 5 Gebied: G 2010-10-10 10:15:0 100.0 Scholekster \N f 0 2010-10-10 10:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Scholekster \N f 1 2011-10-01 12:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Scholekster slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Scholekster vliegtuig f 1 2011-10-02 12:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:0:0 100.0 Scholekster \N f 0 2012-10-07 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Scholekster \N f 0 2012-10-07 15:45:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Scholekster \N f 1 2012-10-07 12:15:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Scholekster \N f 0 2012-10-08 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Scholekster \N f 5 2007-10-18 13:45:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Scholekster \N f 11 2007-10-19 14:15:00 413 49 18 25768 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:45:0 90.0 Scholekster \N f 0 2007-10-18 13:45:00 414 49 18 25768 35 \N 50 38 54 37 90 Gebied GB 2007-10-19 14:15:0 100.0 Scholekster \N f 20 2007-10-19 14:15:00 414 49 18 25768 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 16:15:0 30.0 Scholekster \N f 8 2007-10-18 16:15:00 415 49 18 25768 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Scholekster slechtvalk f 16 2007-10-18 13:00:00 415 49 18 25768 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Scholekster \N f 20 2007-10-18 13:15:00 415 49 18 25768 35 \N 50 38 54 37 90 Gebied GC 2007-10-19 13:15:0 100.0 Scholekster \N f 35 2007-10-19 13:15:00 415 49 18 25768 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:0:0 90.0 Scholekster \N f 12 2007-10-18 14:00:00 416 49 18 25768 35 \N 50 38 54 37 90 Gebied GE 2007-10-18 13:15:0 100.0 Scholekster \N f 21 2007-10-18 13:15:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:45:0 100.0 Scholekster \N f 1 2007-10-19 16:45:00 417 49 18 25768 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Scholekster \N f 16 2007-10-19 16:00:00 418 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:45:0 100.0 Scholekster \N f 7 2007-10-18 15:45:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Scholekster \N f 13 2007-10-18 12:30:00 420 49 18 25768 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Scholekster \N f 3 2007-10-18 16:00:00 420 49 18 25768 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Scholekster \N f 3 2007-10-18 12:45:00 420 49 18 25768 35 \N 50 38 54 37 60 Gebied: A 2009-10-9 16:0:0 100.0 Rotgans \N f 0 2009-10-09 16:00:00 421 49 18 16654 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 422 49 18 16654 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rotgans \N f 0 2009-10-08 13:45:00 423 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rotgans \N f 0 2009-10-08 15:15:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:30:0 100.0 Rotgans \N f 0 2009-10-09 13:30:00 424 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rotgans \N f 0 2009-10-09 15:45:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rotgans \N f 0 2009-10-09 12:30:00 425 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rotgans \N f 0 2009-10-08 16:15:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rotgans \N f 0 2009-10-09 10:30:00 426 49 18 16654 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rotgans \N f 0 2009-10-08 11:30:00 427 49 18 16654 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rotgans \N f 0 2009-10-08 10:15:00 428 49 18 16654 35 \N 50 38 54 37 90 Gebied: H 2009-10-9 11:30:0 100.0 Rotgans \N f 0 2009-10-09 11:30:00 428 49 18 16654 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rotgans \N f 0 2009-10-08 15:45:00 429 49 18 16654 35 \N 50 38 54 37 40 Gebied GB 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 414 49 18 16654 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Rotgans \N f 0 2007-10-18 15:15:00 415 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Rotgans \N f 0 2007-10-19 13:00:00 416 49 18 16654 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Rotgans \N f 0 2007-10-19 16:30:00 416 49 18 16654 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Rotgans \N f 0 2007-10-18 12:45:00 417 49 18 16654 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Rotgans \N f 0 2007-10-19 16:15:00 418 49 18 16654 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Rotgans \N f 0 2007-10-19 15:15:00 419 49 18 16654 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Rotgans \N f 0 2007-10-19 16:45:00 420 49 18 16654 35 \N 50 38 54 37 95 Gebied: B 2009-10-8 14:30:0 100.0 Kanoet slechtvalk f 0 2009-10-08 14:30:00 422 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kanoet \N f 0 2009-10-08 12:30:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Kanoet \N f 0 2009-10-09 12:45:00 423 49 18 38893 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:0:0 100.0 Kanoet \N f 0 2009-10-09 14:00:00 424 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Kanoet \N f 0 2009-10-08 11:00:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 425 49 18 38893 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Kanoet \N f 0 2009-10-09 17:15:00 425 49 18 38893 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Kanoet \N f 0 2009-10-09 15:15:00 426 49 18 38893 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:45:0 100.0 Kanoet \N f 0 2009-10-08 12:45:00 427 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Kanoet \N f 0 2009-10-08 14:00:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Kanoet \N f 0 2009-10-09 13:15:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Kanoet \N f 0 2009-10-09 17:00:00 428 49 18 38893 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Kanoet \N f 0 2009-10-09 13:30:00 428 49 18 38893 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Kanoet \N f 0 2009-10-08 10:15:00 429 49 18 38893 35 \N 50 38 54 37 95 Gebied: i 2009-10-9 11:30:0 100.0 Kanoet \N f 0 2009-10-09 11:30:00 429 49 18 38893 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Kanoet \N f 0 2010-10-09 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied GA 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Kanoet \N f 0 2007-10-19 13:00:00 413 49 18 38893 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Kanoet \N f 0 2007-10-19 16:30:00 413 49 18 38893 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 13:15:0 75.0 Kanoet \N f 0 2007-10-18 13:15:00 414 49 18 38893 35 \N 50 38 54 37 75 Gebied GC 2007-10-18 16:0:0 100.0 Kanoet \N f 0 2007-10-18 16:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Kanoet \N f 0 2007-10-19 16:00:00 415 49 18 38893 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:15:0 90.0 Kanoet \N f 0 2007-10-18 14:15:00 416 49 18 38893 35 \N 50 38 54 37 90 Gebied GE 2007-10-18 12:45:0 1.0 Kanoet \N f 0 2007-10-18 12:45:00 417 49 18 38893 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 13:30:0 90.0 Kanoet \N f 0 2007-10-18 13:30:00 420 49 18 38893 35 \N 50 38 54 37 90 Gebied: J 2011-10-2 12:0:0 100.0 Kanoet \N f 0 2011-10-02 12:00:00 \N 49 18 38893 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:0:0 100.0 Zilverplevier \N f 0 2009-10-09 15:00:00 421 49 18 6147 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Zilverplevier \N f 0 2009-10-09 11:30:00 421 49 18 6147 35 \N 50 38 54 37 50 Gebied: B 2009-10-8 13:30:0 100.0 Zilverplevier \N f 0 2009-10-08 13:30:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Zilverplevier \N f 0 2009-10-08 13:45:00 422 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Zilverplevier \N f 0 2009-10-09 12:45:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Zilverplevier \N f 0 2009-10-09 16:30:00 423 49 18 6147 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Zilverplevier \N f 0 2009-10-09 10:45:00 424 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Zilverplevier slechtvalk f 0 2009-10-08 14:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Zilverplevier \N f 0 2009-10-09 12:30:00 425 49 18 6147 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Zilverplevier slechtvalk f 0 2009-10-08 10:00:00 427 49 18 6147 35 \N 50 38 54 37 60 Gebied: G 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 427 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Zilverplevier \N f 0 2009-10-08 11:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:45:0 100.0 Zilverplevier \N f 0 2009-10-09 13:45:00 428 49 18 6147 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Zilverplevier \N f 0 2009-10-09 15:15:00 429 49 18 6147 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 9:0:0 10.0 Zilverplevier \N f 0 2010-10-10 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 10 Gebied GB 2007-10-19 16:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 16:30:00 414 49 18 10711 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Midd zaagbek \N f 0 2007-10-19 17:45:00 416 49 18 10711 35 \N 50 38 54 37 20 Gebied GE 2007-10-18 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-18 15:15:00 417 49 18 10711 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:15:0 20.0 Midd zaagbek \N f 0 2007-10-18 16:15:00 419 49 18 10711 35 \N 50 38 54 37 20 Gebied GH 2007-10-19 14:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Midd zaagbek \N f 0 2007-10-19 14:45:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:00:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:15:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Midd zaagbek \N f 0 2007-10-19 15:30:00 420 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 421 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:15:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:00:00 422 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:30:00 423 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 14:00:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 10:45:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:15:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:30:00 424 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:15:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: E 2009-10-8 15:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:30:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 12:45:00 425 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:15:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 13:30:00 426 49 18 32972 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Kleine zilverreiger \N f 0 2009-10-09 17:15:00 426 49 18 32972 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 14:45:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 15:00:00 427 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Kleine zilverreiger slechtvalk f 0 2009-10-08 14:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 11:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 15:00:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:15:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-09 16:30:00 428 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:45:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 12:45:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Kleine zilverreiger \N f 0 2009-10-08 13:30:00 429 49 18 32972 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Kleine zilverreiger \N f 0 2009-10-09 10:30:00 429 49 18 32972 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 9:45:0 100.0 Kleine zilverreiger \N f 0 2010-10-09 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:0:0 100.0 Kleine zilverreiger \N f 0 2010-10-10 13:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Kleine zilverreiger \N f 0 2010-10-10 15:15:00 \N 49 18 32972 35 \N 50 38 54 37 20 Gebied: A 2011-10-1 12:30:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 12:30:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Kleine zilverreiger \N f 0 2011-10-01 15:00:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:30:0 90.0 Kleine zilverreiger \N f 0 2011-10-07 16:30:00 \N 49 18 32972 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 13:15:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:15:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Kleine zilverreiger \N f 0 2012-10-08 13:45:00 \N 49 18 32972 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:30:0 99.0 Wulp \N f 1 2009-10-08 12:30:00 421 49 18 6146 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Wulp \N f 1 2009-10-08 12:45:00 421 49 18 6146 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Wulp \N f 2 2009-10-08 13:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:45:0 100.0 Wulp \N f 5 2009-10-09 15:45:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Wulp \N f 1 2009-10-09 12:15:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 421 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Wulp \N f 0 2009-10-08 15:15:00 422 49 18 6146 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 15:15:0 100.0 Wulp \N f 1 2009-10-09 15:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Wulp \N f 2 2009-10-09 11:45:00 422 49 18 6146 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Wulp \N f 1 2009-10-09 15:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 15:45:0 100.0 Wulp \N f 4 2009-10-09 15:45:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Wulp \N f 2 2009-10-09 12:15:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:45:0 100.0 Wulp \N f 36 2009-10-08 14:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:15:0 100.0 Wulp \N f 0 2009-10-09 13:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Wulp \N f 0 2009-10-09 13:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Wulp \N f 1 2009-10-09 13:45:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Wulp \N f 1 2009-10-09 14:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Wulp \N f 1 2009-10-09 14:15:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Wulp \N f 2 2009-10-09 14:30:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Wulp \N f 7 2009-10-08 10:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:45:0 95.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2009-10-8 10:30:0 100.0 Wulp \N f 3 2009-10-08 10:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Wulp \N f 0 2009-10-08 14:15:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Wulp \N f 5 2009-10-08 10:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Wulp \N f 0 2009-10-09 11:45:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Wulp \N f 0 2009-10-09 16:00:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Wulp \N f 0 2009-10-09 12:30:00 425 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Wulp \N f 0 2009-10-08 16:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Wulp \N f 0 2009-10-08 12:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Wulp \N f 0 2009-10-09 14:45:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Wulp \N f 1 2009-10-09 11:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Wulp \N f 0 2009-10-09 15:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Wulp \N f 0 2009-10-09 11:30:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Wulp \N f 0 2009-10-09 15:15:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Wulp \N f 0 2009-10-09 12:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Wulp vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 6146 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Wulp \N f 0 2009-10-08 12:45:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Wulp \N f 1 2009-10-09 11:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Wulp \N f 0 2009-10-09 13:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:45:0 100.0 Wulp \N f 0 2009-10-09 13:45:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 428 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Wulp slechtvalk f 0 2009-10-08 14:30:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Wulp \N f 0 2009-10-08 11:15:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Wulp \N f 0 2009-10-08 14:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Wulp \N f 0 2009-10-09 12:45:00 429 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Wulp \N f 7 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Wulp \N f 10 2010-10-09 11:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Wulp \N f 4 2010-10-09 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Wulp \N f 7 2011-10-02 15:15:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:45:0 100.0 Wulp \N f 0 2011-10-02 13:45:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:0:0 80.0 Wulp \N f 4 2011-10-07 13:00:00 \N 49 18 6146 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:0:0 100.0 Wulp \N f 0 2009-10-08 12:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Wulp \N f 0 2007-10-18 15:30:00 414 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Wulp \N f 6 2007-10-19 13:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Wulp \N f 5 2007-10-19 16:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Wulp \N f 10 2007-10-19 13:30:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Wulp \N f 5 2007-10-19 14:45:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Wulp \N f 2 2007-10-19 15:00:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Wulp \N f 3 2007-10-19 15:15:00 416 49 18 6146 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Wulp \N f 10 2007-10-19 13:15:00 417 49 18 6146 35 \N 50 38 54 37 75 Gebied: F 2009-10-9 14:0:0 100.0 Wulp \N f 0 2009-10-09 14:00:00 426 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Wulp \N f 2 2007-10-19 13:00:00 418 49 18 6146 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Wulp \N f 3 2007-10-19 16:30:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Wulp \N f 0 2007-10-19 13:15:00 418 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Wulp slechtvalk f 16 2007-10-19 17:30:00 419 49 18 6146 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Wulp \N f 0 2007-10-19 14:15:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Wulp \N f 0 2007-10-19 14:30:00 419 49 18 6146 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Wulp \N f 0 2012-10-18 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bonte Str.L. \N f 0 2007-10-19 16:00:00 413 49 18 15810 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bonte Str.L. \N f 0 2007-10-18 15:30:00 414 49 18 15810 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-19 13:45:00 416 49 18 15810 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 13:30:0 90.0 Bonte Str.L. \N f 0 2007-10-18 13:30:00 418 49 18 15810 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bonte Str.L. \N f 0 2007-10-18 13:45:00 418 49 18 15810 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:15:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:30:00 421 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:00:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 14:15:00 422 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 423 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2009-10-9 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 13:15:00 423 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:45:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 15:00:00 424 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 14:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:45:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:00:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 16:15:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 16:45:00 426 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 11:15:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 11:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:30:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-09 12:45:00 428 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:45:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:00:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: i 2009-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:30:00 429 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Drieteenstrandloper \N f 0 2010-10-10 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Drieteenstrandloper \N f 0 2011-10-01 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2011-10-2 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Drieteenstrandloper \N f 0 2011-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Drieteenstrandloper \N f 0 2011-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Drieteenstrandloper \N f 0 2011-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Drieteenstrandloper \N f 0 2011-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Drieteenstrandloper \N f 0 2011-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: G 2010-10-10 15:0:0 90.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2011-10-2 11:0:0 10.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: C 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Drieteenstrandloper \N f 0 2012-10-07 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 12:30:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Drieteenstrandloper \N f 0 2012-10-07 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Drieteenstrandloper \N f 0 2012-10-07 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Drieteenstrandloper \N f 0 2012-10-07 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Drieteenstrandloper \N f 0 2012-10-07 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Drieteenstrandloper \N f 0 2012-10-07 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-07 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-07 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Drieteenstrandloper \N f 0 2011-10-08 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Drieteenstrandloper \N f 0 2011-10-08 18:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Drieteenstrandloper \N f 0 2011-10-08 18:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Drieteenstrandloper \N f 0 2011-10-08 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Drieteenstrandloper \N f 0 2011-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Drieteenstrandloper \N f 0 2011-10-08 18:30:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Drieteenstrandloper \N f 0 2011-10-08 18:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Drieteenstrandloper \N f 0 2012-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Drieteenstrandloper \N f 0 2012-10-08 18:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Drieteenstrandloper \N f 0 2012-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Drieteenstrandloper \N f 0 2012-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Drieteenstrandloper \N f 0 2012-10-08 18:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Drieteenstrandloper \N f 0 2012-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 18:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-08 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Drieteenstrandloper \N f 0 2012-10-08 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-08 18:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-08 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 13:15:00 425 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Drieteenstrandloper \N f 0 2009-10-08 10:30:00 421 49 18 17124 35 \N 50 38 54 37 5 Gebied: D 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 15:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Drieteenstrandloper \N f 0 2011-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Drieteenstrandloper \N f 0 2011-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Drieteenstrandloper \N f 0 2011-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Drieteenstrandloper \N f 0 2011-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Drieteenstrandloper \N f 0 2011-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Drieteenstrandloper \N f 0 2011-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Drieteenstrandloper \N f 0 2011-10-18 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Drieteenstrandloper \N f 0 2011-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Drieteenstrandloper \N f 0 2011-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2011-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Drieteenstrandloper \N f 0 2009-10-08 15:00:00 427 49 18 17124 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Drieteenstrandloper \N f 0 2011-10-01 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Drieteenstrandloper \N f 0 2011-10-02 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Drieteenstrandloper \N f 0 2011-10-02 16:30:00 \N 49 18 17124 35 \N 50 38 54 37 70 Gebied: K 2012-10-18 15:0:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Drieteenstrandloper \N f 0 2012-10-18 15:15:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Drieteenstrandloper \N f 0 2012-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 13:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 10:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 14:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Drieteenstrandloper \N f 0 2012-10-18 14:45:00 \N 49 18 17124 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Drieteenstrandloper \N f 0 2012-10-18 15:00:00 \N 49 18 17124 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 11:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:00:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:15:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:30:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Drieteenstrandloper \N f 0 2012-10-18 12:45:00 \N 49 18 17124 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Drieteenstrandloper visarend f 0 2011-10-02 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 30 Gebied: E 2012-10-7 17:45:0 20.0 Drieteenstrandloper \N f 0 2012-10-07 17:45:00 \N 49 18 17124 35 \N 50 38 54 37 20 Gebied: D 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Tureluur \N f 0 2009-10-08 09:45:00 424 49 18 13325 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Tureluur \N f 0 2009-10-08 15:45:00 424 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Tureluur \N f 0 2009-10-09 10:15:00 424 49 18 13325 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Tureluur \N f 0 2009-10-09 17:00:00 424 49 18 13325 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Tureluur \N f 0 2009-10-09 17:00:00 424 49 18 13325 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 424 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Tureluur \N f 0 2009-10-08 09:45:00 425 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 425 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Tureluur \N f 0 2009-10-08 15:45:00 425 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 13325 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Tureluur \N f 0 2009-10-08 09:45:00 425 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 425 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Tureluur \N f 0 2009-10-08 15:45:00 425 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Tureluur \N f 0 2009-10-09 10:00:00 425 49 18 13325 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Tureluur \N f 0 2009-10-09 10:15:00 425 49 18 13325 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Tureluur \N f 0 2009-10-09 17:15:00 425 49 18 13325 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Tureluur \N f 0 2009-10-09 10:00:00 425 49 18 13325 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Tureluur \N f 0 2009-10-09 10:15:00 425 49 18 13325 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Tureluur \N f 0 2009-10-09 17:15:00 425 49 18 13325 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Tureluur \N f 0 2009-10-08 09:30:00 426 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Tureluur \N f 0 2009-10-08 09:45:00 426 49 18 13325 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Tureluur \N f 0 2009-10-08 15:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 13325 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Tureluur \N f 0 2009-10-08 09:30:00 426 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Tureluur \N f 0 2009-10-08 09:45:00 426 49 18 13325 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Tureluur \N f 0 2009-10-08 10:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Tureluur \N f 0 2009-10-08 15:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 13325 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Tureluur \N f 0 2009-10-08 16:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Tureluur \N f 0 2009-10-09 10:00:00 426 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Tureluur \N f 0 2009-10-09 10:15:00 426 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Tureluur \N f 0 2009-10-09 17:15:00 426 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Tureluur \N f 0 2009-10-09 10:00:00 426 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Tureluur \N f 0 2009-10-09 10:15:00 426 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 427 49 18 13325 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Tureluur \N f 0 2009-10-08 10:15:00 427 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Tureluur \N f 0 2009-10-08 15:45:00 427 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 13325 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 427 49 18 13325 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Tureluur \N f 0 2009-10-08 10:15:00 427 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Tureluur \N f 0 2009-10-08 15:45:00 427 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 13325 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Tureluur \N f 0 2009-10-09 10:30:00 427 49 18 13325 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Tureluur \N f 0 2009-10-09 17:15:00 427 49 18 13325 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Tureluur \N f 0 2009-10-09 10:30:00 427 49 18 13325 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Tureluur \N f 0 2009-10-09 17:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Tureluur \N f 0 2009-10-09 17:15:00 427 49 18 13325 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 427 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 428 49 18 13325 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Tureluur \N f 0 2009-10-08 10:15:00 428 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Tureluur \N f 0 2009-10-08 15:45:00 428 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 13325 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 428 49 18 13325 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Tureluur \N f 0 2009-10-08 10:15:00 428 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Tureluur \N f 0 2009-10-08 15:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Tureluur \N f 0 2009-10-08 15:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Tureluur \N f 0 2009-10-08 15:45:00 428 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 13325 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Tureluur \N f 0 2009-10-09 10:30:00 428 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Tureluur \N f 0 2009-10-09 17:00:00 428 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Tureluur \N f 0 2009-10-09 17:15:00 428 49 18 13325 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Tureluur \N f 0 2009-10-09 10:30:00 428 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Tureluur \N f 0 2009-10-09 14:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Tureluur \N f 0 2009-10-09 16:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Tureluur \N f 0 2009-10-09 17:00:00 428 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Tureluur \N f 0 2009-10-09 17:15:00 428 49 18 13325 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Tureluur \N f 0 2009-10-09 14:00:00 428 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Tureluur \N f 0 2009-10-08 10:15:00 429 49 18 13325 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Tureluur \N f 0 2009-10-08 15:15:00 429 49 18 13325 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Tureluur \N f 0 2009-10-08 15:30:00 429 49 18 13325 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Tureluur \N f 0 2009-10-08 15:45:00 429 49 18 13325 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 13325 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 429 49 18 13325 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Tureluur \N f 0 2009-10-08 10:15:00 429 49 18 13325 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Tureluur \N f 0 2009-10-08 13:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Tureluur \N f 0 2009-10-08 10:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Tureluur \N f 0 2009-10-08 14:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Tureluur \N f 0 2009-10-08 10:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Tureluur \N f 0 2009-10-08 14:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Tureluur \N f 0 2009-10-08 11:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Tureluur slechtvalk f 0 2009-10-08 14:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Tureluur \N f 0 2009-10-08 11:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Tureluur \N f 0 2009-10-08 14:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Tureluur \N f 0 2009-10-08 11:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Tureluur \N f 0 2009-10-08 15:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Tureluur \N f 0 2009-10-08 11:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Tureluur \N f 0 2009-10-08 15:15:00 429 49 18 13325 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Tureluur \N f 0 2009-10-08 12:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Tureluur \N f 0 2009-10-08 15:30:00 429 49 18 13325 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Tureluur \N f 0 2009-10-08 12:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Tureluur \N f 0 2009-10-08 15:45:00 429 49 18 13325 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 13325 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Tureluur \N f 0 2009-10-08 12:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Tureluur \N f 0 2009-10-08 13:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Tureluur \N f 0 2009-10-08 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Tureluur \N f 0 2009-10-09 14:00:00 429 49 18 13325 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:15:0 80.0 Tureluur \N f 0 2009-10-09 14:15:00 429 49 18 13325 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Tureluur \N f 0 2009-10-09 16:45:00 429 49 18 13325 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Tureluur \N f 0 2009-10-09 17:00:00 429 49 18 13325 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Tureluur \N f 0 2009-10-09 13:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Tureluur \N f 0 2009-10-09 10:15:00 429 49 18 13325 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Tureluur \N f 0 2009-10-09 14:00:00 429 49 18 13325 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Tureluur \N f 0 2009-10-09 10:30:00 429 49 18 13325 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Tureluur \N f 0 2009-10-09 14:15:00 429 49 18 13325 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Tureluur \N f 0 2009-10-09 10:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Tureluur \N f 0 2009-10-09 14:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Tureluur vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 13325 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Tureluur \N f 0 2009-10-09 11:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Tureluur \N f 0 2009-10-09 14:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Tureluur \N f 0 2009-10-09 11:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Tureluur \N f 0 2009-10-09 15:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Tureluur \N f 0 2009-10-09 11:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Tureluur \N f 0 2009-10-09 11:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Tureluur \N f 0 2009-10-09 15:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Tureluur \N f 0 2009-10-09 12:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Tureluur \N f 0 2009-10-09 15:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Tureluur \N f 0 2009-10-09 12:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Tureluur \N f 0 2009-10-09 16:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Tureluur \N f 0 2009-10-09 12:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Tureluur \N f 0 2009-10-09 16:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Tureluur \N f 0 2009-10-09 12:45:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Tureluur \N f 0 2009-10-09 16:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Tureluur \N f 0 2009-10-09 13:00:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Tureluur \N f 0 2009-10-09 16:45:00 429 49 18 13325 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Tureluur \N f 0 2009-10-09 13:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Tureluur \N f 0 2009-10-09 17:00:00 429 49 18 13325 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Tureluur \N f 0 2009-10-09 13:30:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Tureluur slechtvalk f 0 2009-10-08 10:00:00 429 49 18 13325 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Tureluur \N f 0 2009-10-08 13:15:00 429 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Tureluur \N f 0 2009-10-09 10:15:00 429 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Tureluur \N f 0 2010-10-09 08:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Tureluur \N f 0 2010-10-09 08:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Tureluur \N f 0 2010-10-09 08:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Tureluur \N f 0 2010-10-09 08:15:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Tureluur \N f 0 2010-10-09 08:30:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Tureluur \N f 0 2010-10-09 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Tureluur \N f 0 2010-10-09 08:15:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Tureluur \N f 0 2010-10-09 08:30:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Tureluur \N f 0 2010-10-09 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Tureluur \N f 0 2010-10-09 08:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Tureluur \N f 0 2010-10-09 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Tureluur \N f 0 2010-10-09 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Tureluur \N f 0 2010-10-09 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Tureluur \N f 0 2010-10-09 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Tureluur \N f 0 2010-10-09 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Tureluur \N f 0 2010-10-09 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Tureluur \N f 0 2010-10-09 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Tureluur \N f 0 2010-10-09 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Tureluur \N f 0 2010-10-09 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Tureluur \N f 0 2010-10-09 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Tureluur \N f 0 2010-10-09 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Tureluur \N f 0 2010-10-09 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Tureluur \N f 0 2010-10-09 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Tureluur \N f 0 2010-10-09 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Tureluur \N f 0 2010-10-09 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Tureluur \N f 0 2010-10-09 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Tureluur \N f 0 2010-10-09 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Tureluur \N f 0 2010-10-09 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Tureluur \N f 0 2010-10-09 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Tureluur \N f 0 2010-10-09 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 10:0:0 5.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Tureluur \N f 0 2010-10-10 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Tureluur \N f 0 2010-10-10 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Tureluur \N f 0 2010-10-10 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Tureluur \N f 0 2010-10-10 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Tureluur \N f 0 2010-10-10 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Tureluur \N f 0 2010-10-10 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Tureluur \N f 0 2010-10-10 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Tureluur \N f 0 2010-10-10 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Tureluur \N f 0 2010-10-10 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Tureluur \N f 0 2010-10-10 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Tureluur \N f 0 2010-10-10 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Tureluur \N f 0 2010-10-10 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Tureluur \N f 0 2010-10-10 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Tureluur \N f 0 2010-10-10 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Tureluur \N f 0 2010-10-10 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Tureluur \N f 0 2010-10-10 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Tureluur \N f 0 2010-10-10 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Tureluur \N f 0 2010-10-10 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:45:0 100.0 Tureluur \N f 0 2010-10-10 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Tureluur \N f 0 2010-10-10 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Tureluur \N f 0 2010-10-10 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Tureluur \N f 0 2010-10-10 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Tureluur Smelleken f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Tureluur \N f 0 2011-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Tureluur Smelleken f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Tureluur Smelleken f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Tureluur Smelleken f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Tureluur \N f 0 2011-10-01 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 10:45:0 95.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Tureluur smelleken f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Tureluur smelleken f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Tureluur \N f 0 2011-10-01 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Tureluur \N f 0 2011-10-01 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Tureluur Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Tureluur \N f 0 2011-10-01 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Tureluur \N f 0 2011-10-01 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Tureluur \N f 0 2011-10-01 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Tureluur \N f 0 2011-10-01 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Tureluur \N f 0 2011-10-01 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Tureluur \N f 0 2011-10-01 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Tureluur \N f 0 2011-10-01 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Tureluur \N f 0 2011-10-01 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Tureluur \N f 0 2011-10-01 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Tureluur \N f 0 2011-10-01 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Tureluur \N f 0 2011-10-01 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Tureluur \N f 0 2011-10-01 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Tureluur \N f 0 2011-10-01 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Tureluur \N f 0 2011-10-01 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Tureluur \N f 0 2011-10-01 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Tureluur \N f 0 2011-10-01 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Tureluur \N f 0 2011-10-01 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Tureluur \N f 0 2011-10-01 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Tureluur \N f 0 2011-10-01 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Tureluur \N f 0 2011-10-01 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Tureluur \N f 0 2011-10-01 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 17:0:0 1.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 17:0:0 1.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: D 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 14:15:0 100.0 Tureluur \N f 0 2011-10-02 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: G 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Tureluur slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 17:0:0 50.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 17:0:0 50.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: I 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 17:0:0 45.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 17:0:0 45.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 45 Gebied: J 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 17:0:0 30.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 14:30:0 100.0 Tureluur \N f 0 2011-10-02 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 17:0:0 30.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: K 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 17:0:0 10.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 17:0:0 10.0 Tureluur \N f 0 2011-10-02 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: L 2011-10-2 14:45:0 100.0 Tureluur \N f 0 2011-10-02 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 16:45:0 30.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 15:0:0 100.0 Tureluur \N f 0 2011-10-02 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Tureluur \N f 0 2011-10-02 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Tureluur \N f 0 2011-10-02 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Tureluur \N f 0 2011-10-02 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Tureluur \N f 0 2011-10-02 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Tureluur \N f 0 2011-10-02 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Tureluur \N f 0 2011-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Tureluur \N f 0 2011-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Tureluur \N f 0 2011-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Tureluur \N f 0 2011-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Tureluur \N f 0 2011-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Tureluur \N f 0 2011-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Tureluur \N f 0 2011-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Tureluur \N f 0 2011-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Tureluur \N f 0 2011-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Tureluur \N f 0 2011-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Tureluur \N f 0 2011-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Tureluur \N f 0 2011-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Tureluur \N f 0 2011-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Tureluur \N f 0 2011-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Tureluur \N f 0 2011-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Tureluur \N f 0 2011-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Tureluur \N f 0 2011-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Tureluur \N f 0 2011-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Tureluur \N f 0 2011-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Tureluur \N f 0 2011-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Tureluur \N f 0 2011-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Tureluur \N f 0 2011-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Tureluur \N f 0 2011-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Tureluur \N f 0 2011-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Tureluur \N f 0 2011-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Tureluur \N f 0 2011-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Tureluur \N f 0 2011-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Tureluur \N f 0 2011-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Tureluur \N f 0 2011-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Tureluur \N f 0 2011-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Tureluur \N f 0 2011-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Tureluur \N f 0 2011-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Tureluur \N f 0 2011-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Tureluur \N f 0 2011-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Tureluur \N f 0 2011-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Tureluur \N f 0 2012-10-07 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Tureluur \N f 0 2012-10-07 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Tureluur \N f 0 2009-10-08 12:30:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Tureluur \N f 0 2012-10-07 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Tureluur \N f 0 2012-10-07 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Tureluur \N f 0 2012-10-07 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Tureluur \N f 0 2012-10-07 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Tureluur \N f 0 2012-10-07 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Tureluur \N f 0 2012-10-07 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Tureluur \N f 0 2012-10-07 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Tureluur \N f 0 2012-10-07 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Tureluur \N f 0 2012-10-07 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Tureluur \N f 0 2012-10-07 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Tureluur \N f 0 2012-10-07 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Tureluur \N f 0 2012-10-07 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Tureluur \N f 0 2012-10-07 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Tureluur \N f 0 2012-10-07 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Tureluur \N f 0 2012-10-07 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Tureluur \N f 0 2012-10-07 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Tureluur \N f 0 2012-10-07 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Tureluur \N f 0 2012-10-07 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 14:15:0 100.0 Tureluur \N f 0 2012-10-07 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Tureluur \N f 0 2012-10-07 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Tureluur \N f 0 2012-10-07 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Tureluur \N f 0 2012-10-07 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Tureluur \N f 0 2012-10-07 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Tureluur \N f 0 2011-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Tureluur \N f 0 2011-10-08 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Tureluur \N f 0 2011-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Tureluur \N f 0 2011-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Tureluur \N f 0 2011-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Tureluur \N f 0 2011-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Tureluur \N f 0 2011-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Tureluur \N f 0 2011-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Tureluur \N f 0 2011-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Tureluur \N f 0 2011-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Tureluur \N f 0 2011-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Tureluur \N f 0 2011-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Tureluur \N f 0 2011-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Tureluur \N f 0 2011-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Tureluur \N f 0 2011-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Tureluur \N f 0 2011-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Tureluur \N f 0 2011-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Tureluur \N f 0 2011-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Tureluur \N f 0 2011-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Tureluur \N f 0 2011-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Tureluur \N f 0 2011-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Tureluur \N f 0 2011-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Tureluur \N f 0 2011-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Tureluur \N f 0 2011-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Tureluur \N f 0 2011-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Tureluur \N f 0 2011-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Tureluur \N f 0 2011-10-08 18:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:15:0 100.0 Tureluur \N f 0 2011-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Tureluur \N f 0 2011-10-08 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Tureluur \N f 0 2011-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Tureluur \N f 0 2011-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Tureluur \N f 0 2011-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Tureluur \N f 0 2011-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Tureluur \N f 0 2011-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Tureluur \N f 0 2011-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Tureluur \N f 0 2011-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Tureluur \N f 0 2011-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Tureluur \N f 0 2011-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Tureluur \N f 0 2011-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Tureluur \N f 0 2011-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Tureluur \N f 0 2011-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Tureluur \N f 0 2011-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Tureluur \N f 0 2011-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Tureluur \N f 0 2011-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Tureluur \N f 0 2011-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Tureluur \N f 0 2011-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Tureluur \N f 0 2011-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Tureluur \N f 0 2011-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Tureluur \N f 0 2011-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Tureluur \N f 0 2011-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Tureluur \N f 0 2011-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Tureluur \N f 0 2011-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Tureluur \N f 0 2011-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Tureluur \N f 0 2011-10-08 18:30:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Tureluur \N f 0 2011-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Tureluur \N f 0 2011-10-08 18:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Tureluur \N f 0 2012-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Tureluur \N f 0 2012-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Tureluur \N f 0 2012-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Tureluur \N f 0 2012-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Tureluur \N f 0 2012-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Tureluur \N f 0 2012-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Tureluur \N f 0 2012-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Tureluur \N f 0 2012-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Tureluur \N f 0 2012-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Tureluur \N f 0 2012-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Tureluur \N f 0 2012-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Tureluur \N f 0 2012-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Tureluur \N f 0 2012-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Tureluur \N f 0 2012-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Tureluur \N f 0 2012-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Tureluur \N f 0 2012-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Tureluur \N f 0 2012-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Tureluur \N f 0 2012-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Tureluur \N f 0 2012-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Tureluur \N f 0 2012-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Tureluur \N f 0 2012-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Tureluur \N f 0 2012-10-08 18:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Tureluur \N f 0 2012-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Tureluur \N f 0 2012-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Tureluur \N f 0 2012-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Tureluur \N f 0 2012-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Tureluur \N f 0 2012-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Tureluur \N f 0 2012-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Tureluur \N f 0 2012-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Tureluur \N f 0 2012-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Tureluur \N f 0 2012-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Tureluur \N f 0 2012-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Tureluur \N f 0 2012-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Tureluur \N f 0 2012-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Tureluur \N f 0 2012-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Tureluur \N f 0 2012-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Tureluur \N f 0 2012-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Tureluur \N f 0 2012-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Tureluur \N f 0 2012-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Tureluur \N f 0 2012-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Tureluur \N f 0 2012-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Tureluur \N f 0 2012-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Tureluur \N f 0 2012-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Tureluur \N f 0 2012-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Tureluur \N f 0 2012-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Tureluur \N f 0 2012-10-08 18:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Tureluur \N f 0 2012-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Tureluur \N f 0 2012-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Tureluur \N f 0 2012-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Tureluur \N f 0 2012-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Tureluur \N f 0 2012-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Tureluur \N f 0 2012-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Tureluur \N f 0 2012-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Tureluur \N f 0 2012-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Tureluur \N f 0 2012-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Tureluur \N f 0 2012-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Tureluur \N f 0 2012-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Tureluur \N f 0 2012-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Tureluur \N f 0 2012-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Tureluur \N f 0 2012-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Tureluur \N f 0 2012-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Tureluur \N f 0 2012-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Tureluur \N f 0 2012-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Tureluur \N f 0 2012-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Tureluur \N f 0 2012-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Tureluur \N f 0 2012-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Tureluur \N f 0 2012-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Tureluur \N f 0 2012-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Tureluur \N f 0 2012-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:45:0 100.0 Tureluur \N f 0 2012-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Tureluur \N f 0 2012-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Tureluur \N f 0 2012-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Tureluur \N f 0 2012-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Tureluur \N f 0 2012-10-08 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Tureluur \N f 0 2012-10-08 15:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Tureluur \N f 0 2012-10-08 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Tureluur \N f 0 2012-10-08 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Tureluur \N f 0 2012-10-08 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Tureluur \N f 0 2012-10-08 16:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Tureluur \N f 0 2012-10-08 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Tureluur \N f 0 2012-10-08 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Tureluur \N f 0 2012-10-08 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Tureluur \N f 0 2012-10-08 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Tureluur \N f 0 2012-10-08 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Tureluur \N f 0 2012-10-08 17:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Tureluur \N f 0 2012-10-08 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Tureluur \N f 0 2012-10-08 17:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Tureluur \N f 0 2012-10-08 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Tureluur \N f 0 2012-10-08 17:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Tureluur \N f 0 2012-10-08 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Tureluur \N f 0 2012-10-08 17:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Tureluur \N f 0 2012-10-08 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Tureluur \N f 0 2012-10-08 18:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Tureluur \N f 0 2012-10-08 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Tureluur \N f 0 2012-10-08 18:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Tureluur \N f 0 2012-10-08 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Tureluur \N f 0 2012-10-08 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Tureluur \N f 0 2012-10-08 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Tureluur \N f 0 2012-10-08 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 413 49 18 13325 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 413 49 18 13325 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Tureluur \N f 0 2007-10-18 13:15:00 413 49 18 13325 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Tureluur \N f 0 2007-10-18 15:45:00 413 49 18 13325 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Tureluur \N f 0 2007-10-18 16:00:00 413 49 18 13325 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 413 49 18 13325 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 413 49 18 13325 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Tureluur \N f 0 2007-10-18 13:15:00 413 49 18 13325 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Tureluur \N f 0 2007-10-19 13:00:00 413 49 18 13325 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Tureluur \N f 0 2007-10-19 13:15:00 413 49 18 13325 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Tureluur \N f 0 2007-10-19 17:15:00 413 49 18 13325 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Tureluur \N f 0 2007-10-19 13:00:00 413 49 18 13325 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Tureluur \N f 0 2007-10-19 13:15:00 413 49 18 13325 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Tureluur \N f 0 2007-10-19 17:15:00 413 49 18 13325 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Tureluur \N f 0 2007-10-18 15:45:00 413 49 18 13325 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 414 49 18 13325 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 414 49 18 13325 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Tureluur \N f 0 2007-10-18 13:15:00 414 49 18 13325 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 414 49 18 13325 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 414 49 18 13325 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 414 49 18 13325 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 414 49 18 13325 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Tureluur \N f 0 2007-10-18 13:15:00 414 49 18 13325 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 414 49 18 13325 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Tureluur \N f 0 2007-10-19 12:45:00 414 49 18 13325 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Tureluur \N f 0 2007-10-19 13:00:00 414 49 18 13325 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Tureluur \N f 0 2007-10-19 13:15:00 414 49 18 13325 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 414 49 18 13325 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Tureluur \N f 0 2007-10-19 12:45:00 414 49 18 13325 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Tureluur \N f 0 2007-10-19 13:00:00 414 49 18 13325 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Tureluur \N f 0 2007-10-19 13:15:00 414 49 18 13325 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 414 49 18 13325 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Tureluur \N f 0 2009-10-09 10:30:00 426 49 18 13325 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 414 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 415 49 18 13325 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 415 49 18 13325 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Tureluur \N f 0 2007-10-18 16:15:00 415 49 18 13325 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 415 49 18 13325 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 415 49 18 13325 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 415 49 18 13325 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 415 49 18 13325 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Tureluur \N f 0 2009-10-09 17:15:00 426 49 18 13325 35 \N 50 38 54 37 50 Gebied GC 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 415 49 18 13325 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Tureluur \N f 0 2007-10-18 16:15:00 415 49 18 13325 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 415 49 18 13325 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 415 49 18 13325 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 415 49 18 13325 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Tureluur \N f 0 2007-10-19 12:45:00 415 49 18 13325 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Tureluur \N f 0 2007-10-19 13:00:00 415 49 18 13325 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Tureluur \N f 0 2007-10-19 12:45:00 415 49 18 13325 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Tureluur \N f 0 2007-10-19 13:00:00 415 49 18 13325 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Tureluur \N f 0 2007-10-18 12:15:00 416 49 18 13325 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Tureluur \N f 0 2007-10-18 15:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Tureluur \N f 0 2007-10-18 12:30:00 416 49 18 13325 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Tureluur \N f 0 2007-10-18 12:45:00 416 49 18 13325 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Tureluur \N f 0 2007-10-18 16:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Tureluur \N f 0 2007-10-18 14:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Tureluur \N f 0 2007-10-18 14:15:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Tureluur \N f 0 2007-10-18 14:30:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Tureluur \N f 0 2007-10-18 15:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Tureluur \N f 0 2007-10-18 12:15:00 416 49 18 13325 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Tureluur \N f 0 2007-10-18 15:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Tureluur \N f 0 2007-10-18 12:30:00 416 49 18 13325 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Tureluur \N f 0 2007-10-18 12:45:00 416 49 18 13325 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Tureluur \N f 0 2007-10-18 16:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Tureluur \N f 0 2007-10-18 14:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Tureluur \N f 0 2007-10-18 14:15:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Tureluur \N f 0 2007-10-18 14:30:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Tureluur \N f 0 2007-10-18 14:45:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Tureluur \N f 0 2007-10-18 15:00:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Tureluur \N f 0 2007-10-19 12:45:00 416 49 18 13325 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Tureluur \N f 0 2007-10-19 13:00:00 416 49 18 13325 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 416 49 18 13325 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Tureluur \N f 0 2007-10-19 17:45:00 416 49 18 13325 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Tureluur \N f 0 2007-10-19 12:45:00 416 49 18 13325 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Tureluur \N f 0 2007-10-19 13:00:00 416 49 18 13325 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 416 49 18 13325 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Tureluur \N f 0 2007-10-19 17:45:00 416 49 18 13325 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 416 49 18 13325 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:45:0 90.0 Tureluur \N f 0 2007-10-18 14:45:00 416 49 18 13325 35 \N 50 38 54 37 90 Gebied GE 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 417 49 18 13325 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 417 49 18 13325 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Tureluur \N f 0 2007-10-18 13:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 417 49 18 13325 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 417 49 18 13325 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Tureluur \N f 0 2007-10-18 13:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Tureluur \N f 0 2007-10-18 16:00:00 413 49 18 13325 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Tureluur \N f 0 2007-10-19 13:00:00 417 49 18 13325 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Tureluur \N f 0 2007-10-19 13:15:00 417 49 18 13325 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Tureluur \N f 1 2007-10-19 17:15:00 417 49 18 13325 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Tureluur \N f 0 2007-10-19 13:00:00 417 49 18 13325 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Tureluur \N f 0 2007-10-19 13:15:00 417 49 18 13325 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Tureluur \N f 1 2007-10-19 17:15:00 417 49 18 13325 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Tureluur \N f 0 2007-10-18 16:00:00 418 49 18 13325 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Tureluur \N f 0 2007-10-18 16:15:00 418 49 18 13325 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 418 49 18 13325 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 413 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Tureluur \N f 0 2007-10-18 16:00:00 418 49 18 13325 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Tureluur \N f 0 2007-10-18 12:45:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Tureluur \N f 0 2007-10-18 16:15:00 418 49 18 13325 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 418 49 18 13325 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Tureluur \N f 0 2007-10-19 12:45:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Tureluur \N f 0 2007-10-19 13:00:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 418 49 18 13325 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Tureluur \N f 0 2007-10-19 12:45:00 418 49 18 13325 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Tureluur \N f 0 2007-10-19 13:00:00 418 49 18 13325 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 418 49 18 13325 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 419 49 18 13325 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Tureluur \N f 0 2007-10-18 12:45:00 419 49 18 13325 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Tureluur \N f 0 2007-10-18 16:15:00 419 49 18 13325 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 419 49 18 13325 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Tureluur \N f 0 2007-10-18 13:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 419 49 18 13325 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Tureluur \N f 0 2007-10-18 12:45:00 419 49 18 13325 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Tureluur \N f 0 2007-10-18 16:15:00 419 49 18 13325 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 419 49 18 13325 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Tureluur \N f 0 2007-10-18 13:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Tureluur \N f 0 2007-10-18 13:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Tureluur \N f 0 2007-10-18 14:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Tureluur \N f 0 2007-10-18 14:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Tureluur \N f 0 2007-10-18 14:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Tureluur \N f 0 2007-10-19 12:45:00 419 49 18 13325 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Tureluur \N f 0 2007-10-19 13:00:00 419 49 18 13325 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 419 49 18 13325 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Tureluur \N f 0 2007-10-19 12:45:00 419 49 18 13325 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Tureluur \N f 0 2007-10-19 16:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Tureluur \N f 0 2007-10-19 13:00:00 419 49 18 13325 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Tureluur \N f 0 2007-10-19 16:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Tureluur \N f 0 2007-10-19 17:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Tureluur \N f 0 2007-10-19 17:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 419 49 18 13325 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 415 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 419 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Tureluur \N f 0 2007-10-18 12:15:00 420 49 18 13325 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Tureluur \N f 0 2007-10-18 15:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 16:15:0 75.0 Tureluur \N f 0 2007-10-18 16:15:00 420 49 18 13325 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 420 49 18 13325 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Tureluur \N f 0 2007-10-18 16:30:00 420 49 18 13325 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Tureluur \N f 0 2007-10-18 14:00:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Tureluur \N f 0 2007-10-18 14:15:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Tureluur \N f 0 2007-10-18 14:30:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Tureluur \N f 0 2007-10-18 14:45:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Tureluur \N f 0 2007-10-18 12:15:00 420 49 18 13325 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Tureluur \N f 0 2007-10-18 15:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Tureluur \N f 0 2007-10-18 12:30:00 420 49 18 13325 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Tureluur \N f 0 2007-10-18 16:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Tureluur \N f 0 2007-10-18 12:45:00 420 49 18 13325 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Tureluur \N f 0 2007-10-18 16:15:00 420 49 18 13325 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Tureluur slechtvalk f 0 2007-10-18 13:00:00 420 49 18 13325 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Tureluur \N f 0 2007-10-18 16:30:00 420 49 18 13325 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Tureluur \N f 0 2007-10-18 13:15:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Tureluur \N f 0 2007-10-18 13:30:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Tureluur \N f 0 2007-10-18 13:45:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Tureluur \N f 0 2007-10-18 14:00:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Tureluur \N f 0 2007-10-18 14:15:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Tureluur \N f 0 2007-10-18 14:30:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Tureluur \N f 0 2007-10-18 14:45:00 420 49 18 13325 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Tureluur \N f 0 2007-10-18 15:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Tureluur \N f 0 2007-10-18 15:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Tureluur \N f 0 2007-10-18 15:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Tureluur \N f 0 2007-10-19 12:45:00 420 49 18 13325 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 13:0:0 50.0 Tureluur \N f 0 2007-10-19 13:00:00 420 49 18 13325 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Tureluur \N f 0 2007-10-19 16:30:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Tureluur \N f 0 2007-10-19 16:45:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Tureluur \N f 0 2007-10-19 17:00:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Tureluur \N f 0 2007-10-19 17:15:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 420 49 18 13325 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Tureluur \N f 0 2007-10-19 17:45:00 420 49 18 13325 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Tureluur \N f 0 2007-10-19 16:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Tureluur \N f 0 2007-10-19 12:45:00 420 49 18 13325 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Tureluur \N f 0 2007-10-19 16:15:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Tureluur \N f 0 2007-10-19 13:00:00 420 49 18 13325 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Tureluur \N f 0 2007-10-19 16:30:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Tureluur \N f 0 2007-10-19 13:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Tureluur \N f 0 2007-10-19 16:45:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Tureluur \N f 0 2007-10-19 13:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Tureluur \N f 0 2007-10-19 17:00:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Tureluur \N f 0 2007-10-19 13:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Tureluur \N f 0 2007-10-19 17:15:00 420 49 18 13325 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Tureluur \N f 0 2007-10-19 14:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Tureluur slechtvalk f 0 2007-10-19 17:30:00 420 49 18 13325 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Tureluur \N f 0 2007-10-19 14:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Tureluur \N f 0 2007-10-19 17:45:00 420 49 18 13325 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Tureluur \N f 0 2007-10-19 14:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Tureluur \N f 0 2007-10-19 14:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Tureluur \N f 0 2007-10-19 15:15:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Tureluur \N f 0 2007-10-19 15:30:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Tureluur \N f 0 2007-10-18 13:45:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Tureluur \N f 0 2007-10-19 15:45:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Tureluur \N f 0 2012-10-07 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 417 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Tureluur \N f 0 2007-10-18 14:15:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:30:0 100.0 Tureluur \N f 0 2007-10-19 16:30:00 418 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Tureluur \N f 0 2012-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Tureluur \N f 0 2012-10-18 15:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Tureluur \N f 0 2011-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Tureluur \N f 0 2011-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Tureluur \N f 0 2011-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Tureluur \N f 0 2011-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Tureluur \N f 0 2011-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Tureluur \N f 0 2011-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Tureluur \N f 0 2011-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Tureluur \N f 0 2011-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Tureluur \N f 0 2011-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Tureluur \N f 0 2011-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Tureluur \N f 0 2011-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Tureluur \N f 0 2011-10-18 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Tureluur \N f 0 2011-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Tureluur \N f 0 2011-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Tureluur \N f 0 2011-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Tureluur \N f 0 2011-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Tureluur \N f 0 2011-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Tureluur \N f 0 2011-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Tureluur \N f 0 2011-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Tureluur \N f 0 2011-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Tureluur \N f 0 2011-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Tureluur \N f 0 2011-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Tureluur \N f 0 2011-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Tureluur \N f 0 2011-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Tureluur \N f 0 2011-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Tureluur \N f 0 2011-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Tureluur \N f 0 2011-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Tureluur \N f 0 2011-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Tureluur \N f 0 2011-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Tureluur \N f 0 2011-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Tureluur \N f 0 2011-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Tureluur \N f 0 2011-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Tureluur \N f 0 2007-10-19 15:00:00 420 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Tureluur \N f 0 2009-10-09 15:15:00 425 49 18 13325 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:30:0 100.0 Tureluur \N f 0 2010-10-10 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Tureluur \N f 0 2010-10-10 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Tureluur \N f 0 2010-10-10 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Tureluur \N f 0 2011-10-01 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Tureluur \N f 0 2011-10-01 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Tureluur \N f 0 2011-10-02 16:30:00 \N 49 18 13325 35 \N 50 38 54 37 70 Gebied: K 2012-10-18 15:0:0 99.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Tureluur \N f 0 2012-10-18 15:15:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Tureluur \N f 0 2012-10-18 12:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Tureluur \N f 0 2012-10-18 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Tureluur \N f 0 2012-10-18 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Tureluur \N f 0 2012-10-18 13:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Tureluur \N f 0 2012-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Tureluur \N f 0 2012-10-18 13:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Tureluur \N f 0 2012-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Tureluur \N f 0 2012-10-18 13:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Tureluur \N f 0 2012-10-18 10:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Tureluur \N f 0 2012-10-18 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Tureluur \N f 0 2012-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Tureluur \N f 0 2012-10-18 14:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Tureluur \N f 0 2012-10-18 10:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Tureluur \N f 0 2012-10-18 14:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Tureluur \N f 0 2012-10-18 11:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Tureluur \N f 0 2012-10-18 14:45:00 \N 49 18 13325 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Tureluur \N f 0 2012-10-18 11:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Tureluur \N f 0 2012-10-18 15:00:00 \N 49 18 13325 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Tureluur \N f 0 2012-10-18 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Tureluur \N f 0 2012-10-18 11:45:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Tureluur \N f 0 2012-10-18 12:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Tureluur \N f 0 2012-10-18 12:15:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Tureluur \N f 0 2012-10-18 12:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Tureluur visarend f 0 2011-10-02 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 30 Gebied: G 2012-10-7 13:0:0 100.0 Tureluur \N f 0 2012-10-07 13:00:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Tureluur \N f 0 2011-10-18 10:30:00 \N 49 18 13325 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 424 49 18 10711 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 10711 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 424 49 18 10711 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 424 49 18 10711 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 10711 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 424 49 18 10711 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 424 49 18 10711 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 424 49 18 10711 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 424 49 18 10711 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 424 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 425 49 18 10711 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 425 49 18 10711 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 10711 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 425 49 18 10711 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 425 49 18 10711 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 425 49 18 10711 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:00:00 425 49 18 10711 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 425 49 18 10711 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 425 49 18 10711 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:00:00 425 49 18 10711 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 425 49 18 10711 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 425 49 18 10711 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Middelste zaagbek \N f 0 2009-10-08 09:30:00 426 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 426 49 18 10711 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 10711 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Middelste zaagbek \N f 0 2009-10-08 09:30:00 426 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Middelste zaagbek \N f 0 2009-10-08 09:45:00 426 49 18 10711 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 10711 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 16:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:00:00 426 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 426 49 18 10711 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 426 49 18 10711 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:00:00 426 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 426 49 18 10711 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 426 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 426 49 18 10711 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 427 49 18 10711 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 427 49 18 10711 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 10711 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 427 49 18 10711 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 427 49 18 10711 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:30:0 95.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 427 49 18 10711 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 10711 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 427 49 18 10711 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 427 49 18 10711 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 427 49 18 10711 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 427 49 18 10711 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 427 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 428 49 18 10711 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 428 49 18 10711 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 428 49 18 10711 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 10711 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 428 49 18 10711 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 428 49 18 10711 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 428 49 18 10711 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 10711 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 428 49 18 10711 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bergeend \N f 0 2009-10-09 11:45:00 421 49 18 14634 35 \N 50 38 54 37 70 Gebied: H 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 428 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 428 49 18 10711 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 428 49 18 10711 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 428 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Middelste zaagbek \N f 0 2009-10-09 17:15:00 428 49 18 10711 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 428 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 429 49 18 10711 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 429 49 18 10711 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 429 49 18 10711 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 15:45:0 40.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 429 49 18 10711 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 10711 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 429 49 18 10711 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Middelste zaagbek \N f 0 2009-10-08 10:15:00 429 49 18 10711 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 10:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Middelste zaagbek slechtvalk f 0 2009-10-08 14:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 14:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 15:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-08 11:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Middelste zaagbek \N f 0 2009-10-08 15:15:00 429 49 18 10711 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Middelste zaagbek \N f 0 2009-10-08 15:30:00 429 49 18 10711 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Middelste zaagbek \N f 0 2009-10-08 15:45:00 429 49 18 10711 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 10711 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 429 49 18 10711 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 429 49 18 10711 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 429 49 18 10711 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:45:0 95.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: i 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 429 49 18 10711 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 429 49 18 10711 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 429 49 18 10711 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Middelste zaagbek \N f 0 2009-10-09 14:00:00 429 49 18 10711 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Middelste zaagbek \N f 0 2009-10-09 10:30:00 429 49 18 10711 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Middelste zaagbek \N f 0 2009-10-09 14:15:00 429 49 18 10711 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Middelste zaagbek vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 10711 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 14:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 11:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 15:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 12:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 16:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:00:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Middelste zaagbek \N f 0 2009-10-09 16:45:00 429 49 18 10711 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Middelste zaagbek \N f 0 2009-10-09 17:00:00 429 49 18 10711 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2009-10-09 13:30:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Middelste zaagbek slechtvalk f 0 2009-10-08 10:00:00 429 49 18 10711 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 13:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Middelste zaagbek \N f 0 2009-10-09 10:15:00 429 49 18 10711 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 9:0:0 1.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:45:0 95.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Middelste zaagbek \N f 0 2010-10-09 08:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Middelste zaagbek \N f 0 2010-10-09 08:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Middelste zaagbek \N f 0 2010-10-09 08:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Middelste zaagbek \N f 0 2010-10-09 08:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:15:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Middelste zaagbek \N f 0 2010-10-09 08:30:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Middelste zaagbek \N f 0 2010-10-09 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:15:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Middelste zaagbek \N f 0 2010-10-09 08:30:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Middelste zaagbek \N f 0 2010-10-09 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Middelste zaagbek \N f 0 2010-10-09 08:45:00 \N 49 18 10711 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Middelste zaagbek \N f 0 2010-10-09 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Middelste zaagbek \N f 0 2010-10-09 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Middelste zaagbek \N f 0 2010-10-09 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-09 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-09 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 10:45:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Middelste zaagbek \N f 0 2010-10-10 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:30:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Middelste zaagbek \N f 0 2010-10-10 15:15:00 \N 49 18 10711 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Middelste zaagbek \N f 0 2010-10-10 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 13:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 10:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 14:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Middelste zaagbek \N f 0 2010-10-10 14:45:00 \N 49 18 10711 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 11:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Middelste zaagbek \N f 0 2010-10-10 15:00:00 \N 49 18 10711 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 12:0:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:00:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:15:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:30:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Middelste zaagbek \N f 0 2010-10-10 12:45:00 \N 49 18 10711 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:30:00 425 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:15:0 100.0 Middelste zaagbek \N f 0 2009-10-08 12:15:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:45:0 100.0 Middelste zaagbek \N f 0 2009-10-09 10:45:00 429 49 18 10711 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bergeend \N f 0 2009-10-08 10:45:00 421 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bergeend \N f 0 2009-10-08 11:00:00 421 49 18 14634 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bergeend \N f 0 2009-10-08 14:45:00 421 49 18 14634 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bergeend \N f 0 2009-10-08 11:15:00 421 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bergeend \N f 0 2009-10-08 15:00:00 421 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bergeend \N f 0 2009-10-08 11:30:00 421 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:15:0 10.0 Bergeend \N f 0 2009-10-08 15:15:00 421 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bergeend \N f 0 2009-10-08 11:45:00 421 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Bergeend \N f 0 2009-10-08 15:30:00 421 49 18 14634 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Bergeend \N f 0 2009-10-08 12:00:00 421 49 18 14634 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Bergeend \N f 0 2009-10-08 12:15:00 421 49 18 14634 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bergeend \N f 0 2009-10-08 12:30:00 421 49 18 14634 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bergeend \N f 0 2009-10-08 12:45:00 421 49 18 14634 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bergeend \N f 0 2009-10-08 10:30:00 421 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Bergeend \N f 0 2009-10-08 10:45:00 421 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Bergeend \N f 0 2009-10-08 11:00:00 421 49 18 14634 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Bergeend \N f 0 2009-10-08 14:45:00 421 49 18 14634 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Bergeend \N f 0 2009-10-08 11:15:00 421 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Bergeend \N f 0 2009-10-08 15:00:00 421 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Bergeend \N f 0 2009-10-08 11:30:00 421 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:0:0 97.0 Bergeend \N f 0 2009-10-08 12:00:00 421 49 18 14634 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Bergeend \N f 0 2009-10-08 12:30:00 421 49 18 14634 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Bergeend \N f 0 2009-10-08 12:45:00 421 49 18 14634 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Bergeend \N f 0 2009-10-09 11:00:00 421 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bergeend \N f 0 2009-10-09 11:15:00 421 49 18 14634 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bergeend \N f 0 2009-10-09 11:30:00 421 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bergeend \N f 0 2009-10-09 12:00:00 421 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bergeend \N f 0 2009-10-09 16:30:00 421 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bergeend \N f 0 2009-10-09 16:45:00 421 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Bergeend \N f 0 2009-10-09 11:15:00 421 49 18 14634 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Bergeend \N f 0 2009-10-09 11:30:00 421 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Bergeend \N f 0 2009-10-09 11:45:00 421 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Bergeend \N f 0 2009-10-09 12:00:00 421 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Bergeend \N f 0 2009-10-09 16:30:00 421 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Bergeend \N f 0 2009-10-09 16:45:00 421 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 421 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bergeend \N f 0 2009-10-08 10:30:00 422 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bergeend \N f 0 2009-10-08 10:45:00 422 49 18 14634 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bergeend \N f 0 2009-10-08 11:00:00 422 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bergeend \N f 0 2009-10-08 11:15:00 422 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bergeend \N f 0 2009-10-08 15:00:00 422 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bergeend \N f 0 2009-10-08 15:15:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Bergeend \N f 0 2009-10-08 10:30:00 422 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Bergeend \N f 0 2009-10-08 10:45:00 422 49 18 14634 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Bergeend \N f 0 2009-10-08 11:00:00 422 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Bergeend \N f 0 2009-10-08 11:15:00 422 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Bergeend \N f 0 2009-10-08 15:00:00 422 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Bergeend \N f 0 2009-10-08 15:15:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bergeend \N f 0 2009-10-09 11:00:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bergeend \N f 0 2009-10-09 11:15:00 422 49 18 14634 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bergeend \N f 0 2009-10-09 11:30:00 422 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bergeend \N f 0 2009-10-09 11:45:00 422 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bergeend \N f 0 2009-10-09 12:00:00 422 49 18 14634 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bergeend \N f 0 2009-10-09 16:45:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Bergeend \N f 0 2009-10-09 11:00:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Bergeend \N f 0 2009-10-09 11:15:00 422 49 18 14634 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Bergeend \N f 0 2009-10-09 11:30:00 422 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Bergeend \N f 0 2009-10-09 11:45:00 422 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Bergeend \N f 0 2009-10-09 12:00:00 422 49 18 14634 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Bergeend \N f 0 2009-10-09 16:45:00 422 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bergeend \N f 0 2009-10-08 10:30:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bergeend \N f 0 2009-10-08 10:45:00 423 49 18 14634 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bergeend \N f 0 2009-10-08 11:00:00 423 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Bergeend \N f 0 2009-10-08 11:15:00 423 49 18 14634 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bergeend \N f 0 2009-10-08 11:30:00 423 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bergeend \N f 0 2009-10-08 15:15:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Bergeend \N f 0 2009-10-08 10:30:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Bergeend \N f 0 2009-10-08 10:45:00 423 49 18 14634 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Bergeend \N f 0 2009-10-08 11:00:00 423 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 11:15:0 20.0 Bergeend \N f 0 2009-10-08 11:15:00 423 49 18 14634 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Bergeend \N f 0 2009-10-08 11:30:00 423 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Bergeend \N f 0 2009-10-08 15:15:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bergeend \N f 0 2009-10-09 11:00:00 423 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bergeend \N f 0 2009-10-09 11:15:00 423 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bergeend \N f 0 2009-10-09 11:30:00 423 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bergeend \N f 0 2009-10-09 11:45:00 423 49 18 14634 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bergeend \N f 0 2009-10-09 16:45:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Bergeend \N f 0 2009-10-09 11:00:00 423 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Bergeend \N f 0 2009-10-09 11:15:00 423 49 18 14634 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Bergeend \N f 0 2009-10-09 11:30:00 423 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Bergeend \N f 0 2009-10-09 11:45:00 423 49 18 14634 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Bergeend \N f 0 2009-10-09 16:45:00 423 49 18 14634 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bergeend \N f 0 2009-10-08 09:45:00 424 49 18 14634 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bergeend \N f 0 2009-10-08 15:45:00 424 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Bergeend \N f 0 2009-10-08 09:45:00 424 49 18 14634 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Bergeend \N f 0 2009-10-08 15:45:00 424 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bergeend \N f 0 2009-10-09 10:15:00 424 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bergeend \N f 0 2009-10-09 17:00:00 424 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Bergeend \N f 0 2009-10-09 10:15:00 424 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Bergeend \N f 0 2009-10-09 17:00:00 424 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 425 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bergeend \N f 0 2009-10-08 15:45:00 425 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 14634 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bergeend \N f 0 2009-10-08 09:45:00 425 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 425 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Bergeend \N f 0 2009-10-08 15:45:00 425 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Bergeend \N f 0 2009-10-09 10:00:00 425 49 18 14634 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bergeend \N f 0 2009-10-09 10:15:00 425 49 18 14634 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bergeend \N f 0 2009-10-09 17:15:00 425 49 18 14634 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Bergeend \N f 0 2009-10-09 10:00:00 425 49 18 14634 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Bergeend \N f 0 2009-10-09 10:15:00 425 49 18 14634 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Bergeend \N f 0 2009-10-09 17:15:00 425 49 18 14634 35 \N 50 38 54 37 40 Gebied: F 2009-10-8 9:30:0 1.0 Bergeend \N f 0 2009-10-08 09:30:00 426 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bergeend \N f 0 2009-10-08 09:45:00 426 49 18 14634 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bergeend \N f 0 2009-10-08 15:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 14634 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Bergeend \N f 0 2009-10-08 09:30:00 426 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Bergeend \N f 0 2009-10-08 09:45:00 426 49 18 14634 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Bergeend \N f 0 2009-10-08 10:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Bergeend \N f 0 2009-10-08 15:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 14634 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Bergeend \N f 0 2009-10-09 10:00:00 426 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bergeend \N f 0 2009-10-09 10:15:00 426 49 18 14634 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bergeend \N f 0 2009-10-09 17:15:00 426 49 18 14634 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Bergeend \N f 0 2009-10-09 10:00:00 426 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Bergeend \N f 0 2009-10-09 10:15:00 426 49 18 14634 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Bergeend \N f 0 2009-10-09 10:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 426 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Bergeend \N f 0 2009-10-09 17:15:00 426 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 427 49 18 14634 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bergeend \N f 0 2009-10-08 10:15:00 427 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bergeend \N f 0 2009-10-08 15:45:00 427 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 14634 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 427 49 18 14634 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Bergeend \N f 0 2009-10-08 10:15:00 427 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Bergeend \N f 0 2009-10-08 15:45:00 427 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 14634 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bergeend \N f 0 2009-10-09 10:30:00 427 49 18 14634 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bergeend \N f 0 2009-10-09 17:15:00 427 49 18 14634 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Bergeend \N f 0 2009-10-09 10:30:00 427 49 18 14634 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Bergeend \N f 0 2009-10-09 17:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Bergeend \N f 0 2009-10-09 17:15:00 427 49 18 14634 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 427 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 428 49 18 14634 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bergeend \N f 0 2009-10-08 10:15:00 428 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Bergeend \N f 0 2009-10-08 15:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bergeend \N f 0 2009-10-08 15:45:00 428 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 14634 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 428 49 18 14634 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Bergeend \N f 0 2009-10-08 10:15:00 428 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Bergeend \N f 0 2009-10-08 15:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Bergeend \N f 0 2009-10-08 15:45:00 428 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 16:0:0 1.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 14634 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bergeend \N f 0 2009-10-09 10:30:00 428 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bergeend \N f 0 2009-10-09 17:00:00 428 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bergeend \N f 0 2009-10-09 17:15:00 428 49 18 14634 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Bergeend \N f 0 2009-10-09 14:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Bergeend \N f 0 2009-10-09 10:30:00 428 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Bergeend \N f 0 2009-10-09 14:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Bergeend \N f 0 2009-10-09 16:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Bergeend \N f 0 2009-10-09 17:00:00 428 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Bergeend \N f 0 2009-10-09 17:15:00 428 49 18 14634 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bergeend \N f 0 2009-10-08 10:15:00 429 49 18 14634 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bergeend \N f 0 2009-10-08 15:15:00 429 49 18 14634 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bergeend \N f 0 2009-10-08 15:30:00 429 49 18 14634 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Bergeend \N f 0 2009-10-08 12:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Bergeend \N f 0 2009-10-08 15:45:00 429 49 18 14634 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 14634 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 429 49 18 14634 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Bergeend \N f 0 2009-10-08 10:15:00 429 49 18 14634 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Bergeend \N f 0 2009-10-08 13:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Bergeend \N f 0 2009-10-08 10:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Bergeend \N f 0 2009-10-08 14:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Bergeend \N f 0 2009-10-08 10:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Bergeend \N f 0 2009-10-08 14:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Bergeend \N f 0 2009-10-08 11:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Bergeend slechtvalk f 0 2009-10-08 14:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Bergeend \N f 0 2009-10-08 11:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Bergeend \N f 0 2009-10-08 11:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Bergeend \N f 0 2009-10-08 15:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Bergeend \N f 0 2009-10-08 11:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Bergeend \N f 0 2009-10-08 15:15:00 429 49 18 14634 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Bergeend \N f 0 2009-10-08 12:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Bergeend \N f 0 2009-10-08 15:30:00 429 49 18 14634 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 15:45:0 40.0 Bergeend \N f 0 2009-10-08 15:45:00 429 49 18 14634 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:15:0 10.0 Bergeend \N f 0 2009-10-08 15:15:00 421 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Bergeend \N f 0 2009-10-08 11:45:00 421 49 18 14634 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Bergeend vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 14634 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Bergeend \N f 0 2009-10-08 12:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Bergeend \N f 0 2009-10-08 13:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Bergeend \N f 0 2009-10-08 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Bergeend \N f 0 2009-10-09 10:30:00 429 49 18 14634 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bergeend \N f 0 2009-10-09 14:15:00 429 49 18 14634 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Bergeend \N f 0 2009-10-09 14:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bergeend \N f 0 2009-10-09 16:45:00 429 49 18 14634 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bergeend \N f 0 2009-10-09 17:00:00 429 49 18 14634 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bergeend \N f 0 2009-10-09 10:15:00 429 49 18 14634 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bergeend \N f 0 2009-10-09 14:00:00 429 49 18 14634 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Bergeend \N f 0 2009-10-09 10:30:00 429 49 18 14634 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Bergeend \N f 0 2009-10-09 14:15:00 429 49 18 14634 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Bergeend \N f 0 2009-10-09 10:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Bergeend \N f 0 2009-10-09 14:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Bergeend \N f 0 2009-10-09 11:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Bergeend \N f 0 2009-10-08 15:30:00 421 49 18 14634 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:15:0 97.0 Bergeend \N f 0 2009-10-08 12:15:00 421 49 18 14634 35 \N 50 38 54 37 97 Gebied: D 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 424 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Bergeend \N f 0 2009-10-09 11:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Bergeend \N f 0 2009-10-09 15:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Bergeend \N f 0 2009-10-09 11:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Bergeend \N f 0 2009-10-09 15:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Bergeend \N f 0 2009-10-09 11:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Bergeend \N f 0 2009-10-09 15:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Bergeend \N f 0 2009-10-09 12:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Bergeend \N f 0 2009-10-09 12:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Bergeend \N f 0 2009-10-09 16:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Bergeend \N f 0 2009-10-09 12:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Bergeend \N f 0 2009-10-09 16:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Bergeend \N f 0 2009-10-09 12:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Bergeend \N f 0 2009-10-09 16:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Bergeend \N f 0 2009-10-09 13:00:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Bergeend \N f 0 2009-10-09 16:45:00 429 49 18 14634 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Bergeend \N f 0 2009-10-09 13:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Bergeend \N f 0 2009-10-09 17:00:00 429 49 18 14634 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Bergeend \N f 0 2009-10-09 13:30:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Bergeend \N f 0 2009-10-09 13:45:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Bergeend slechtvalk f 0 2009-10-08 10:00:00 429 49 18 14634 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Bergeend \N f 0 2009-10-08 13:15:00 429 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Bergeend \N f 0 2009-10-09 10:15:00 429 49 18 14634 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Bergeend \N f 0 2009-10-09 14:00:00 429 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bergeend \N f 0 2010-10-09 08:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bergeend \N f 0 2010-10-09 08:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Bergeend \N f 0 2010-10-09 08:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Bergeend \N f 0 2010-10-09 08:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bergeend \N f 0 2010-10-09 08:15:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bergeend \N f 0 2010-10-09 08:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bergeend \N f 6 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bergeend \N f 25 2010-10-09 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Bergeend \N f 0 2010-10-09 08:15:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Bergeend \N f 0 2010-10-09 08:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Bergeend \N f 6 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Bergeend \N f 25 2010-10-09 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Bergeend \N f 0 2010-10-09 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Bergeend \N f 0 2010-10-09 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 14:30:0 20.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Bergeend \N f 0 2010-10-09 08:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Bergeend \N f 0 2010-10-09 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Bergeend \N f 0 2010-10-09 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Bergeend \N f 0 2010-10-09 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Bergeend \N f 0 2010-10-09 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Bergeend \N f 0 2010-10-09 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Bergeend \N f 0 2010-10-09 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Bergeend \N f 0 2010-10-09 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Bergeend \N f 0 2010-10-09 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Bergeend \N f 0 2010-10-09 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Bergeend \N f 0 2010-10-09 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Bergeend \N f 0 2010-10-09 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Bergeend \N f 0 2010-10-09 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Bergeend \N f 0 2010-10-09 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Bergeend \N f 0 2010-10-09 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Bergeend \N f 0 2010-10-09 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Bergeend \N f 0 2010-10-09 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:15:0 90.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Bergeend \N f 0 2010-10-10 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Bergeend \N f 0 2010-10-10 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Bergeend \N f 0 2010-10-10 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:0:0 100.0 Bergeend \N f 0 2010-10-10 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Bergeend \N f 0 2010-10-10 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Bergeend \N f 0 2010-10-10 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Bergeend \N f 0 2010-10-10 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Bergeend \N f 0 2010-10-10 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Bergeend \N f 0 2010-10-10 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Bergeend \N f 0 2010-10-10 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Bergeend \N f 0 2010-10-10 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Bergeend \N f 0 2010-10-10 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Bergeend \N f 0 2010-10-10 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Bergeend \N f 0 2010-10-10 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Bergeend \N f 0 2010-10-10 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Bergeend \N f 0 2010-10-10 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Bergeend \N f 0 2010-10-10 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Bergeend \N f 0 2010-10-10 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Bergeend \N f 0 2010-10-10 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Bergeend \N f 0 2010-10-10 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Bergeend \N f 0 2010-10-10 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Bergeend \N f 0 2010-10-10 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Bergeend \N f 0 2010-10-10 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Bergeend \N f 0 2010-10-10 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Bergeend \N f 0 2010-10-10 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:0:0 80.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: D 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bergeend Smelleken f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Bergeend Smelleken f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Bergeend \N f 0 2011-10-01 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Bergeend Smelleken f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bergeend \N f 1 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Bergeend \N f 1 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bergeend smelleken f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Bergeend \N f 0 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Bergeend smelleken f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bergeend \N f 2 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bergeend \N f 3 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bergeend \N f 4 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bergeend \N f 9 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bergeend \N f 1 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bergeend \N f 2 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bergeend \N f 11 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 13:30:0 100.0 Bergeend \N f 4 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bergeend \N f 5 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Bergeend \N f 2 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Bergeend \N f 3 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Bergeend \N f 4 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Bergeend \N f 9 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Bergeend \N f 1 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Bergeend \N f 2 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Bergeend \N f 11 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:0:0 90.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: J 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Bergeend \N f 3 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Bergeend \N f 3 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Bergeend \N f 6 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Bergeend \N f 4 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Bergeend \N f 5 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bergeend \N f 7 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bergeend \N f 1 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bergeend \N f 17 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bergeend \N f 7 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bergeend \N f 1 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Bergeend \N f 7 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Bergeend \N f 1 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Bergeend \N f 17 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Bergeend \N f 7 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Bergeend \N f 1 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Bergeend \N f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Bergeend \N f 10 2011-10-01 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Bergeend \N f 0 2011-10-01 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Bergeend \N f 0 2011-10-01 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Bergeend \N f 0 2011-10-01 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Bergeend \N f 0 2011-10-01 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Bergeend \N f 0 2011-10-01 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Bergeend \N f 0 2011-10-01 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Bergeend \N f 0 2011-10-01 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Bergeend \N f 0 2011-10-01 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Bergeend \N f 0 2011-10-01 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Bergeend \N f 0 2011-10-01 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Bergeend \N f 0 2011-10-01 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Bergeend \N f 0 2011-10-01 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Bergeend \N f 0 2011-10-01 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Bergeend \N f 0 2011-10-01 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Bergeend \N f 0 2011-10-01 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Bergeend \N f 0 2011-10-01 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Bergeend \N f 0 2011-10-01 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Bergeend \N f 0 2011-10-01 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Bergeend \N f 0 2011-10-01 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Bergeend \N f 0 2011-10-01 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Bergeend Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Bergeend \N f 0 2011-10-01 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Bergeend \N f 0 2011-10-01 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bergeend \N f 1 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bergeend \N f 1 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Bergeend \N f 1 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Bergeend \N f 1 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bergeend \N f 1 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 12:0:0 95.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Bergeend \N f 1 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 10:30:0 75.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Bergeend \N f 0 2011-10-02 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: G 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Bergeend slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Bergeend \N f 0 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Bergeend \N f 0 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bergeend \N f 11 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bergeend \N f 6 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bergeend \N f 8 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Bergeend \N f 0 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bergeend \N f 2 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Bergeend \N f 11 2011-10-02 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Bergeend \N f 6 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Bergeend \N f 8 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Bergeend \N f 2 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bergeend \N f 2 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bergeend \N f 2 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bergeend \N f 4 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bergeend \N f 10 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 14 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bergeend visarend f 2 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Bergeend \N f 0 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Bergeend \N f 2 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Bergeend \N f 2 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Bergeend \N f 4 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Bergeend \N f 10 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 14 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Bergeend visarend f 2 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Bergeend \N f 0 2011-10-02 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bergeend \N f 4 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bergeend \N f 4 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bergeend \N f 2 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Bergeend visarend f 0 2011-10-02 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Bergeend \N f 0 2011-10-02 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Bergeend \N f 0 2011-10-02 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Bergeend \N f 4 2011-10-02 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Bergeend \N f 0 2011-10-02 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Bergeend \N f 4 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Bergeend \N f 0 2011-10-02 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Bergeend \N f 9 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Bergeend \N f 0 2011-10-02 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Bergeend \N f 1 2011-10-02 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Bergeend \N f 0 2011-10-02 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Bergeend \N f 0 2011-10-02 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Bergeend \N f 2 2011-10-02 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Bergeend \N f 0 2011-10-02 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Bergeend \N f 0 2011-10-02 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Bergeend vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Bergeend \N f 0 2011-10-02 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:15:0 100.0 Bergeend \N f 0 2011-10-02 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Bergeend slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Bergeend \N f 0 2011-10-02 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Bergeend \N f 0 2011-10-02 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bergeend \N f 0 2011-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bergeend \N f 0 2011-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bergeend \N f 0 2011-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bergeend \N f 0 2011-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bergeend \N f 0 2011-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bergeend \N f 0 2011-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bergeend \N f 0 2011-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Bergeend \N f 0 2011-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Bergeend \N f 0 2011-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bergeend \N f 0 2011-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Bergeend \N f 0 2011-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Bergeend \N f 0 2011-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Bergeend \N f 0 2011-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bergeend \N f 0 2011-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bergeend \N f 0 2011-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bergeend \N f 0 2011-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Bergeend \N f 0 2011-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bergeend \N f 0 2011-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bergeend \N f 0 2011-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Bergeend \N f 0 2011-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Bergeend \N f 0 2011-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Bergeend \N f 0 2011-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Bergeend \N f 0 2011-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Bergeend \N f 0 2011-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Bergeend \N f 0 2011-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Bergeend \N f 0 2011-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 13:15:0 100.0 Bergeend \N f 0 2011-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Bergeend \N f 0 2011-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Bergeend \N f 0 2011-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Bergeend \N f 0 2011-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Bergeend \N f 0 2011-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Bergeend \N f 0 2011-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Bergeend \N f 0 2011-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:0:0 95.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: C 2012-10-7 16:45:0 90.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Bergeend \N f 0 2012-10-07 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Bergeend \N f 0 2012-10-07 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Bergeend \N f 0 2012-10-07 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Bergeend \N f 0 2012-10-07 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Bergeend \N f 0 2012-10-07 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Bergeend \N f 0 2012-10-07 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Bergeend \N f 0 2012-10-07 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Bergeend \N f 0 2012-10-07 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Bergeend \N f 0 2012-10-07 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Bergeend \N f 0 2012-10-07 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Bergeend \N f 0 2012-10-07 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Bergeend \N f 0 2012-10-07 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Bergeend \N f 0 2012-10-07 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Bergeend \N f 0 2012-10-07 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Bergeend \N f 0 2012-10-07 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Bergeend \N f 0 2012-10-07 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Bergeend \N f 0 2012-10-07 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Bergeend \N f 0 2012-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Bergeend \N f 0 2012-10-07 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Bergeend \N f 0 2012-10-07 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Bergeend \N f 0 2012-10-07 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Bergeend \N f 0 2012-10-07 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Bergeend \N f 0 2012-10-07 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Bergeend \N f 0 2012-10-07 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Bergeend \N f 0 2012-10-07 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Bergeend \N f 0 2012-10-07 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Bergeend \N f 0 2012-10-07 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Bergeend \N f 0 2011-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Bergeend \N f 0 2011-10-08 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Bergeend \N f 0 2011-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bergeend \N f 0 2011-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bergeend \N f 0 2011-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bergeend \N f 0 2011-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bergeend \N f 0 2011-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bergeend \N f 0 2011-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bergeend \N f 0 2011-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bergeend \N f 0 2011-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bergeend \N f 0 2011-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bergeend \N f 0 2011-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bergeend \N f 0 2011-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bergeend \N f 0 2011-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bergeend \N f 0 2011-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bergeend \N f 0 2011-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bergeend \N f 0 2011-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bergeend \N f 0 2011-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bergeend \N f 0 2011-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bergeend \N f 0 2011-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bergeend \N f 0 2011-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bergeend \N f 0 2011-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bergeend \N f 0 2011-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bergeend \N f 0 2011-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bergeend \N f 0 2011-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bergeend \N f 0 2011-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bergeend \N f 1 2011-10-08 18:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bergeend \N f 0 2011-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bergeend \N f 0 2011-10-08 18:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: B 2009-10-9 15:45:0 100.0 Bergeend \N f 0 2009-10-09 15:45:00 422 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Bergeend \N f 0 2011-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Bergeend \N f 0 2011-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Bergeend \N f 0 2011-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Bergeend \N f 0 2011-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:30:0 100.0 Bergeend \N f 0 2011-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Bergeend \N f 0 2011-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Bergeend \N f 0 2011-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Bergeend \N f 0 2011-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Bergeend \N f 0 2011-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Bergeend \N f 0 2011-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Bergeend \N f 0 2011-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Bergeend \N f 0 2011-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Bergeend \N f 0 2011-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Bergeend \N f 0 2011-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Bergeend \N f 0 2011-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Bergeend \N f 0 2011-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Bergeend \N f 0 2011-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Bergeend \N f 0 2011-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Bergeend \N f 0 2011-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Bergeend \N f 0 2011-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Bergeend \N f 0 2011-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Bergeend \N f 0 2011-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Bergeend \N f 0 2011-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Bergeend \N f 1 2011-10-08 18:30:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Bergeend \N f 0 2011-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Bergeend \N f 0 2011-10-08 18:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Bergeend \N f 0 2012-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bergeend \N f 0 2012-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bergeend \N f 0 2012-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bergeend \N f 0 2012-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bergeend \N f 3 2012-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bergeend \N f 0 2012-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bergeend \N f 0 2012-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bergeend \N f 0 2012-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bergeend \N f 0 2012-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bergeend \N f 0 2012-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bergeend \N f 4 2012-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Bergeend \N f 0 2012-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Bergeend \N f 4 2012-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Bergeend \N f 0 2012-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Bergeend \N f 5 2012-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bergeend \N f 0 2012-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bergeend \N f 5 2012-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bergeend \N f 0 2012-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bergeend \N f 5 2012-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bergeend \N f 0 2012-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bergeend \N f 5 2012-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bergeend \N f 0 2012-10-08 18:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bergeend \N f 0 2012-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bergeend \N f 0 2012-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bergeend \N f 0 2012-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Bergeend \N f 0 2012-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Bergeend \N f 0 2012-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Bergeend \N f 0 2012-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Bergeend \N f 0 2012-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Bergeend \N f 3 2012-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Bergeend \N f 0 2012-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Bergeend \N f 0 2012-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Bergeend \N f 0 2012-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Bergeend \N f 0 2012-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Bergeend \N f 0 2012-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Bergeend \N f 0 2012-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Bergeend \N f 0 2012-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Bergeend \N f 4 2012-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Bergeend \N f 0 2012-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Bergeend \N f 5 2012-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Bergeend \N f 0 2012-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Bergeend \N f 5 2012-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Bergeend \N f 0 2012-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Bergeend \N f 5 2012-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Bergeend \N f 0 2012-10-08 18:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Bergeend \N f 0 2012-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Bergeend \N f 0 2012-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Bergeend \N f 0 2012-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bergeend \N f 0 2012-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bergeend \N f 0 2012-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bergeend \N f 0 2012-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bergeend \N f 0 2012-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bergeend \N f 0 2012-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bergeend \N f 0 2012-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bergeend \N f 0 2012-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bergeend \N f 0 2012-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bergeend \N f 0 2012-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bergeend \N f 0 2012-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bergeend \N f 0 2012-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bergeend \N f 0 2012-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bergeend \N f 4 2012-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bergeend \N f 0 2012-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bergeend \N f 4 2012-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bergeend \N f 0 2012-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bergeend \N f 4 2012-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bergeend \N f 0 2012-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bergeend \N f 4 2012-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bergeend \N f 0 2012-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bergeend \N f 2 2012-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bergeend \N f 0 2012-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bergeend \N f 4 2012-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bergeend \N f 0 2012-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:0:0 50.0 Bergeend \N f 0 2012-10-08 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-8 15:45:0 100.0 Bergeend \N f 0 2012-10-08 15:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Bergeend \N f 0 2012-10-08 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Bergeend \N f 0 2012-10-08 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Bergeend \N f 0 2012-10-08 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Bergeend \N f 0 2012-10-08 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Bergeend \N f 0 2012-10-08 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Bergeend \N f 0 2012-10-08 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Bergeend \N f 0 2012-10-08 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Bergeend \N f 0 2012-10-08 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Bergeend \N f 0 2012-10-08 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Bergeend \N f 0 2012-10-08 17:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Bergeend \N f 4 2012-10-08 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Bergeend \N f 0 2012-10-08 17:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Bergeend \N f 4 2012-10-08 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Bergeend \N f 0 2012-10-08 17:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Bergeend \N f 4 2012-10-08 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Bergeend \N f 0 2012-10-08 17:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Bergeend \N f 4 2012-10-08 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Bergeend \N f 0 2012-10-08 18:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Bergeend \N f 2 2012-10-08 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Bergeend \N f 0 2012-10-08 18:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Bergeend \N f 4 2012-10-08 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Bergeend \N f 2 2012-10-08 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Bergeend \N f 0 2012-10-08 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Bergeend \N f 0 2012-10-08 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:0:0 1.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: B 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Bergeend \N f 0 2009-10-08 09:45:00 425 49 18 14634 35 \N 50 38 54 37 10 Gebied: C 2011-10-18 14:45:0 70.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:30:0 100.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Bergeend \N f 0 2009-10-08 10:30:00 421 49 18 14634 35 \N 50 38 54 37 5 Gebied: E 2009-10-8 16:15:0 100.0 Bergeend \N f 0 2009-10-08 16:15:00 425 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 413 49 18 14634 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bergeend slechtvalk f 2 2007-10-18 13:00:00 413 49 18 14634 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bergeend \N f 0 2007-10-18 13:15:00 413 49 18 14634 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bergeend \N f 2 2007-10-18 13:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bergeend \N f 7 2007-10-18 13:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bergeend \N f 8 2007-10-18 14:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bergeend \N f 12 2007-10-18 14:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bergeend \N f 4 2007-10-18 14:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bergeend \N f 12 2007-10-18 14:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bergeend \N f 12 2007-10-18 15:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bergeend \N f 8 2007-10-18 15:45:00 413 49 18 14634 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Bergeend \N f 0 2007-10-18 16:00:00 413 49 18 14634 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 413 49 18 14634 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Bergeend slechtvalk f 2 2007-10-18 13:00:00 413 49 18 14634 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Bergeend \N f 0 2007-10-18 13:15:00 413 49 18 14634 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Bergeend \N f 2 2007-10-18 13:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Bergeend \N f 7 2007-10-18 13:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Bergeend \N f 8 2007-10-18 14:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Bergeend \N f 12 2007-10-18 14:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Bergeend \N f 4 2007-10-18 14:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Bergeend \N f 12 2007-10-18 14:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Bergeend \N f 12 2007-10-18 15:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Bergeend \N f 4 2007-10-18 15:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Bergeend \N f 4 2007-10-18 15:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bergeend \N f 1 2007-10-19 13:00:00 413 49 18 14634 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Bergeend \N f 5 2007-10-19 16:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Bergeend \N f 0 2007-10-19 13:15:00 413 49 18 14634 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bergeend \N f 5 2007-10-19 16:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bergeend \N f 6 2007-10-19 13:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bergeend \N f 3 2007-10-19 17:15:00 413 49 18 14634 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bergeend \N f 6 2007-10-19 14:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bergeend \N f 3 2007-10-19 15:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bergeend \N f 5 2007-10-19 15:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bergeend \N f 9 2007-10-19 15:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bergeend \N f 6 2007-10-19 15:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bergeend \N f 6 2007-10-19 16:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Bergeend \N f 1 2007-10-19 13:00:00 413 49 18 14634 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 13:15:0 80.0 Bergeend \N f 0 2007-10-19 13:15:00 413 49 18 14634 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Bergeend \N f 5 2007-10-19 16:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Bergeend \N f 6 2007-10-19 13:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Bergeend \N f 3 2007-10-19 17:15:00 413 49 18 14634 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Bergeend \N f 6 2007-10-19 14:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Bergeend \N f 3 2007-10-19 15:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Bergeend \N f 5 2007-10-19 15:15:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Bergeend \N f 9 2007-10-19 15:30:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Bergeend \N f 6 2007-10-19 15:45:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Bergeend \N f 6 2007-10-19 16:00:00 413 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Bergeend \N f 8 2007-10-18 15:45:00 413 49 18 14634 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 414 49 18 14634 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 414 49 18 14634 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bergeend \N f 0 2007-10-18 13:15:00 414 49 18 14634 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 414 49 18 14634 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 414 49 18 14634 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 414 49 18 14634 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 414 49 18 14634 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Bergeend \N f 0 2007-10-18 13:15:00 414 49 18 14634 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 414 49 18 14634 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 414 49 18 14634 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bergeend \N f 0 2007-10-19 12:45:00 414 49 18 14634 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bergeend \N f 0 2007-10-19 13:00:00 414 49 18 14634 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Bergeend \N f 0 2007-10-19 13:15:00 414 49 18 14634 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 414 49 18 14634 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Bergeend \N f 0 2007-10-19 12:45:00 414 49 18 14634 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Bergeend \N f 0 2007-10-19 13:00:00 414 49 18 14634 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 414 49 18 14634 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 414 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 415 49 18 14634 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 415 49 18 14634 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bergeend \N f 0 2007-10-18 16:15:00 415 49 18 14634 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 415 49 18 14634 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 415 49 18 14634 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 415 49 18 14634 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 415 49 18 14634 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 415 49 18 14634 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Bergeend \N f 0 2007-10-18 16:15:00 415 49 18 14634 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 415 49 18 14634 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 415 49 18 14634 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 415 49 18 14634 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bergeend \N f 0 2007-10-19 12:45:00 415 49 18 14634 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bergeend \N f 0 2007-10-19 13:00:00 415 49 18 14634 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Bergeend \N f 0 2007-10-19 12:45:00 415 49 18 14634 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Bergeend \N f 0 2007-10-19 13:00:00 415 49 18 14634 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 415 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bergeend \N f 1 2007-10-18 12:15:00 416 49 18 14634 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bergeend \N f 0 2007-10-18 15:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bergeend \N f 0 2007-10-18 12:30:00 416 49 18 14634 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bergeend \N f 0 2007-10-18 12:45:00 416 49 18 14634 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bergeend \N f 0 2007-10-18 16:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Bergeend \N f 0 2007-10-18 14:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bergeend \N f 0 2007-10-18 14:15:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bergeend \N f 0 2007-10-18 14:30:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bergeend \N f 0 2007-10-18 14:45:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bergeend \N f 0 2007-10-18 15:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Bergeend \N f 1 2007-10-18 12:15:00 416 49 18 14634 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Bergeend \N f 0 2007-10-18 15:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Bergeend \N f 0 2007-10-18 12:30:00 416 49 18 14634 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Bergeend \N f 0 2007-10-18 12:45:00 416 49 18 14634 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Bergeend \N f 0 2007-10-18 16:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied: C 2009-10-8 14:45:0 100.0 Bergeend \N f 0 2009-10-08 14:45:00 423 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 14:0:0 90.0 Bergeend \N f 0 2007-10-18 14:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Bergeend \N f 0 2007-10-18 14:15:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Bergeend \N f 0 2007-10-18 14:30:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Bergeend \N f 0 2007-10-18 14:45:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Bergeend \N f 0 2007-10-18 15:00:00 416 49 18 14634 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bergeend \N f 0 2007-10-19 12:45:00 416 49 18 14634 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bergeend \N f 0 2007-10-19 13:00:00 416 49 18 14634 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 416 49 18 14634 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bergeend \N f 0 2007-10-19 17:45:00 416 49 18 14634 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Bergeend \N f 0 2007-10-19 12:45:00 416 49 18 14634 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Bergeend \N f 0 2007-10-19 13:00:00 416 49 18 14634 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:30:0 100.0 Bergeend \N f 0 2009-10-08 12:30:00 428 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 416 49 18 14634 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Bergeend \N f 0 2007-10-19 17:45:00 416 49 18 14634 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 416 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 417 49 18 14634 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 417 49 18 14634 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bergeend \N f 0 2007-10-18 13:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bergeend \N f 0 2007-10-18 13:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Bergeend \N f 2 2007-10-18 14:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bergeend \N f 4 2007-10-18 15:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 417 49 18 14634 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 417 49 18 14634 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Bergeend \N f 0 2007-10-18 13:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Bergeend \N f 0 2007-10-18 13:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Bergeend \N f 0 2007-10-18 16:00:00 413 49 18 14634 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:45:0 100.0 Bergeend \N f 2 2007-10-18 14:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Bergeend \N f 4 2007-10-18 15:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bergeend \N f 0 2007-10-19 13:00:00 417 49 18 14634 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bergeend \N f 0 2007-10-19 13:15:00 417 49 18 14634 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bergeend \N f 1 2007-10-19 13:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Bergeend \N f 0 2007-10-19 13:00:00 417 49 18 14634 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Bergeend \N f 0 2007-10-19 13:15:00 417 49 18 14634 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Bergeend \N f 1 2007-10-19 13:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Bergeend \N f 0 2007-10-19 17:15:00 417 49 18 14634 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 417 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bergeend \N f 0 2007-10-18 16:00:00 418 49 18 14634 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bergeend \N f 0 2007-10-18 16:15:00 418 49 18 14634 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 418 49 18 14634 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Bergeend \N f 0 2007-10-18 16:00:00 418 49 18 14634 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Bergeend \N f 0 2007-10-18 12:45:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Bergeend \N f 0 2007-10-18 16:15:00 418 49 18 14634 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 418 49 18 14634 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bergeend \N f 1 2007-10-19 12:45:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bergeend \N f 0 2007-10-19 13:00:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 418 49 18 14634 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Bergeend \N f 1 2007-10-19 12:45:00 418 49 18 14634 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Bergeend \N f 0 2007-10-19 13:00:00 418 49 18 14634 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 418 49 18 14634 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 418 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 419 49 18 14634 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bergeend \N f 0 2007-10-18 12:45:00 419 49 18 14634 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bergeend \N f 0 2007-10-18 16:15:00 419 49 18 14634 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 419 49 18 14634 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bergeend \N f 0 2007-10-18 13:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bergeend \N f 0 2007-10-18 13:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 419 49 18 14634 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Bergeend \N f 0 2007-10-18 12:45:00 419 49 18 14634 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Bergeend \N f 0 2007-10-18 16:15:00 419 49 18 14634 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 419 49 18 14634 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Bergeend \N f 0 2007-10-18 13:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Bergeend \N f 0 2007-10-18 13:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Bergeend \N f 0 2007-10-18 13:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Bergeend \N f 0 2007-10-18 14:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Bergeend \N f 0 2007-10-18 14:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Bergeend \N f 0 2007-10-18 14:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Bergeend \N f 0 2007-10-18 15:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bergeend \N f 0 2007-10-19 12:45:00 419 49 18 14634 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bergeend \N f 0 2007-10-19 13:00:00 419 49 18 14634 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 419 49 18 14634 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Bergeend \N f 0 2007-10-19 15:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Bergeend \N f 0 2007-10-19 12:45:00 419 49 18 14634 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Bergeend \N f 0 2007-10-19 16:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Bergeend \N f 0 2007-10-19 13:00:00 419 49 18 14634 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Bergeend \N f 0 2007-10-19 16:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Bergeend \N f 0 2007-10-19 16:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Bergeend \N f 0 2007-10-19 13:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Bergeend \N f 0 2007-10-19 17:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Bergeend \N f 0 2007-10-19 13:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Bergeend \N f 0 2007-10-19 17:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 419 49 18 14634 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Bergeend \N f 0 2007-10-19 14:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Bergeend \N f 0 2007-10-19 15:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Bergeend \N f 0 2007-10-19 15:15:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Bergeend \N f 0 2007-10-19 15:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bergeend \N f 0 2007-10-18 12:15:00 420 49 18 14634 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bergeend \N f 1 2007-10-18 15:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 420 49 18 14634 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bergeend \N f 0 2007-10-18 12:45:00 420 49 18 14634 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bergeend \N f 0 2007-10-18 16:15:00 420 49 18 14634 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 420 49 18 14634 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bergeend \N f 0 2007-10-18 16:30:00 420 49 18 14634 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bergeend \N f 0 2007-10-18 14:00:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bergeend \N f 0 2007-10-18 14:15:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bergeend \N f 0 2007-10-18 14:30:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bergeend \N f 0 2007-10-18 14:45:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bergeend \N f 1 2007-10-18 15:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Bergeend \N f 0 2007-10-18 12:15:00 420 49 18 14634 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Bergeend \N f 1 2007-10-18 15:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Bergeend \N f 0 2007-10-18 12:30:00 420 49 18 14634 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Bergeend \N f 0 2007-10-18 16:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Bergeend \N f 0 2007-10-18 12:45:00 420 49 18 14634 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Bergeend \N f 0 2007-10-18 16:15:00 420 49 18 14634 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Bergeend slechtvalk f 0 2007-10-18 13:00:00 420 49 18 14634 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Bergeend \N f 0 2007-10-18 16:30:00 420 49 18 14634 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Bergeend \N f 0 2007-10-18 13:15:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Bergeend \N f 0 2007-10-18 13:30:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Bergeend \N f 0 2007-10-18 13:45:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Bergeend \N f 0 2007-10-18 14:00:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Bergeend \N f 0 2007-10-18 14:15:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Bergeend \N f 0 2007-10-18 14:30:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Bergeend \N f 0 2007-10-18 14:45:00 420 49 18 14634 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Bergeend \N f 1 2007-10-18 15:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Bergeend \N f 0 2007-10-18 15:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Bergeend \N f 0 2007-10-18 15:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bergeend \N f 0 2007-10-19 12:45:00 420 49 18 14634 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bergeend \N f 2 2007-10-19 16:15:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bergeend \N f 0 2007-10-19 13:00:00 420 49 18 14634 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bergeend \N f 0 2007-10-19 16:30:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Bergeend \N f 3 2007-10-19 16:45:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Bergeend \N f 1 2007-10-19 13:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bergeend \N f 0 2007-10-19 17:00:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bergeend \N f 1 2007-10-19 13:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bergeend \N f 0 2007-10-19 17:15:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 420 49 18 14634 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bergeend \N f 1 2007-10-19 14:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bergeend \N f 0 2007-10-19 17:45:00 420 49 18 14634 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bergeend \N f 4 2007-10-19 15:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bergeend \N f 2 2007-10-19 15:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bergeend \N f 3 2007-10-19 15:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bergeend \N f 3 2007-10-19 15:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Bergeend \N f 0 2007-10-19 16:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Bergeend \N f 0 2007-10-19 12:45:00 420 49 18 14634 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Bergeend \N f 2 2007-10-19 16:15:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Bergeend \N f 0 2007-10-19 13:00:00 420 49 18 14634 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Bergeend \N f 0 2007-10-19 16:30:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Bergeend \N f 0 2007-10-19 13:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 13:30:0 100.0 Bergeend \N f 1 2007-10-19 13:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Bergeend \N f 0 2007-10-19 17:00:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Bergeend \N f 1 2007-10-19 13:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Bergeend \N f 0 2007-10-19 17:15:00 420 49 18 14634 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Bergeend \N f 0 2007-10-19 14:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Bergeend slechtvalk f 0 2007-10-19 17:30:00 420 49 18 14634 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Bergeend \N f 1 2007-10-19 14:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Bergeend \N f 0 2007-10-19 17:45:00 420 49 18 14634 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Bergeend \N f 0 2007-10-19 14:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Bergeend \N f 0 2007-10-19 14:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Bergeend \N f 4 2007-10-19 15:00:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Bergeend \N f 2 2007-10-19 15:15:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Bergeend \N f 3 2007-10-19 15:30:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Bergeend \N f 3 2007-10-19 15:45:00 420 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Bergeend \N f 0 2011-10-02 16:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 9:15:0 30.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: D 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 9:30:0 95.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:15:0 5.0 Bergeend \N f 0 2012-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: F 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Bergeend \N f 0 2012-10-18 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bergeend \N f 0 2011-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bergeend \N f 0 2011-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bergeend \N f 0 2011-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Bergeend \N f 0 2011-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Bergeend \N f 0 2011-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Bergeend \N f 0 2011-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Bergeend \N f 0 2007-10-18 14:45:00 419 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:30:0 1.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 1 Gebied: H 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:30:0 5.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 5 Gebied: I 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Bergeend \N f 0 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Bergeend \N f 0 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bergeend \N f 0 2011-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bergeend \N f 0 2011-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bergeend \N f 0 2011-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Bergeend \N f 0 2011-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Bergeend \N f 0 2011-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Bergeend \N f 0 2011-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Bergeend \N f 0 2011-10-18 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Bergeend \N f 0 2011-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Bergeend \N f 0 2011-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Bergeend \N f 0 2011-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Bergeend \N f 0 2011-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Bergeend \N f 0 2011-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Bergeend \N f 0 2011-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Bergeend \N f 0 2011-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Bergeend \N f 0 2011-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Bergeend \N f 0 2011-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Bergeend \N f 0 2011-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Bergeend \N f 0 2011-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Bergeend \N f 0 2011-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Bergeend \N f 0 2011-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Bergeend \N f 0 2011-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Bergeend \N f 0 2011-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Bergeend \N f 0 2011-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Bergeend \N f 0 2011-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Bergeend \N f 0 2011-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Bergeend \N f 0 2011-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bergeend \N f 1 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bergeend \N f 2 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bergeend \N f 1 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bergeend \N f 6 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bergeend \N f 6 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bergeend \N f 5 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bergeend \N f 6 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bergeend \N f 3 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bergeend \N f 3 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bergeend \N f 3 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Bergeend \N f 1 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Bergeend \N f 2 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Bergeend \N f 1 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Bergeend \N f 6 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Bergeend \N f 6 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Bergeend \N f 5 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Bergeend \N f 6 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Bergeend \N f 3 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Bergeend \N f 3 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 12:45:0 100.0 Bergeend \N f 0 2010-10-09 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:45:0 100.0 Bergeend \N f 0 2010-10-09 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Bergeend \N f 0 2011-10-01 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:30:0 100.0 Bergeend \N f 0 2011-10-02 15:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Bergeend \N f 0 2011-10-02 16:30:00 \N 49 18 14634 35 \N 50 38 54 37 70 Gebied: K 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Bergeend \N f 3 2012-10-18 15:15:00 \N 49 18 14634 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bergeend \N f 6 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Bergeend \N f 0 2012-10-18 13:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Bergeend \N f 0 2012-10-18 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Bergeend \N f 0 2012-10-18 13:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Bergeend \N f 0 2012-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Bergeend \N f 6 2012-10-18 13:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Bergeend \N f 0 2012-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Bergeend \N f 0 2012-10-18 13:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Bergeend \N f 0 2012-10-18 10:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Bergeend \N f 0 2012-10-18 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Bergeend \N f 0 2012-10-18 10:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Bergeend \N f 0 2012-10-18 14:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Bergeend \N f 0 2012-10-18 10:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Bergeend \N f 0 2012-10-18 14:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Bergeend \N f 0 2012-10-18 11:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Bergeend \N f 0 2012-10-18 14:45:00 \N 49 18 14634 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Bergeend \N f 0 2012-10-18 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Bergeend \N f 0 2012-10-18 15:00:00 \N 49 18 14634 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Bergeend \N f 0 2012-10-18 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Bergeend \N f 0 2012-10-18 11:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Bergeend \N f 0 2012-10-18 12:00:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Bergeend \N f 0 2012-10-18 12:15:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Bergeend \N f 0 2012-10-18 12:30:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:45:0 100.0 Bergeend \N f 0 2012-10-18 12:45:00 \N 49 18 14634 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 16:45:0 10.0 Bergeend \N f 0 2011-10-07 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 9:30:0 10.0 Smient \N f 0 2011-10-18 09:30:00 \N 49 18 6416 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 9:45:0 50.0 Smient \N f 0 2011-10-18 09:45:00 \N 49 18 6416 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 10:0:0 100.0 Smient \N f 0 2011-10-18 10:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Smient \N f 0 2011-10-18 10:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Smient \N f 0 2011-10-18 10:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Smient \N f 0 2011-10-18 10:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Smient \N f 0 2011-10-18 11:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Smient \N f 0 2011-10-18 11:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:30:0 100.0 Smient \N f 0 2011-10-18 11:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:45:0 100.0 Smient \N f 0 2011-10-18 11:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Smient \N f 0 2011-10-18 12:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Smient \N f 0 2011-10-18 12:15:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Smient \N f 0 2011-10-18 12:30:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Smient \N f 0 2011-10-18 12:45:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Smient \N f 0 2011-10-18 13:00:00 \N 49 18 6416 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Regenwulp \N f 0 2007-10-18 15:45:00 413 49 18 15809 35 \N 50 38 54 37 99 Gebied GA 2007-10-18 16:0:0 1.0 Regenwulp \N f 0 2007-10-18 16:00:00 413 49 18 15809 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 413 49 18 15809 35 \N 50 38 54 37 1 Gebied GA 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 413 49 18 15809 35 \N 50 38 54 37 30 Gebied GA 2007-10-18 13:15:0 70.0 Regenwulp \N f 0 2007-10-18 13:15:00 413 49 18 15809 35 \N 50 38 54 37 70 Gebied GA 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Regenwulp \N f 0 2007-10-19 13:00:00 413 49 18 15809 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Regenwulp \N f 0 2007-10-19 13:15:00 413 49 18 15809 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Regenwulp \N f 0 2007-10-19 17:15:00 413 49 18 15809 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:0:0 60.0 Regenwulp \N f 0 2007-10-19 13:00:00 413 49 18 15809 35 \N 50 38 54 37 60 Gebied GA 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:15:0 80.0 Regenwulp \N f 0 2007-10-19 13:15:00 413 49 18 15809 35 \N 50 38 54 37 80 Gebied GA 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 17:15:0 90.0 Regenwulp \N f 0 2007-10-19 17:15:00 413 49 18 15809 35 \N 50 38 54 37 90 Gebied GA 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 413 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 15:45:0 99.0 Regenwulp \N f 0 2007-10-18 15:45:00 413 49 18 15809 35 \N 50 38 54 37 99 Gebied GB 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 414 49 18 15809 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 414 49 18 15809 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Regenwulp \N f 0 2007-10-18 13:15:00 414 49 18 15809 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 414 49 18 15809 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 414 49 18 15809 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 414 49 18 15809 35 \N 50 38 54 37 1 Gebied GB 2007-10-18 13:0:0 50.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 414 49 18 15809 35 \N 50 38 54 37 50 Gebied GB 2007-10-18 13:15:0 75.0 Regenwulp \N f 0 2007-10-18 13:15:00 414 49 18 15809 35 \N 50 38 54 37 75 Gebied GB 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 414 49 18 15809 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 414 49 18 15809 35 \N 50 38 54 37 90 Gebied GB 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Regenwulp \N f 0 2007-10-19 12:45:00 414 49 18 15809 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Regenwulp \N f 0 2007-10-19 13:00:00 414 49 18 15809 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Regenwulp \N f 0 2007-10-19 13:15:00 414 49 18 15809 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 414 49 18 15809 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 12:45:0 1.0 Regenwulp \N f 0 2007-10-19 12:45:00 414 49 18 15809 35 \N 50 38 54 37 1 Gebied GB 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:0:0 30.0 Regenwulp \N f 0 2007-10-19 13:00:00 414 49 18 15809 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:15:0 80.0 Regenwulp \N f 0 2007-10-19 13:15:00 414 49 18 15809 35 \N 50 38 54 37 80 Gebied GB 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 414 49 18 15809 35 \N 50 38 54 37 30 Gebied GB 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GB 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 414 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 415 49 18 15809 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 415 49 18 15809 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Regenwulp \N f 0 2007-10-18 16:15:00 415 49 18 15809 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 415 49 18 15809 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 415 49 18 15809 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 415 49 18 15809 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 415 49 18 15809 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 415 49 18 15809 35 \N 50 38 54 37 1 Gebied GC 2007-10-18 16:15:0 30.0 Regenwulp \N f 0 2007-10-18 16:15:00 415 49 18 15809 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:0:0 30.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 415 49 18 15809 35 \N 50 38 54 37 30 Gebied GC 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 415 49 18 15809 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 415 49 18 15809 35 \N 50 38 54 37 90 Gebied GC 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Regenwulp \N f 0 2007-10-19 12:45:00 415 49 18 15809 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Regenwulp \N f 0 2007-10-19 13:00:00 415 49 18 15809 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 12:45:0 10.0 Regenwulp \N f 0 2007-10-19 12:45:00 415 49 18 15809 35 \N 50 38 54 37 10 Gebied GC 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:0:0 20.0 Regenwulp \N f 0 2007-10-19 13:00:00 415 49 18 15809 35 \N 50 38 54 37 20 Gebied GC 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 415 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Regenwulp \N f 0 2007-10-18 12:15:00 416 49 18 15809 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Regenwulp \N f 0 2007-10-18 15:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Regenwulp \N f 0 2007-10-18 12:30:00 416 49 18 15809 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Regenwulp \N f 0 2007-10-18 12:45:00 416 49 18 15809 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Regenwulp \N f 0 2007-10-18 16:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Regenwulp \N f 0 2007-10-18 14:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Regenwulp \N f 0 2007-10-18 14:15:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Regenwulp \N f 0 2007-10-18 14:30:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Regenwulp \N f 0 2007-10-18 14:45:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Regenwulp \N f 0 2007-10-18 15:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Regenwulp \N f 0 2007-10-18 12:15:00 416 49 18 15809 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Regenwulp \N f 0 2007-10-18 15:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Regenwulp \N f 0 2007-10-18 12:30:00 416 49 18 15809 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Regenwulp \N f 0 2007-10-18 12:45:00 416 49 18 15809 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Regenwulp \N f 0 2007-10-18 16:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Regenwulp \N f 0 2007-10-18 14:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Regenwulp \N f 0 2007-10-18 14:15:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Regenwulp \N f 0 2007-10-18 14:30:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Regenwulp \N f 0 2007-10-18 14:45:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Regenwulp \N f 0 2007-10-18 15:00:00 416 49 18 15809 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Regenwulp \N f 0 2007-10-19 12:45:00 416 49 18 15809 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Regenwulp \N f 0 2007-10-19 13:00:00 416 49 18 15809 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 416 49 18 15809 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Regenwulp \N f 0 2007-10-19 17:45:00 416 49 18 15809 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 12:45:0 50.0 Regenwulp \N f 0 2007-10-19 12:45:00 416 49 18 15809 35 \N 50 38 54 37 50 Gebied GD 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:0:0 80.0 Regenwulp \N f 0 2007-10-19 13:00:00 416 49 18 15809 35 \N 50 38 54 37 80 Gebied GD 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 416 49 18 15809 35 \N 50 38 54 37 95 Gebied GD 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 17:45:0 20.0 Regenwulp \N f 0 2007-10-19 17:45:00 416 49 18 15809 35 \N 50 38 54 37 20 Gebied GD 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GD 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 416 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 417 49 18 15809 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 417 49 18 15809 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Regenwulp \N f 0 2007-10-18 13:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 417 49 18 15809 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 417 49 18 15809 35 \N 50 38 54 37 70 Gebied GE 2007-10-18 13:15:0 100.0 Regenwulp \N f 0 2007-10-18 13:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GA 2007-10-18 16:0:0 1.0 Regenwulp \N f 0 2007-10-18 16:00:00 413 49 18 15809 35 \N 50 38 54 37 1 Gebied GE 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Regenwulp \N f 0 2007-10-19 13:00:00 417 49 18 15809 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Regenwulp \N f 0 2007-10-19 13:15:00 417 49 18 15809 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Regenwulp \N f 0 2007-10-19 17:15:00 417 49 18 15809 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:0:0 10.0 Regenwulp \N f 0 2007-10-19 13:00:00 417 49 18 15809 35 \N 50 38 54 37 10 Gebied GE 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:15:0 75.0 Regenwulp \N f 0 2007-10-19 13:15:00 417 49 18 15809 35 \N 50 38 54 37 75 Gebied GE 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 17:15:0 90.0 Regenwulp \N f 0 2007-10-19 17:15:00 417 49 18 15809 35 \N 50 38 54 37 90 Gebied GE 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GE 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 417 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Regenwulp \N f 0 2007-10-18 16:00:00 418 49 18 15809 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Regenwulp \N f 0 2007-10-18 16:15:00 418 49 18 15809 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 418 49 18 15809 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:0:0 75.0 Regenwulp \N f 0 2007-10-18 16:00:00 418 49 18 15809 35 \N 50 38 54 37 75 Gebied GF 2007-10-18 12:45:0 1.0 Regenwulp \N f 0 2007-10-18 12:45:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-18 16:15:0 5.0 Regenwulp \N f 0 2007-10-18 16:15:00 418 49 18 15809 35 \N 50 38 54 37 5 Gebied GF 2007-10-18 13:0:0 70.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 418 49 18 15809 35 \N 50 38 54 37 70 Gebied GF 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Regenwulp \N f 0 2007-10-19 12:45:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Regenwulp \N f 0 2007-10-19 13:00:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 418 49 18 15809 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 12:45:0 1.0 Regenwulp \N f 0 2007-10-19 12:45:00 418 49 18 15809 35 \N 50 38 54 37 1 Gebied GF 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:0:0 90.0 Regenwulp \N f 0 2007-10-19 13:00:00 418 49 18 15809 35 \N 50 38 54 37 90 Gebied GF 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 17:30:0 30.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 418 49 18 15809 35 \N 50 38 54 37 30 Gebied GF 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GF 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 418 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 419 49 18 15809 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:45:0 10.0 Regenwulp \N f 0 2007-10-18 12:45:00 419 49 18 15809 35 \N 50 38 54 37 10 Gebied GG 2007-10-18 16:15:0 20.0 Regenwulp \N f 0 2007-10-18 16:15:00 419 49 18 15809 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 419 49 18 15809 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Regenwulp \N f 0 2007-10-18 13:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 419 49 18 15809 35 \N 50 38 54 37 1 Gebied GG 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 16:15:0 20.0 Regenwulp \N f 0 2007-10-18 16:15:00 419 49 18 15809 35 \N 50 38 54 37 20 Gebied GG 2007-10-18 13:0:0 75.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 419 49 18 15809 35 \N 50 38 54 37 75 Gebied GG 2007-10-18 13:15:0 100.0 Regenwulp \N f 0 2007-10-18 13:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:30:0 100.0 Regenwulp \N f 0 2007-10-18 13:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 13:45:0 100.0 Regenwulp \N f 0 2007-10-18 13:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:0:0 100.0 Regenwulp \N f 0 2007-10-18 14:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:15:0 100.0 Regenwulp \N f 0 2007-10-18 14:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:30:0 100.0 Regenwulp \N f 0 2007-10-18 14:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 14:45:0 100.0 Regenwulp \N f 0 2007-10-18 14:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 12:45:0 0.0 Regenwulp \N f 0 2007-10-19 12:45:00 419 49 18 15809 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Regenwulp \N f 0 2007-10-19 13:00:00 419 49 18 15809 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 419 49 18 15809 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:15:0 100.0 Regenwulp \N f 0 2007-10-19 16:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:0:0 0.0 Regenwulp \N f 0 2007-10-19 13:00:00 419 49 18 15809 35 \N 50 38 54 37 0 Gebied GG 2007-10-19 16:30:0 100.0 Regenwulp \N f 0 2007-10-19 16:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:45:0 100.0 Regenwulp \N f 0 2007-10-19 16:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:0:0 100.0 Regenwulp \N f 0 2007-10-19 17:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:15:0 100.0 Regenwulp \N f 0 2007-10-19 17:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 17:30:0 95.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 419 49 18 15809 35 \N 50 38 54 37 95 Gebied GG 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GG 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 419 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Regenwulp \N f 0 2007-10-18 12:15:00 420 49 18 15809 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Regenwulp \N f 0 2007-10-18 15:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 420 49 18 15809 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Regenwulp \N f 0 2007-10-18 12:45:00 420 49 18 15809 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Regenwulp \N f 0 2007-10-18 16:15:00 420 49 18 15809 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 420 49 18 15809 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Regenwulp \N f 0 2007-10-18 16:30:00 420 49 18 15809 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Regenwulp \N f 0 2007-10-18 14:00:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Regenwulp \N f 0 2007-10-18 14:15:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Regenwulp \N f 0 2007-10-18 14:45:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:15:0 1.0 Regenwulp \N f 0 2007-10-18 12:15:00 420 49 18 15809 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 15:45:0 100.0 Regenwulp \N f 0 2007-10-18 15:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:30:0 1.0 Regenwulp \N f 0 2007-10-18 12:30:00 420 49 18 15809 35 \N 50 38 54 37 1 Gebied GH 2007-10-18 16:0:0 100.0 Regenwulp \N f 0 2007-10-18 16:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 12:45:0 60.0 Regenwulp \N f 0 2007-10-18 12:45:00 420 49 18 15809 35 \N 50 38 54 37 60 Gebied GH 2007-10-18 16:15:0 75.0 Regenwulp \N f 0 2007-10-18 16:15:00 420 49 18 15809 35 \N 50 38 54 37 75 Gebied GH 2007-10-18 13:0:0 80.0 Regenwulp slechtvalk f 0 2007-10-18 13:00:00 420 49 18 15809 35 \N 50 38 54 37 80 Gebied GH 2007-10-18 16:30:0 0.0 Regenwulp \N f 0 2007-10-18 16:30:00 420 49 18 15809 35 \N 50 38 54 37 0 Gebied GH 2007-10-18 13:15:0 90.0 Regenwulp \N f 0 2007-10-18 13:15:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:30:0 90.0 Regenwulp \N f 0 2007-10-18 13:30:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 13:45:0 90.0 Regenwulp \N f 0 2007-10-18 13:45:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:0:0 90.0 Regenwulp \N f 0 2007-10-18 14:00:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:15:0 90.0 Regenwulp \N f 0 2007-10-18 14:15:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:30:0 90.0 Regenwulp \N f 0 2007-10-18 14:30:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 14:45:0 90.0 Regenwulp \N f 0 2007-10-18 14:45:00 420 49 18 15809 35 \N 50 38 54 37 90 Gebied GH 2007-10-18 15:0:0 100.0 Regenwulp \N f 0 2007-10-18 15:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:15:0 100.0 Regenwulp \N f 0 2007-10-18 15:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-18 15:30:0 100.0 Regenwulp \N f 0 2007-10-18 15:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:15:0 95.0 Regenwulp \N f 0 2007-10-19 16:15:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Regenwulp \N f 0 2007-10-19 13:00:00 420 49 18 15809 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Regenwulp \N f 0 2007-10-19 16:30:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Regenwulp \N f 0 2007-10-19 16:45:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Regenwulp \N f 0 2007-10-19 17:00:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Regenwulp \N f 0 2007-10-19 17:15:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 420 49 18 15809 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Regenwulp \N f 0 2007-10-19 17:45:00 420 49 18 15809 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Regenwulp \N f 0 2007-10-19 16:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 12:45:0 40.0 Regenwulp \N f 0 2007-10-19 12:45:00 420 49 18 15809 35 \N 50 38 54 37 40 Gebied GH 2007-10-19 16:15:0 95.0 Regenwulp \N f 0 2007-10-19 16:15:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:0:0 50.0 Regenwulp \N f 0 2007-10-19 13:00:00 420 49 18 15809 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 16:30:0 95.0 Regenwulp \N f 0 2007-10-19 16:30:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:15:0 100.0 Regenwulp \N f 0 2007-10-19 13:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:45:0 95.0 Regenwulp \N f 0 2007-10-19 16:45:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:30:0 100.0 Regenwulp \N f 0 2007-10-19 13:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:0:0 95.0 Regenwulp \N f 0 2007-10-19 17:00:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 13:45:0 100.0 Regenwulp \N f 0 2007-10-19 13:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:15:0 95.0 Regenwulp \N f 0 2007-10-19 17:15:00 420 49 18 15809 35 \N 50 38 54 37 95 Gebied GH 2007-10-19 14:0:0 100.0 Regenwulp \N f 0 2007-10-19 14:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:30:0 80.0 Regenwulp slechtvalk f 0 2007-10-19 17:30:00 420 49 18 15809 35 \N 50 38 54 37 80 Gebied GH 2007-10-19 14:15:0 100.0 Regenwulp \N f 0 2007-10-19 14:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 17:45:0 50.0 Regenwulp \N f 0 2007-10-19 17:45:00 420 49 18 15809 35 \N 50 38 54 37 50 Gebied GH 2007-10-19 14:30:0 100.0 Regenwulp \N f 0 2007-10-19 14:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 14:45:0 100.0 Regenwulp \N f 0 2007-10-19 14:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:0:0 100.0 Regenwulp \N f 0 2007-10-19 15:00:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:15:0 100.0 Regenwulp \N f 0 2007-10-19 15:15:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:30:0 100.0 Regenwulp \N f 0 2007-10-19 15:30:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 15:45:0 100.0 Regenwulp \N f 0 2007-10-19 15:45:00 420 49 18 15809 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:45:0 95.0 Rosse grutto \N f 0 2009-10-08 11:45:00 421 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 15:30:0 0.0 Rosse grutto \N f 0 2009-10-08 15:30:00 421 49 18 12895 35 \N 50 38 54 37 0 Gebied: A 2009-10-8 12:0:0 97.0 Rosse grutto \N f 0 2009-10-08 12:00:00 421 49 18 12895 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:15:0 97.0 Rosse grutto \N f 0 2009-10-08 12:15:00 421 49 18 12895 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rosse grutto \N f 0 2009-10-08 12:30:00 421 49 18 12895 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rosse grutto \N f 0 2009-10-08 12:45:00 421 49 18 12895 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:30:0 5.0 Rosse grutto \N f 0 2009-10-08 10:30:00 421 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 10:45:0 10.0 Rosse grutto \N f 0 2009-10-08 10:45:00 421 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 11:0:0 30.0 Rosse grutto \N f 0 2009-10-08 11:00:00 421 49 18 12895 35 \N 50 38 54 37 30 Gebied: A 2009-10-8 14:45:0 65.0 Rosse grutto \N f 0 2009-10-08 14:45:00 421 49 18 12895 35 \N 50 38 54 37 65 Gebied: A 2009-10-8 11:15:0 70.0 Rosse grutto \N f 0 2009-10-08 11:15:00 421 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2009-10-8 15:0:0 20.0 Rosse grutto \N f 0 2009-10-08 15:00:00 421 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2009-10-8 11:30:0 95.0 Rosse grutto \N f 0 2009-10-08 11:30:00 421 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2009-10-8 12:15:0 97.0 Rosse grutto \N f 0 2009-10-08 12:15:00 421 49 18 12895 35 \N 50 38 54 37 97 Gebied: A 2009-10-8 12:30:0 99.0 Rosse grutto \N f 0 2009-10-08 12:30:00 421 49 18 12895 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 12:45:0 99.0 Rosse grutto \N f 0 2009-10-08 12:45:00 421 49 18 12895 35 \N 50 38 54 37 99 Gebied: A 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:0:0 5.0 Rosse grutto \N f 0 2009-10-09 11:00:00 421 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rosse grutto \N f 0 2009-10-09 11:15:00 421 49 18 12895 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rosse grutto \N f 0 2009-10-09 11:30:00 421 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rosse grutto \N f 0 2009-10-09 11:45:00 421 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rosse grutto \N f 0 2009-10-09 12:00:00 421 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rosse grutto \N f 0 2009-10-09 16:30:00 421 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rosse grutto \N f 0 2009-10-09 16:45:00 421 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:30:0 50.0 Rosse grutto \N f 0 2009-10-09 11:30:00 421 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2009-10-9 11:0:0 5.0 Rosse grutto \N f 0 2009-10-09 11:00:00 421 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:15:0 15.0 Rosse grutto \N f 0 2009-10-09 11:15:00 421 49 18 12895 35 \N 50 38 54 37 15 Gebied: A 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 11:45:0 70.0 Rosse grutto \N f 0 2009-10-09 11:45:00 421 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:0:0 80.0 Rosse grutto \N f 0 2009-10-09 12:00:00 421 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:30:0 40.0 Rosse grutto \N f 0 2009-10-09 16:30:00 421 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 16:45:0 1.0 Rosse grutto \N f 0 2009-10-09 16:45:00 421 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 421 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rosse grutto \N f 0 2009-10-08 10:30:00 422 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: B 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rosse grutto \N f 0 2009-10-08 10:45:00 422 49 18 12895 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rosse grutto \N f 0 2009-10-08 11:00:00 422 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rosse grutto \N f 0 2009-10-08 11:15:00 422 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rosse grutto \N f 0 2009-10-08 15:00:00 422 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rosse grutto \N f 0 2009-10-08 15:15:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:45:0 2.0 Rosse grutto \N f 0 2009-10-08 10:45:00 422 49 18 12895 35 \N 50 38 54 37 2 Gebied: B 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:0:0 5.0 Rosse grutto \N f 0 2009-10-08 11:00:00 422 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 11:15:0 90.0 Rosse grutto \N f 0 2009-10-08 11:15:00 422 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2009-10-8 15:0:0 10.0 Rosse grutto \N f 0 2009-10-08 15:00:00 422 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 15:15:0 0.0 Rosse grutto \N f 0 2009-10-08 15:15:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rosse grutto \N f 0 2009-10-09 11:00:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rosse grutto \N f 0 2009-10-09 11:15:00 422 49 18 12895 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rosse grutto \N f 0 2009-10-09 11:30:00 422 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rosse grutto \N f 0 2009-10-09 11:45:00 422 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rosse grutto \N f 0 2009-10-09 12:00:00 422 49 18 12895 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rosse grutto \N f 0 2009-10-09 16:45:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:0:0 0.0 Rosse grutto \N f 0 2009-10-09 11:00:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:15:0 0.1 Rosse grutto \N f 0 2009-10-09 11:15:00 422 49 18 12895 35 \N 50 38 54 37 0.10000000000000001 Gebied: B 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Rosse grutto \N f 0 2009-10-09 11:30:00 422 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:45:0 20.0 Rosse grutto \N f 0 2009-10-09 11:45:00 422 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:0:0 95.0 Rosse grutto \N f 0 2009-10-09 12:00:00 422 49 18 12895 35 \N 50 38 54 37 95 Gebied: B 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 16:45:0 0.0 Rosse grutto \N f 0 2009-10-09 16:45:00 422 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 422 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rosse grutto \N f 0 2009-10-08 10:30:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rosse grutto \N f 0 2009-10-08 10:45:00 423 49 18 12895 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rosse grutto \N f 0 2009-10-08 11:00:00 423 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rosse grutto \N f 0 2009-10-08 11:15:00 423 49 18 12895 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rosse grutto \N f 0 2009-10-08 11:30:00 423 49 18 12895 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rosse grutto \N f 0 2009-10-08 15:15:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:30:0 0.0 Rosse grutto \N f 0 2009-10-08 10:30:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 10:45:0 0.1 Rosse grutto \N f 0 2009-10-08 10:45:00 423 49 18 12895 35 \N 50 38 54 37 0.10000000000000001 Gebied: C 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:0:0 1.0 Rosse grutto \N f 0 2009-10-08 11:00:00 423 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:15:0 20.0 Rosse grutto \N f 0 2009-10-08 11:15:00 423 49 18 12895 35 \N 50 38 54 37 20 Gebied: C 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 11:30:0 95.0 Rosse grutto \N f 0 2009-10-08 11:30:00 423 49 18 12895 35 \N 50 38 54 37 95 Gebied: C 2009-10-8 15:15:0 0.0 Rosse grutto \N f 0 2009-10-08 15:15:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rosse grutto \N f 0 2009-10-09 11:00:00 423 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rosse grutto \N f 0 2009-10-09 11:15:00 423 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rosse grutto \N f 0 2009-10-09 11:30:00 423 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rosse grutto \N f 0 2009-10-09 11:45:00 423 49 18 12895 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rosse grutto \N f 0 2009-10-09 16:45:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:0:0 0.5 Rosse grutto \N f 0 2009-10-09 11:00:00 423 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:15:0 0.5 Rosse grutto \N f 0 2009-10-09 11:15:00 423 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: C 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:30:0 1.0 Rosse grutto \N f 0 2009-10-09 11:30:00 423 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 11:45:0 40.0 Rosse grutto \N f 0 2009-10-09 11:45:00 423 49 18 12895 35 \N 50 38 54 37 40 Gebied: C 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 16:45:0 0.0 Rosse grutto \N f 0 2009-10-09 16:45:00 423 49 18 12895 35 \N 50 38 54 37 0 Gebied: C 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 423 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rosse grutto \N f 0 2009-10-08 09:45:00 424 49 18 12895 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rosse grutto \N f 0 2009-10-08 15:45:00 424 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 9:45:0 10.0 Rosse grutto \N f 0 2009-10-08 09:45:00 424 49 18 12895 35 \N 50 38 54 37 10 Gebied: D 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: D 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 15:45:0 90.0 Rosse grutto \N f 0 2009-10-08 15:45:00 424 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 424 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rosse grutto \N f 0 2009-10-09 10:15:00 424 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rosse grutto \N f 0 2009-10-09 17:00:00 424 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:15:0 30.0 Rosse grutto \N f 0 2009-10-09 10:15:00 424 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 17:0:0 30.0 Rosse grutto \N f 0 2009-10-09 17:00:00 424 49 18 12895 35 \N 50 38 54 37 30 Gebied: D 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 424 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rosse grutto \N f 0 2009-10-08 09:45:00 425 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 425 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rosse grutto \N f 0 2009-10-08 15:45:00 425 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 12895 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 9:45:0 10.0 Rosse grutto \N f 0 2009-10-08 09:45:00 425 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:0:0 90.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 425 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 15:45:0 90.0 Rosse grutto \N f 0 2009-10-08 15:45:00 425 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:0:0 1.0 Rosse grutto \N f 0 2009-10-09 10:00:00 425 49 18 12895 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rosse grutto \N f 0 2009-10-09 10:15:00 425 49 18 12895 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:15:0 40.0 Rosse grutto \N f 0 2009-10-09 17:15:00 425 49 18 12895 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 10:0:0 1.0 Rosse grutto \N f 0 2009-10-09 10:00:00 425 49 18 12895 35 \N 50 38 54 37 1 Gebied: E 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:15:0 40.0 Rosse grutto \N f 0 2009-10-09 10:15:00 425 49 18 12895 35 \N 50 38 54 37 40 Gebied: E 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Rosse grutto \N f 0 2009-10-08 09:30:00 426 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rosse grutto \N f 0 2009-10-08 09:45:00 426 49 18 12895 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rosse grutto \N f 0 2009-10-08 15:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 12895 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:30:0 1.0 Rosse grutto \N f 0 2009-10-08 09:30:00 426 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 9:45:0 20.0 Rosse grutto \N f 0 2009-10-08 09:45:00 426 49 18 12895 35 \N 50 38 54 37 20 Gebied: F 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:0:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:15:0 100.0 Rosse grutto \N f 0 2009-10-08 10:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 15:45:0 100.0 Rosse grutto \N f 0 2009-10-08 15:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 426 49 18 12895 35 \N 50 38 54 37 80 Gebied: F 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:0:0 1.0 Rosse grutto \N f 0 2009-10-09 10:00:00 426 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rosse grutto \N f 0 2009-10-09 10:15:00 426 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rosse grutto \N f 0 2009-10-09 17:15:00 426 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 10:0:0 1.0 Rosse grutto \N f 0 2009-10-09 10:00:00 426 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:15:0 50.0 Rosse grutto \N f 0 2009-10-09 10:15:00 426 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:30:0 100.0 Rosse grutto \N f 0 2009-10-09 10:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 426 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2009-10-9 17:15:0 50.0 Rosse grutto \N f 0 2009-10-09 17:15:00 426 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 427 49 18 12895 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rosse grutto \N f 0 2009-10-08 10:15:00 427 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rosse grutto \N f 0 2009-10-08 15:45:00 427 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 427 49 18 12895 35 \N 50 38 54 37 60 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:15:0 95.0 Rosse grutto \N f 0 2009-10-08 10:15:00 427 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied GH 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 420 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 15:30:0 0.0 Rosse grutto \N f 0 2009-10-08 15:30:00 421 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 15:45:0 50.0 Rosse grutto \N f 0 2009-10-08 15:45:00 427 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 427 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rosse grutto \N f 0 2009-10-09 10:30:00 427 49 18 12895 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:0:0 100.0 Rosse grutto \N f 0 2009-10-09 17:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rosse grutto \N f 0 2009-10-09 17:15:00 427 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:30:0 80.0 Rosse grutto \N f 0 2009-10-09 10:30:00 427 49 18 12895 35 \N 50 38 54 37 80 Gebied: G 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 17:15:0 0.0 Rosse grutto \N f 0 2009-10-09 17:15:00 427 49 18 12895 35 \N 50 38 54 37 0 Gebied: G 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 427 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 428 49 18 12895 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rosse grutto \N f 0 2009-10-08 10:15:00 428 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rosse grutto \N f 0 2009-10-08 15:45:00 428 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 12895 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 0 2009-10-08 10:00:00 428 49 18 12895 35 \N 50 38 54 37 60 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:15:0 90.0 Rosse grutto \N f 0 2009-10-08 10:15:00 428 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:15:0 100.0 Rosse grutto \N f 0 2009-10-08 15:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:30:0 100.0 Rosse grutto \N f 0 2009-10-08 15:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 15:45:0 50.0 Rosse grutto \N f 0 2009-10-08 15:45:00 428 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 16:0:0 1.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 428 49 18 12895 35 \N 50 38 54 37 1 Gebied: H 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:30:0 50.0 Rosse grutto \N f 0 2009-10-09 10:30:00 428 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2009-10-8 12:0:0 97.0 Rosse grutto \N f 0 2009-10-08 12:00:00 421 49 18 12895 35 \N 50 38 54 37 97 Gebied: H 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 16:45:0 100.0 Rosse grutto \N f 0 2009-10-09 16:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:0:0 80.0 Rosse grutto \N f 0 2009-10-09 17:00:00 428 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 17:15:0 0.0 Rosse grutto \N f 0 2009-10-09 17:15:00 428 49 18 12895 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:15:0 100.0 Rosse grutto \N f 0 2009-10-09 14:15:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2009-10-9 17:15:0 0.0 Rosse grutto \N f 0 2009-10-09 17:15:00 428 49 18 12895 35 \N 50 38 54 37 0 Gebied: H 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2009-10-9 14:0:0 100.0 Rosse grutto \N f 0 2009-10-09 14:00:00 428 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rosse grutto \N f 0 2009-10-08 10:15:00 429 49 18 12895 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rosse grutto \N f 0 2009-10-08 15:15:00 429 49 18 12895 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rosse grutto \N f 0 2009-10-08 15:30:00 429 49 18 12895 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rosse grutto \N f 0 2009-10-08 15:45:00 429 49 18 12895 35 \N 50 38 54 37 40 Gebied: i 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 12895 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 3 2009-10-08 10:00:00 429 49 18 12895 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:15:0 95.0 Rosse grutto \N f 0 2009-10-08 10:15:00 429 49 18 12895 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 13:45:0 100.0 Rosse grutto \N f 0 2009-10-08 13:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:30:0 100.0 Rosse grutto \N f 0 2009-10-08 10:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:0:0 100.0 Rosse grutto \N f 0 2009-10-08 14:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:45:0 100.0 Rosse grutto \N f 0 2009-10-08 10:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:15:0 100.0 Rosse grutto \N f 0 2009-10-08 14:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:0:0 100.0 Rosse grutto \N f 0 2009-10-08 11:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:30:0 100.0 Rosse grutto slechtvalk f 0 2009-10-08 14:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:15:0 100.0 Rosse grutto \N f 0 2009-10-08 11:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 14:45:0 100.0 Rosse grutto \N f 0 2009-10-08 14:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:30:0 100.0 Rosse grutto \N f 0 2009-10-08 11:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:0:0 100.0 Rosse grutto \N f 0 2009-10-08 15:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 11:45:0 100.0 Rosse grutto \N f 0 2009-10-08 11:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:15:0 90.0 Rosse grutto \N f 0 2009-10-08 15:15:00 429 49 18 12895 35 \N 50 38 54 37 90 Gebied: i 2009-10-8 12:0:0 100.0 Rosse grutto \N f 0 2009-10-08 12:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:30:0 85.0 Rosse grutto \N f 0 2009-10-08 15:30:00 429 49 18 12895 35 \N 50 38 54 37 85 Gebied: i 2009-10-8 12:15:0 100.0 Rosse grutto \N f 0 2009-10-08 12:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 15:45:0 40.0 Rosse grutto \N f 0 2009-10-08 15:45:00 429 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2009-10-8 15:15:0 10.0 Rosse grutto \N f 0 2009-10-08 15:15:00 421 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2009-10-8 11:45:0 95.0 Rosse grutto \N f 0 2009-10-08 11:45:00 421 49 18 12895 35 \N 50 38 54 37 95 Gebied: i 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 16:0:0 0.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 429 49 18 12895 35 \N 50 38 54 37 0 Gebied: i 2009-10-8 12:45:0 100.0 Rosse grutto \N f 0 2009-10-08 12:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:0:0 100.0 Rosse grutto \N f 0 2009-10-08 13:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 13:30:0 100.0 Rosse grutto \N f 0 2009-10-08 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:30:0 80.0 Rosse grutto \N f 0 2009-10-09 10:30:00 429 49 18 12895 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rosse grutto \N f 0 2009-10-09 14:15:00 429 49 18 12895 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:0:0 100.0 Rosse grutto \N f 0 2009-10-09 11:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rosse grutto \N f 0 2009-10-09 16:45:00 429 49 18 12895 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rosse grutto \N f 1 2009-10-09 17:00:00 429 49 18 12895 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rosse grutto \N f 0 2009-10-09 10:15:00 429 49 18 12895 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rosse grutto \N f 0 2009-10-09 14:00:00 429 49 18 12895 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 10:30:0 80.0 Rosse grutto \N f 0 2009-10-09 10:30:00 429 49 18 12895 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 14:15:0 80.0 Rosse grutto \N f 0 2009-10-09 14:15:00 429 49 18 12895 35 \N 50 38 54 37 80 Gebied: i 2009-10-9 10:45:0 100.0 Rosse grutto \N f 0 2009-10-09 10:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:30:0 100.0 Rosse grutto \N f 0 2009-10-09 14:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:0:0 80.0 Rosse grutto vliegtuigje f 0 2009-10-08 16:00:00 425 49 18 12895 35 \N 50 38 54 37 80 Gebied: E 2009-10-8 12:30:0 100.0 Rosse grutto \N f 0 2009-10-08 12:30:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 14:45:0 100.0 Rosse grutto \N f 0 2009-10-09 14:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:15:0 100.0 Rosse grutto \N f 0 2009-10-09 11:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:0:0 100.0 Rosse grutto \N f 0 2009-10-09 15:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:30:0 100.0 Rosse grutto \N f 0 2009-10-09 11:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:15:0 100.0 Rosse grutto \N f 0 2009-10-09 15:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 11:45:0 100.0 Rosse grutto \N f 0 2009-10-09 11:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:30:0 100.0 Rosse grutto \N f 0 2009-10-09 15:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:0:0 100.0 Rosse grutto \N f 0 2009-10-09 12:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 15:45:0 100.0 Rosse grutto \N f 0 2009-10-09 15:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:15:0 100.0 Rosse grutto \N f 0 2009-10-09 12:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:0:0 100.0 Rosse grutto \N f 0 2009-10-09 16:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:30:0 100.0 Rosse grutto \N f 0 2009-10-09 12:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 12:45:0 100.0 Rosse grutto \N f 0 2009-10-09 12:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:30:0 100.0 Rosse grutto \N f 0 2009-10-09 16:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:0:0 100.0 Rosse grutto \N f 0 2009-10-09 13:00:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 16:45:0 99.0 Rosse grutto \N f 0 2009-10-09 16:45:00 429 49 18 12895 35 \N 50 38 54 37 99 Gebied: i 2009-10-9 13:15:0 100.0 Rosse grutto \N f 0 2009-10-09 13:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 17:0:0 30.0 Rosse grutto \N f 1 2009-10-09 17:00:00 429 49 18 12895 35 \N 50 38 54 37 30 Gebied: i 2009-10-9 13:30:0 100.0 Rosse grutto \N f 0 2009-10-09 13:30:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 13:45:0 100.0 Rosse grutto \N f 0 2009-10-09 13:45:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-8 10:0:0 60.0 Rosse grutto slechtvalk f 3 2009-10-08 10:00:00 429 49 18 12895 35 \N 50 38 54 37 60 Gebied: i 2009-10-8 13:15:0 100.0 Rosse grutto \N f 0 2009-10-08 13:15:00 429 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2009-10-9 10:15:0 1.0 Rosse grutto \N f 0 2009-10-09 10:15:00 429 49 18 12895 35 \N 50 38 54 37 1 Gebied: i 2009-10-9 14:0:0 1.0 Rosse grutto \N f 0 2009-10-09 14:00:00 429 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 13:45:0 10.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:0:0 1.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:15:0 5.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:30:0 15.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 15 Gebied: A 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 9:45:0 40.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 10:0:0 70.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2010-10-9 13:45:0 10.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2010-10-9 10:15:0 90.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2010-10-9 10:30:0 95.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 10:45:0 95.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 14:0:0 0.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 0 Gebied: B 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:30:0 3.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: B 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:45:0 5.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:0:0 25.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: B 2010-10-9 13:45:0 1.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 9:45:0 30.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: C 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:0:0 80.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: C 2010-10-9 13:45:0 90.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 13:45:0 90.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rosse grutto \N f 0 2010-10-09 08:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rosse grutto \N f 0 2010-10-09 08:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:15:0 10.0 Rosse grutto \N f 0 2010-10-09 08:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: D 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:30:0 50.0 Rosse grutto \N f 0 2010-10-09 08:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: D 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 8:45:0 80.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:0:0 100.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:0:0 100.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:15:0 100.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:30:0 100.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 14:45:0 5.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rosse grutto \N f 0 2010-10-09 08:15:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:45:0 100.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rosse grutto \N f 0 2010-10-09 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: F 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 8:15:0 25.0 Rosse grutto \N f 0 2010-10-09 08:15:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: F 2010-10-9 8:30:0 75.0 Rosse grutto \N f 0 2010-10-09 08:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2010-10-9 8:45:0 100.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:0:0 100.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:30:0 50.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: F 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 14:45:0 10.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-9 15:0:0 1.0 Rosse grutto \N f 0 2010-10-09 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: G 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:0:0 75.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: G 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:0:0 99.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: G 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:15:0 90.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 14:30:0 1.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: G 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: H 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:0:0 80.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:0:0 100.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:15:0 99.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: H 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 14:30:0 30.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: H 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:45:0 100.0 Rosse grutto \N f 0 2010-10-09 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:15:0 100.0 Rosse grutto \N f 0 2010-10-09 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 8:45:0 25.0 Rosse grutto \N f 0 2010-10-09 08:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: I 2010-10-9 12:30:0 100.0 Rosse grutto \N f 0 2010-10-09 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:0:0 80.0 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: I 2010-10-9 12:45:0 100.0 Rosse grutto \N f 0 2010-10-09 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:15:0 100.0 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:0:0 100.0 Rosse grutto \N f 0 2010-10-09 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:30:0 100.0 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:15:0 100.0 Rosse grutto \N f 0 2010-10-09 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 9:45:0 100.0 Rosse grutto \N f 0 2010-10-09 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 13:30:0 100.0 Rosse grutto \N f 0 2010-10-09 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 10:0:0 100.0 Rosse grutto \N f 0 2010-10-09 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:0:0 99.0 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: I 2010-10-9 10:30:0 100.0 Rosse grutto \N f 0 2010-10-09 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:15:0 75.0 Rosse grutto \N f 0 2010-10-09 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: I 2010-10-9 10:45:0 100.0 Rosse grutto \N f 0 2010-10-09 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:30:0 20.0 Rosse grutto \N f 0 2010-10-09 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: I 2010-10-9 11:0:0 100.0 Rosse grutto \N f 0 2010-10-09 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 14:45:0 10.0 Rosse grutto \N f 0 2010-10-09 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: I 2010-10-9 11:15:0 100.0 Rosse grutto \N f 0 2010-10-09 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:30:0 100.0 Rosse grutto \N f 0 2010-10-09 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 11:45:0 100.0 Rosse grutto \N f 0 2010-10-09 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:0:0 100.0 Rosse grutto \N f 0 2010-10-09 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2010-10-9 12:15:0 100.0 Rosse grutto \N f 0 2010-10-09 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 9:45:0 2.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: A 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:0:0 5.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:15:0 20.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 10:30:0 50.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2010-10-10 14:15:0 60.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2010-10-10 10:45:0 70.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2010-10-10 14:30:0 10.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2010-10-10 11:0:0 90.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2010-10-10 11:15:0 93.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 93 Gebied: A 2010-10-10 11:30:0 95.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: A 2010-10-10 11:45:0 98.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 98 Gebied: A 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:15:0 3.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: B 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:30:0 10.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 10:45:0 50.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: B 2010-10-10 14:30:0 1.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2010-10-10 11:0:0 90.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2010-10-10 11:15:0 99.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: B 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:15:0 90.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:15:0 20.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: C 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 10:30:0 50.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: C 2010-10-10 14:15:0 90.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 14:30:0 1.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:0:0 5.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:15:0 40.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: D 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:15:0 90.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 15:30:0 5.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:0:0 5.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:15:0 50.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: E 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:15:0 80.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: E 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 15:30:0 10.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:0:0 10.0 Rosse grutto \N f 0 2010-10-10 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:15:0 80.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: F 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:0:0 100.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:15:0 90.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 15:30:0 10.0 Rosse grutto \N f 0 2010-10-10 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: F 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:0:0 90.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:15:0 90.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 15:15:0 10.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:15:0 80.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 14:45:0 100.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:0:0 90.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 15:15:0 20.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: H 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:15:0 50.0 Rosse grutto \N f 0 2010-10-10 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:15:0 100.0 Rosse grutto \N f 0 2010-10-10 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:0:0 100.0 Rosse grutto \N f 0 2010-10-10 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:30:0 100.0 Rosse grutto \N f 0 2010-10-10 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:15:0 100.0 Rosse grutto \N f 0 2010-10-10 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 9:45:0 100.0 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:30:0 100.0 Rosse grutto \N f 0 2010-10-10 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:0:0 100.0 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 13:45:0 100.0 Rosse grutto \N f 0 2010-10-10 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:15:0 100.0 Rosse grutto \N f 0 2010-10-10 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:0:0 100.0 Rosse grutto \N f 0 2010-10-10 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:30:0 100.0 Rosse grutto \N f 0 2010-10-10 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 10:45:0 100.0 Rosse grutto \N f 0 2010-10-10 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:30:0 100.0 Rosse grutto \N f 0 2010-10-10 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 11:0:0 100.0 Rosse grutto \N f 0 2010-10-10 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 14:45:0 95.0 Rosse grutto \N f 0 2010-10-10 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: i 2010-10-10 11:15:0 100.0 Rosse grutto \N f 0 2010-10-10 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:0:0 50.0 Rosse grutto \N f 0 2010-10-10 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: i 2010-10-10 11:30:0 100.0 Rosse grutto \N f 0 2010-10-10 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 15:15:0 10.0 Rosse grutto \N f 0 2010-10-10 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: i 2010-10-10 11:45:0 100.0 Rosse grutto \N f 0 2010-10-10 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:0:0 100.0 Rosse grutto \N f 0 2010-10-10 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:15:0 100.0 Rosse grutto \N f 0 2010-10-10 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:30:0 100.0 Rosse grutto \N f 0 2010-10-10 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: i 2010-10-10 12:45:0 100.0 Rosse grutto \N f 0 2010-10-10 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:30:0 1.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 10:45:0 10.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:0:0 40.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:15:0 60.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:30:0 60.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 15:45:0 5.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 90.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 10:45:0 1.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:0:0 5.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:15:0 20.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 15:45:0 95.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: B 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 16:30:0 60.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: D 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:0:0 90.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 16:30:0 90.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:0:0 100.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:0:0 90.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:15:0 100.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:30:0 100.0 Rosse grutto Smelleken f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:15:0 100.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 16:30:0 90.0 Rosse grutto \N f 0 2011-10-01 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:15:0 90.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: G 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:30:0 95.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: G 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: G 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:15:0 80.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:30:0 90.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 10:45:0 95.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 16:15:0 80.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: H 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rosse grutto smelleken f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:15:0 90.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:30:0 95.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 15:45:0 100.0 Rosse grutto smelleken f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: I 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:15:0 50.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: J 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: J 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:15:0 80.0 Rosse grutto \N f 0 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:30:0 90.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: K 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 10:45:0 95.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 16:15:0 80.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: K 2011-10-1 12:45:0 100.0 Rosse grutto \N f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:45:0 100.0 Rosse grutto \N f 0 2011-10-01 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:15:0 100.0 Rosse grutto \N f 0 2011-10-01 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:0:0 100.0 Rosse grutto \N f 0 2011-10-01 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:0:0 1.0 Rosse grutto \N f 0 2011-10-01 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: L 2011-10-1 13:45:0 100.0 Rosse grutto \N f 0 2011-10-01 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:15:0 80.0 Rosse grutto \N f 2 2011-10-01 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: L 2011-10-1 14:0:0 100.0 Rosse grutto \N f 0 2011-10-01 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:30:0 100.0 Rosse grutto \N f 0 2011-10-01 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:15:0 100.0 Rosse grutto \N f 0 2011-10-01 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 10:45:0 100.0 Rosse grutto \N f 0 2011-10-01 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 14:30:0 100.0 Rosse grutto \N f 0 2011-10-01 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:0:0 100.0 Rosse grutto \N f 0 2011-10-01 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:30:0 100.0 Rosse grutto \N f 0 2011-10-01 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:15:0 100.0 Rosse grutto \N f 0 2011-10-01 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:30:0 100.0 Rosse grutto \N f 0 2011-10-01 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:0:0 100.0 Rosse grutto \N f 0 2011-10-01 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 15:45:0 100.0 Rosse grutto \N f 0 2011-10-01 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 12:15:0 100.0 Rosse grutto \N f 0 2011-10-01 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:0:0 95.0 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: L 2011-10-1 12:30:0 100.0 Rosse grutto \N f 0 2011-10-01 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 16:15:0 40.0 Rosse grutto \N f 0 2011-10-01 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: L 2011-10-1 12:45:0 100.0 Rosse grutto Bruine kiek f 0 2011-10-01 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:0:0 100.0 Rosse grutto \N f 0 2011-10-01 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:15:0 100.0 Rosse grutto \N f 0 2011-10-01 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-1 13:30:0 100.0 Rosse grutto \N f 0 2011-10-01 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:15:0 5.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:30:0 20.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 11:45:0 40.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: A 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:0:0 70.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: A 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 16:45:0 50.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 17:0:0 1.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: A 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:30:0 5.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:30:0 2.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: B 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 11:45:0 5.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:0:0 90.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: B 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 11:45:0 10.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: C 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:0:0 95.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: C 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 16:30:0 99.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: C 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:30:0 90.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 17:15:0 95.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: D 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:30:0 75.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: E 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: E 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:45:0 100.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:0:0 100.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 10:30:0 75.0 Rosse grutto \N f 0 2011-10-02 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 17:15:0 99.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: F 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 16:45:0 100.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:0:0 100.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 17:15:0 10.0 Rosse grutto slechtvalk f 0 2011-10-02 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:0:0 10.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: H 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 16:45:0 90.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 17:0:0 50.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 10:45:0 1.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: I 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 16:45:0 95.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: I 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 17:0:0 45.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 45 Gebied: I 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 10:45:0 1.0 Rosse grutto \N f 0 2011-10-02 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: J 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:0:0 50.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: J 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 16:45:0 40.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: J 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 17:0:0 30.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: K 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:30:0 100.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 16:45:0 20.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: K 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 17:0:0 10.0 Rosse grutto \N f 0 2011-10-02 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: K 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: L 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:45:0 100.0 Rosse grutto \N f 0 2011-10-02 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:0:0 100.0 Rosse grutto \N f 0 2011-10-02 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:0:0 90.0 Rosse grutto \N f 0 2011-10-02 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2011-10-2 14:45:0 100.0 Rosse grutto \N f 0 2011-10-02 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:15:0 100.0 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:0:0 100.0 Rosse grutto \N f 0 2011-10-02 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:30:0 100.0 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:15:0 100.0 Rosse grutto \N f 0 2011-10-02 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 11:45:0 100.0 Rosse grutto \N f 0 2011-10-02 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:30:0 100.0 Rosse grutto \N f 0 2011-10-02 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:0:0 100.0 Rosse grutto \N f 0 2011-10-02 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 15:45:0 100.0 Rosse grutto \N f 0 2011-10-02 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:15:0 100.0 Rosse grutto \N f 0 2011-10-02 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:0:0 100.0 Rosse grutto \N f 0 2011-10-02 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:30:0 100.0 Rosse grutto \N f 0 2011-10-02 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:15:0 100.0 Rosse grutto \N f 0 2011-10-02 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 12:45:0 100.0 Rosse grutto vliegtuig f 0 2011-10-02 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:0:0 100.0 Rosse grutto \N f 0 2011-10-02 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:45:0 30.0 Rosse grutto visarend f 0 2011-10-02 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: L 2011-10-2 13:15:0 100.0 Rosse grutto \N f 0 2011-10-02 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 13:30:0 100.0 Rosse grutto slechtvalk f 0 2011-10-02 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:15:0 100.0 Rosse grutto \N f 0 2011-10-02 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 14:30:0 100.0 Rosse grutto \N f 0 2011-10-02 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rosse grutto \N f 0 2011-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 12:30:0 20.0 Rosse grutto \N f 0 2011-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rosse grutto \N f 0 2011-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rosse grutto \N f 0 2011-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rosse grutto \N f 0 2011-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rosse grutto \N f 0 2011-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rosse grutto \N f 0 2011-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rosse grutto \N f 0 2011-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rosse grutto \N f 0 2011-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rosse grutto \N f 0 2011-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rosse grutto \N f 0 2011-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rosse grutto \N f 0 2011-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rosse grutto \N f 0 2011-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:45:0 100.0 Rosse grutto \N f 0 2011-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:0:0 100.0 Rosse grutto \N f 0 2011-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rosse grutto \N f 0 2011-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rosse grutto \N f 0 2011-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rosse grutto \N f 0 2011-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:15:0 10.0 Rosse grutto \N f 0 2011-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 16:0:0 100.0 Rosse grutto \N f 0 2011-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:30:0 20.0 Rosse grutto \N f 0 2011-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: A 2011-10-7 16:15:0 100.0 Rosse grutto \N f 0 2011-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 12:45:0 50.0 Rosse grutto \N f 0 2011-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: A 2011-10-7 16:30:0 90.0 Rosse grutto \N f 0 2011-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2011-10-7 13:0:0 80.0 Rosse grutto \N f 0 2011-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2011-10-7 16:45:0 10.0 Rosse grutto \N f 0 2011-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: A 2011-10-7 13:15:0 100.0 Rosse grutto \N f 0 2011-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:30:0 100.0 Rosse grutto \N f 0 2011-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 13:45:0 100.0 Rosse grutto \N f 0 2011-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:0:0 100.0 Rosse grutto \N f 0 2011-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:15:0 100.0 Rosse grutto \N f 0 2011-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 14:30:0 100.0 Rosse grutto \N f 0 2011-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:15:0 100.0 Rosse grutto \N f 0 2011-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:30:0 100.0 Rosse grutto \N f 0 2011-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-7 15:45:0 100.0 Rosse grutto \N f 0 2011-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 16:45:0 10.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:15:0 10.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:30:0 20.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: B 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 12:45:0 50.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: B 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:0:0 80.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: B 2012-10-7 16:45:0 10.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 16:45:0 90.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:15:0 1.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: C 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:30:0 3.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 3 Gebied: C 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 12:45:0 75.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: C 2012-10-7 16:45:0 90.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: C 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:15:0 5.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: D 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:30:0 100.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:30:0 90.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: D 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 17:45:0 20.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: D 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:30:0 95.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: E 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 11:15:0 10.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:30:0 100.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 17:45:0 20.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: E 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:15:0 75.0 Rosse grutto \N f 0 2012-10-07 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 75 Gebied: F 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:30:0 100.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:15:0 100.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:30:0 100.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 17:45:0 25.0 Rosse grutto \N f 0 2012-10-07 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 25 Gebied: F 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 11:45:0 10.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:0:0 50.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:15:0 50.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 17:30:0 1.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: G 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-8 16:15:0 100.0 Rosse grutto \N f 0 2009-10-08 16:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:30:0 10.0 Rosse grutto \N f 0 2012-10-07 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: H 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 11:45:0 100.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:0:0 100.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:0:0 100.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:15:0 90.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 17:30:0 30.0 Rosse grutto \N f 0 2012-10-07 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: H 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:0:0 99.0 Rosse grutto \N f 0 2012-10-07 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: I 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 11:45:0 1.0 Rosse grutto \N f 0 2012-10-07 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 1 Gebied: I 2012-10-7 15:30:0 100.0 Rosse grutto \N f 0 2012-10-07 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:0:0 90.0 Rosse grutto \N f 0 2012-10-07 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2012-10-7 15:45:0 100.0 Rosse grutto \N f 0 2012-10-07 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:15:0 100.0 Rosse grutto \N f 0 2012-10-07 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:0:0 100.0 Rosse grutto \N f 0 2012-10-07 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:30:0 100.0 Rosse grutto \N f 0 2012-10-07 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:15:0 100.0 Rosse grutto \N f 0 2012-10-07 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 12:45:0 100.0 Rosse grutto \N f 0 2012-10-07 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:30:0 100.0 Rosse grutto \N f 0 2012-10-07 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:0:0 100.0 Rosse grutto \N f 0 2012-10-07 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 16:45:0 100.0 Rosse grutto \N f 0 2012-10-07 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:15:0 100.0 Rosse grutto \N f 0 2012-10-07 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 13:30:0 100.0 Rosse grutto \N f 0 2012-10-07 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 17:15:0 50.0 Rosse grutto \N f 0 2012-10-07 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: I 2012-10-7 13:45:0 100.0 Rosse grutto \N f 0 2012-10-07 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:0:0 100.0 Rosse grutto \N f 0 2012-10-07 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:15:0 100.0 Rosse grutto \N f 0 2012-10-07 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:30:0 100.0 Rosse grutto \N f 0 2012-10-07 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 14:45:0 100.0 Rosse grutto \N f 0 2012-10-07 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:0:0 100.0 Rosse grutto \N f 0 2012-10-07 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-7 15:15:0 100.0 Rosse grutto \N f 0 2012-10-07 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:15:0 100.0 Rosse grutto \N f 0 2011-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rosse grutto \N f 0 2011-10-08 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rosse grutto \N f 0 2011-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rosse grutto \N f 0 2011-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rosse grutto \N f 0 2011-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rosse grutto \N f 0 2011-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:0:0 100.0 Rosse grutto \N f 0 2011-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2009-10-8 10:30:0 0.5 Rosse grutto \N f 0 2009-10-08 10:30:00 422 49 18 12895 35 \N 50 38 54 37 0.5 Gebied: J 2011-10-8 12:30:0 100.0 Rosse grutto \N f 0 2011-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:15:0 100.0 Rosse grutto \N f 0 2011-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:45:0 100.0 Rosse grutto \N f 0 2011-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rosse grutto \N f 0 2011-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rosse grutto \N f 0 2011-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rosse grutto \N f 0 2011-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rosse grutto \N f 0 2011-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rosse grutto \N f 0 2011-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rosse grutto \N f 0 2011-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rosse grutto \N f 0 2011-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rosse grutto \N f 0 2011-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rosse grutto \N f 0 2011-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rosse grutto \N f 0 2011-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rosse grutto \N f 0 2011-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rosse grutto \N f 0 2011-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rosse grutto \N f 0 2011-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rosse grutto \N f 0 2011-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rosse grutto \N f 0 2011-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rosse grutto \N f 0 2011-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rosse grutto \N f 0 2011-10-08 18:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rosse grutto \N f 0 2011-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rosse grutto \N f 0 2011-10-08 18:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: J 2011-10-8 15:15:0 100.0 Rosse grutto \N f 0 2011-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 11:45:0 30.0 Rosse grutto \N f 0 2011-10-08 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:30:0 100.0 Rosse grutto \N f 0 2011-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:0:0 100.0 Rosse grutto \N f 0 2011-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 15:45:0 100.0 Rosse grutto \N f 0 2011-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 12:15:0 100.0 Rosse grutto \N f 0 2011-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:30:0 100.0 Rosse grutto \N f 0 2011-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:0:0 100.0 Rosse grutto \N f 0 2011-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 16:45:0 100.0 Rosse grutto \N f 0 2011-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:15:0 100.0 Rosse grutto \N f 0 2011-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:0:0 100.0 Rosse grutto \N f 0 2011-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:30:0 100.0 Rosse grutto \N f 0 2011-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:15:0 100.0 Rosse grutto \N f 0 2011-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 13:45:0 100.0 Rosse grutto \N f 0 2011-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:30:0 100.0 Rosse grutto \N f 0 2011-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:0:0 100.0 Rosse grutto \N f 0 2011-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 17:45:0 100.0 Rosse grutto \N f 0 2011-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:15:0 100.0 Rosse grutto \N f 0 2011-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:0:0 100.0 Rosse grutto \N f 0 2011-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 14:30:0 100.0 Rosse grutto \N f 0 2011-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:15:0 80.0 Rosse grutto \N f 0 2011-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: J 2011-10-8 14:45:0 100.0 Rosse grutto \N f 0 2011-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:30:0 30.0 Rosse grutto \N f 0 2011-10-08 18:30:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-8 15:0:0 100.0 Rosse grutto \N f 0 2011-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-8 18:45:0 90.0 Rosse grutto \N f 0 2011-10-08 18:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: K 2012-10-8 12:0:0 60.0 Rosse grutto \N f 0 2012-10-08 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: K 2012-10-8 15:45:0 100.0 Rosse grutto \N f 0 2012-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rosse grutto \N f 0 2012-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rosse grutto \N f 0 2012-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rosse grutto \N f 1 2012-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rosse grutto \N f 0 2012-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rosse grutto \N f 0 2012-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rosse grutto \N f 0 2012-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rosse grutto \N f 0 2012-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rosse grutto \N f 0 2012-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rosse grutto \N f 0 2012-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rosse grutto \N f 0 2012-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rosse grutto \N f 0 2012-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rosse grutto \N f 0 2012-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rosse grutto \N f 0 2012-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rosse grutto \N f 0 2012-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rosse grutto \N f 0 2012-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:15:0 100.0 Rosse grutto \N f 0 2012-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rosse grutto \N f 0 2012-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rosse grutto \N f 0 2012-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rosse grutto \N f 0 2012-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rosse grutto \N f 0 2012-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rosse grutto \N f 0 2012-10-08 18:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rosse grutto \N f 0 2012-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rosse grutto \N f 0 2012-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rosse grutto \N f 0 2012-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:45:0 100.0 Rosse grutto \N f 0 2012-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:15:0 100.0 Rosse grutto \N f 0 2012-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:0:0 100.0 Rosse grutto \N f 0 2012-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:30:0 100.0 Rosse grutto \N f 1 2012-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:15:0 100.0 Rosse grutto \N f 0 2012-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:45:0 100.0 Rosse grutto \N f 0 2012-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:30:0 100.0 Rosse grutto \N f 0 2012-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:0:0 100.0 Rosse grutto \N f 0 2012-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 16:45:0 100.0 Rosse grutto \N f 0 2012-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:15:0 100.0 Rosse grutto \N f 0 2012-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:0:0 100.0 Rosse grutto \N f 0 2012-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:30:0 100.0 Rosse grutto \N f 0 2012-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:15:0 100.0 Rosse grutto \N f 0 2012-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 13:45:0 100.0 Rosse grutto \N f 0 2012-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:30:0 100.0 Rosse grutto \N f 0 2012-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:0:0 100.0 Rosse grutto \N f 0 2012-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 17:45:0 100.0 Rosse grutto \N f 0 2012-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:0:0 100.0 Rosse grutto \N f 0 2012-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 14:30:0 100.0 Rosse grutto \N f 0 2012-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:15:0 50.0 Rosse grutto \N f 0 2012-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: K 2012-10-8 14:45:0 100.0 Rosse grutto \N f 0 2012-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 18:30:0 10.0 Rosse grutto \N f 0 2012-10-08 18:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: K 2012-10-8 15:0:0 100.0 Rosse grutto \N f 0 2012-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:15:0 100.0 Rosse grutto \N f 0 2012-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 15:30:0 100.0 Rosse grutto \N f 0 2012-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:45:0 100.0 Rosse grutto \N f 0 2012-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rosse grutto \N f 0 2012-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rosse grutto \N f 0 2012-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rosse grutto \N f 0 2012-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rosse grutto \N f 0 2012-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rosse grutto \N f 0 2012-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rosse grutto \N f 0 2012-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rosse grutto \N f 0 2012-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rosse grutto \N f 0 2012-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rosse grutto \N f 0 2012-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rosse grutto \N f 0 2012-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rosse grutto \N f 0 2012-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rosse grutto \N f 0 2012-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rosse grutto \N f 0 2012-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rosse grutto \N f 0 2012-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rosse grutto \N f 0 2012-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rosse grutto \N f 0 2012-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rosse grutto \N f 0 2012-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rosse grutto \N f 0 2012-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rosse grutto \N f 0 2012-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rosse grutto \N f 0 2012-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rosse grutto \N f 0 2012-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rosse grutto \N f 0 2012-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rosse grutto \N f 0 2012-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:45:0 100.0 Rosse grutto \N f 0 2012-10-08 15:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:15:0 90.0 Rosse grutto \N f 0 2012-10-08 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2012-10-8 16:0:0 100.0 Rosse grutto \N f 0 2012-10-08 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:30:0 100.0 Rosse grutto \N f 0 2012-10-08 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:15:0 100.0 Rosse grutto \N f 0 2012-10-08 16:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 12:45:0 100.0 Rosse grutto \N f 0 2012-10-08 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:30:0 100.0 Rosse grutto \N f 0 2012-10-08 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:0:0 100.0 Rosse grutto \N f 0 2012-10-08 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 16:45:0 100.0 Rosse grutto \N f 0 2012-10-08 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:15:0 100.0 Rosse grutto \N f 0 2012-10-08 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:0:0 100.0 Rosse grutto \N f 0 2012-10-08 17:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:30:0 100.0 Rosse grutto \N f 0 2012-10-08 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:15:0 100.0 Rosse grutto \N f 0 2012-10-08 17:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 13:45:0 100.0 Rosse grutto \N f 0 2012-10-08 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:30:0 100.0 Rosse grutto \N f 0 2012-10-08 17:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:0:0 100.0 Rosse grutto \N f 0 2012-10-08 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 17:45:0 100.0 Rosse grutto \N f 0 2012-10-08 17:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:15:0 100.0 Rosse grutto \N f 0 2012-10-08 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:0:0 100.0 Rosse grutto \N f 0 2012-10-08 18:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 14:30:0 100.0 Rosse grutto \N f 0 2012-10-08 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 18:15:0 10.0 Rosse grutto \N f 0 2012-10-08 18:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: L 2012-10-8 14:45:0 100.0 Rosse grutto \N f 0 2012-10-08 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:0:0 100.0 Rosse grutto \N f 0 2012-10-08 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:15:0 100.0 Rosse grutto \N f 0 2012-10-08 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-8 15:30:0 100.0 Rosse grutto \N f 0 2012-10-08 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rosse grutto \N f 1 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:0:0 5.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: A 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:15:0 30.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: A 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:30:0 60.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: A 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 10:45:0 80.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: A 2011-10-18 14:30:0 90.0 Rosse grutto \N f 1 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: A 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 14:45:0 2.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 2 Gebied: A 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: A 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rosse grutto \N f 1 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:15:0 5.0 Rosse grutto \N f 1 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: B 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:30:0 60.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: B 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 10:45:0 80.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: B 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 14:45:0 10.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: B 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: B 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:15:0 5.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: C 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:30:0 40.0 Rosse grutto \N f 1 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 40 Gebied: C 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 10:45:0 80.0 Rosse grutto \N f 2 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 80 Gebied: C 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:0:0 100.0 Rosse grutto \N f 2 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 14:45:0 70.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: C 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:0:0 100.0 Rosse grutto \N f 1 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: C 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:15:0 100.0 Rosse grutto \N f 0 2007-10-19 14:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:30:0 100.0 Rosse grutto \N f 0 2007-10-19 14:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 14:45:0 100.0 Rosse grutto \N f 0 2007-10-19 14:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:0:0 100.0 Rosse grutto \N f 0 2007-10-19 15:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:15:0 100.0 Rosse grutto \N f 0 2007-10-19 15:15:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:30:0 100.0 Rosse grutto \N f 0 2007-10-19 15:30:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 15:45:0 100.0 Rosse grutto \N f 0 2007-10-19 15:45:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GC 2007-10-19 16:0:0 100.0 Rosse grutto \N f 0 2007-10-19 16:00:00 415 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:45:0 100.0 Rosse grutto \N f 0 2007-10-18 15:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rosse grutto \N f 0 2007-10-18 12:30:00 416 49 18 12895 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rosse grutto \N f 8 2007-10-18 16:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rosse grutto \N f 0 2007-10-18 12:45:00 416 49 18 12895 35 \N 50 38 54 37 80 Gebied GD 2007-10-18 16:15:0 100.0 Rosse grutto \N f 7 2007-10-18 16:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 13:0:0 90.0 Rosse grutto slechtvalk f 0 2007-10-18 13:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:15:0 90.0 Rosse grutto \N f 0 2007-10-18 13:15:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:30:0 90.0 Rosse grutto \N f 0 2007-10-18 13:30:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 13:45:0 90.0 Rosse grutto \N f 0 2007-10-18 13:45:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:0:0 90.0 Rosse grutto \N f 0 2007-10-18 14:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:15:0 90.0 Rosse grutto \N f 0 2007-10-18 14:15:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:30:0 90.0 Rosse grutto \N f 0 2007-10-18 14:30:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 14:45:0 90.0 Rosse grutto \N f 0 2007-10-18 14:45:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:0:0 90.0 Rosse grutto \N f 0 2007-10-18 15:00:00 416 49 18 12895 35 \N 50 38 54 37 90 Gebied GD 2007-10-18 15:15:0 100.0 Rosse grutto \N f 0 2007-10-18 15:15:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 15:30:0 100.0 Rosse grutto \N f 0 2007-10-18 15:30:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:15:0 1.0 Rosse grutto \N f 0 2007-10-18 12:15:00 416 49 18 12895 35 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:45:0 100.0 Rosse grutto \N f 0 2007-10-18 15:45:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:30:0 30.0 Rosse grutto \N f 0 2007-10-18 12:30:00 416 49 18 12895 35 \N 50 38 54 37 30 Gebied GD 2007-10-18 16:0:0 100.0 Rosse grutto \N f 8 2007-10-18 16:00:00 416 49 18 12895 35 \N 50 38 54 37 100 Gebied GD 2007-10-18 12:45:0 80.0 Rosse grutto \N f 0 2007-10-18 12:45:00 416 49 18 12895 35 \N 50 38 54 37 80 Gebied: D 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 15:30:0 50.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: D 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: D 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:15:0 10.0 Rosse grutto \N f 0 2012-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: E 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:30:0 95.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: E 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2009-10-9 16:15:0 100.0 Rosse grutto \N f 0 2009-10-09 16:15:00 425 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 15:30:0 90.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: E 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:30:0 90.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: F 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:0:0 100.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:15:0 100.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 15:30:0 60.0 Rosse grutto \N f 0 2012-10-18 15:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: F 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: F 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rosse grutto \N f 0 2011-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:45:0 99.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: G 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rosse grutto \N f 0 2011-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rosse grutto \N f 0 2011-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:30:0 10.0 Rosse grutto \N f 0 2011-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: G 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 9:45:0 50.0 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:0:0 100.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:15:0 100.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:30:0 100.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 10:45:0 100.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:0:0 50.0 Rosse grutto \N f 0 2011-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: G 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 15:15:0 5.0 Rosse grutto \N f 0 2011-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 5 Gebied: G 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: G 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 9:45:0 50.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: H 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:0:0 90.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: H 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:15:0 95.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 14:45:0 95.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 95 Gebied: H 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:0:0 60.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: H 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 15:15:0 20.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 20 Gebied: H 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: H 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:15:0 10.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: I 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 9:45:0 90.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: I 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 14:45:0 99.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: I 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 15:0:0 30.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: I 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: I 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:15:0 10.0 Rosse grutto \N f 0 2011-10-18 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 10 Gebied: J 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rosse grutto \N f 0 2011-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rosse grutto \N f 0 2011-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rosse grutto \N f 0 2011-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:0:0 100.0 Rosse grutto \N f 0 2011-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:30:0 60.0 Rosse grutto \N f 0 2011-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: J 2011-10-18 13:15:0 100.0 Rosse grutto \N f 0 2011-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 9:45:0 100.0 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:30:0 100.0 Rosse grutto \N f 0 2011-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:0:0 100.0 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 13:45:0 100.0 Rosse grutto \N f 0 2011-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:15:0 100.0 Rosse grutto \N f 0 2011-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:0:0 100.0 Rosse grutto \N f 0 2011-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:30:0 100.0 Rosse grutto \N f 0 2011-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:15:0 100.0 Rosse grutto \N f 0 2011-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 10:45:0 100.0 Rosse grutto \N f 0 2011-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:30:0 100.0 Rosse grutto \N f 0 2011-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:0:0 100.0 Rosse grutto \N f 0 2011-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 14:45:0 100.0 Rosse grutto \N f 0 2011-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:15:0 100.0 Rosse grutto \N f 0 2011-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:0:0 100.0 Rosse grutto \N f 0 2011-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 11:30:0 100.0 Rosse grutto \N f 0 2011-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 15:15:0 30.0 Rosse grutto \N f 0 2011-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: J 2011-10-18 11:45:0 100.0 Rosse grutto \N f 0 2011-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:0:0 100.0 Rosse grutto \N f 0 2011-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:15:0 100.0 Rosse grutto \N f 0 2011-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:30:0 100.0 Rosse grutto \N f 0 2011-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: J 2011-10-18 12:45:0 100.0 Rosse grutto \N f 0 2011-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:0:0 99.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: K 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:30:0 60.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 60 Gebied: K 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 9:45:0 100.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 14:45:0 100.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: E 2011-10-1 11:45:0 100.0 Rosse grutto \N f 0 2011-10-01 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2011-10-2 16:30:0 70.0 Rosse grutto \N f 0 2011-10-02 16:30:00 \N 49 18 12895 35 \N 50 38 54 37 70 Gebied: K 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 15:15:0 30.0 Rosse grutto \N f 0 2012-10-18 15:15:00 \N 49 18 12895 35 \N 50 38 54 37 30 Gebied: K 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 12:45:0 100.0 Rosse grutto \N f 0 2012-10-18 12:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: K 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: B 2010-10-9 9:0:0 <1 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 11:0:0 100.0 Wulp \N f 1 2010-10-09 11:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2010-10-9 9:0:0 <1 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: F 2010-10-10 9:0:0 10.0 Wulp \N nf 1 2010-10-10 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 10 Gebied: J 2011-10-8 11:30:0 <1 Wulp \N nf 0 2011-10-08 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Wulp \N nf 0 2011-10-08 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: I 2010-10-9 10:0:0 100.0 Wulp \N f 0 2010-10-09 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 100 Gebied: K 2012-10-8 12:0:0 60.0 Wulp \N f 2 2012-10-08 12:00:00 \N 49 18 6146 35 \N 50 38 54 37 60 Gebied: A 2010-10-9 9:15:0 5.0 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: B 2010-10-10 9:45:0 <1 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: E 2010-10-10 9:0:0 5.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: E 2010-10-10 9:0:0 5.0 Kanoet \N f 0 2010-10-10 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 5 Gebied: A 2011-10-1 16:0:0 <1 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kanoet \N f 0 2011-10-01 16:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: H 2011-10-1 16:0:0 95.0 Wulp \N f 13 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: K 2011-10-1 16:0:0 95.0 Wulp \N f 10 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 95 Gebied: I 2012-10-18 9:30:0 5.0 Wulp \N f 11 2012-10-18 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 5 Gebied: B 2010-10-9 9:0:0 <1 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: G 2011-10-18 13:15:0 100.0 Sminet \N nf 0 2011-10-18 13:15:00 \N 49 18 6416 36 \N 50 38 54 37 100 Gebied: G 2009-10-8 13:0:0 100.0 Wulp \N f 0 2009-10-08 13:00:00 427 49 18 6146 35 \N 50 38 54 37 100 Gebied: B 2009-10-9 11:30:0 1.0 Wulp \N nf 0 2009-10-09 11:30:00 422 49 18 6146 36 \N 50 38 54 37 1 Gebied: C 2009-10-8 10:30:0 0.0 Wulp \N nf 0 2009-10-08 10:30:00 423 49 18 6146 36 \N 50 38 54 37 0 Gebied: A 2009-10-9 16:30:0 40.0 Wulp \N f 4 2009-10-09 16:30:00 421 49 18 6146 35 \N 50 38 54 37 40 Gebied: B 2009-10-9 16:0:0 100.0 Wulp \N f 1 2009-10-09 16:00:00 422 49 18 6146 35 \N 50 38 54 37 100 Gebied: C 2009-10-9 14:0:0 100.0 Wulp \N f 1 2009-10-09 14:00:00 423 49 18 6146 35 \N 50 38 54 37 100 Gebied: G 2010-10-9 9:15:0 90.0 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 90 Gebied: F 2009-10-8 9:45:0 20.0 Wulp \N f 0 2009-10-08 09:45:00 426 49 18 6146 35 \N 50 38 54 37 20 Gebied: C 2010-10-9 11:0:0 100.0 Scholekster \N nf 0 2010-10-09 11:00:00 \N 49 18 25768 36 \N 50 38 54 37 100 Gebied: G 2011-10-1 16:0:0 95.0 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: I 2011-10-1 16:0:0 95.0 Scholekster \N nf 10 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 95 Gebied: A 2011-10-2 17:0:0 1.0 Scholekster \N nf 0 2011-10-02 17:00:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: I 2011-10-2 10:45:0 1.0 Scholekster \N nf 0 2011-10-02 10:45:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied: D 2012-10-7 11:15:0 5.0 Scholekster \N nf 0 2012-10-07 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 5 Gebied: G 2012-10-7 17:30:0 1.0 Scholekster \N nf 1 2012-10-07 17:30:00 \N 49 18 25768 36 \N 50 38 54 37 1 Gebied GD 2007-10-18 15:0:0 90.0 Scholekster \N nf 0 2007-10-18 15:00:00 416 49 18 25768 36 \N 50 38 54 37 90 Gebied: B 2010-10-9 9:0:0 <1 Rotgans \N nf 0 2010-10-09 09:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zilver Plevier \N nf 0 2007-10-19 17:00:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Scholekster \N nf 0 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zilver Plevier \N nf 0 2007-10-19 17:15:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zilver Plevier \N nf 0 2007-10-19 17:00:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zilver Plevier \N nf 0 2007-10-19 17:15:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zilver Plevier slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Drieteen Str. L. \N nf 0 2007-10-19 17:00:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Drieteen Str. L. \N nf 0 2007-10-19 17:15:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Drieteen Str. L. slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 17124 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kleine Z. Reiger \N nf 0 2007-10-19 17:00:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kleine Z. Reiger \N nf 0 2007-10-19 17:15:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kleine Z. Reiger slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bonte strandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bonte strandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bonte strandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bonte strandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bonte strandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bonte strandloper \N nf 0 2011-10-01 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bonte strandloper \N nf 0 2011-10-01 16:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bonte strandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rosse grutto \N nf 0 2007-10-19 17:00:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rosse grutto \N nf 0 2007-10-19 17:15:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rosse grutto \N nf 0 2007-10-19 17:00:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rosse grutto \N nf 0 2007-10-19 17:15:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bonte strandloper \N nf 0 2011-10-08 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bonte strandloper \N nf 0 2011-10-08 11:30:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bonte strandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bonte strandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 15810 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wilde eend \N nf 0 2007-10-19 17:00:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wilde eend \N nf 0 2007-10-19 17:15:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wilde eend \N nf 0 2007-10-19 17:00:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wilde eend \N nf 0 2007-10-19 17:15:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wilde eend slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 4323 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zwarte ruiter \N nf 0 2011-10-18 09:45:00 \N 49 18 32971 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zwarte ruiter \N nf 0 2011-10-18 09:45:00 \N 49 18 32971 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zwarte ruiter \N nf 0 2007-10-19 17:15:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zwarte ruiter \N nf 0 2007-10-19 17:15:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zwarte ruiter slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Aalscholver \N nf 0 2010-10-09 14:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Aalscholver \N nf 0 2010-10-09 09:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Aalscholver \N nf 0 2010-10-09 09:15:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Aalscholver \N nf 0 2010-10-09 09:30:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Aalscholver \N nf 0 2010-10-10 09:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Aalscholver \N nf 0 2010-10-10 10:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Aalscholver \N nf 0 2011-10-01 16:00:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Aalscholver \N nf 6 2011-10-01 16:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Aalscholver \N nf 6 2011-10-01 16:45:00 \N 49 18 10443 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bontbekplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 27527 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bontbekplevier \N nf 0 2011-10-01 16:45:00 \N 49 18 27527 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bontbekplevier \N nf 0 2011-10-01 16:45:00 \N 49 18 27527 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bontbekplevier \N nf 0 2007-10-19 17:15:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bontbekplevier \N nf 0 2007-10-19 17:00:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bontbekplevier \N nf 0 2007-10-19 17:15:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bontbekplevier slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Scholekster \N nf 0 2010-10-09 14:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Scholekster \N nf 2 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Scholekster \N nf 0 2010-10-09 09:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Scholekster \N nf 2 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Scholekster \N nf 0 2010-10-09 09:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Scholekster \N nf 0 2010-10-09 09:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Scholekster \N nf 0 2010-10-10 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Scholekster \N nf 0 2010-10-10 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Scholekster \N nf 0 2011-10-01 16:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Scholekster \N nf 0 2011-10-01 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Scholekster \N nf 0 2011-10-01 16:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Scholekster \N nf 0 2011-10-02 11:15:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Scholekster \N nf 0 2011-10-02 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wilde eend \N f 0 2007-10-19 17:00:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Scholekster \N nf 0 2011-10-08 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Scholekster \N nf 0 2011-10-08 11:30:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Scholekster \N nf 0 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Scholekster \N nf 0 2011-10-18 09:45:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Scholekster \N nf 0 2011-10-18 10:00:00 \N 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zwarte ruiter \N f 0 2011-10-18 09:45:00 \N 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Scholekster \N nf 0 2007-10-19 17:00:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Scholekster \N nf 0 2007-10-19 17:15:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Scholekster slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Scholekster \N nf 0 2007-10-19 17:00:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Scholekster \N nf 0 2007-10-19 17:15:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Scholekster slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 25768 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rotgans \N nf 0 2010-10-09 14:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rotgans \N nf 0 2010-10-09 09:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rotgans \N nf 0 2010-10-09 09:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rotgans \N nf 0 2010-10-10 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rotgans \N nf 0 2010-10-10 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rotgans \N nf 0 2011-10-01 16:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rotgans \N nf 0 2011-10-01 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rotgans \N nf 0 2011-10-01 16:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rotgans \N nf 0 2011-10-02 11:15:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rotgans \N nf 0 2011-10-02 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rotgans \N nf 0 2011-10-08 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rotgans \N nf 0 2011-10-08 11:30:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rotgans \N nf 0 2011-10-18 09:45:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rotgans \N nf 0 2011-10-18 10:00:00 \N 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rotgans \N nf 0 2007-10-19 17:00:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rotgans \N nf 0 2007-10-19 17:15:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rotgans slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rotgans \N nf 0 2007-10-19 17:00:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rotgans \N nf 0 2007-10-19 17:15:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rotgans slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 16654 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Steenloper \N nf 0 2011-10-18 09:45:00 \N 49 18 11838 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Steenloper \N nf 0 2011-10-18 09:45:00 \N 49 18 11838 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kanoet \N nf 0 2010-10-09 14:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kanoet \N nf 0 2010-10-09 09:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kanoet \N nf 0 2010-10-09 09:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kanoet \N nf 0 2010-10-10 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kanoet \N nf 0 2010-10-10 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kanoet \N nf 0 2011-10-01 16:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kanoet \N nf 0 2011-10-01 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kanoet \N nf 0 2011-10-01 16:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kanoet \N nf 0 2011-10-02 11:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kanoet \N nf 0 2011-10-02 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kanoet \N nf 0 2011-10-08 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kanoet \N nf 0 2011-10-08 11:30:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kanoet \N nf 0 2011-10-18 09:45:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kanoet \N nf 0 2011-10-18 10:00:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kanoet \N nf 0 2007-10-19 17:00:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kanoet \N nf 0 2007-10-19 17:15:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kanoet slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kanoet \N nf 0 2007-10-19 17:00:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kanoet \N nf 0 2007-10-19 17:15:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kanoet slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 38893 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Zilverplevier \N nf 0 2010-10-09 14:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Zilverplevier \N nf 0 2010-10-09 09:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Zilverplevier \N nf 0 2010-10-09 09:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Zilverplevier \N nf 0 2010-10-09 09:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Zilverplevier \N nf 0 2010-10-10 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Zilverplevier \N nf 0 2010-10-10 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Zilverplevier \N nf 0 2011-10-01 16:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Zilverplevier \N nf 0 2011-10-01 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Zilverplevier \N nf 0 2011-10-01 16:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Zilverplevier \N nf 0 2011-10-02 11:15:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Zilverplevier \N nf 0 2011-10-02 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Zilverplevier \N nf 0 2011-10-08 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Zilverplevier \N nf 0 2011-10-08 11:30:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zilverplevier \N nf 0 2011-10-18 09:45:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Zilverplevier \N nf 0 2011-10-18 10:00:00 \N 49 18 6147 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Midd zaagbek \N nf 0 2007-10-19 17:00:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Midd zaagbek \N nf 0 2007-10-19 17:15:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Midd zaagbek \N nf 0 2007-10-19 17:00:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Midd zaagbek \N nf 0 2007-10-19 17:15:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Midd zaagbek slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 10711 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 14:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kleine zilverreiger \N nf 0 2010-10-09 09:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kleine zilverreiger \N nf 0 2010-10-10 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kleine zilverreiger \N nf 0 2011-10-01 16:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kleine zilverreiger \N nf 0 2011-10-01 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kleine zilverreiger \N nf 0 2011-10-01 16:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:15:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kleine zilverreiger \N nf 0 2011-10-02 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kleine zilverreiger \N nf 0 2011-10-08 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kleine zilverreiger \N nf 0 2011-10-08 11:30:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kleine zilverreiger \N nf 0 2011-10-18 09:45:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kleine zilverreiger \N nf 0 2011-10-18 10:00:00 \N 49 18 32972 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Wulp \N nf 0 2010-10-09 14:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Wulp \N nf 0 2010-10-09 09:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Wulp \N nf 0 2010-10-09 09:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Wulp \N nf 0 2010-10-09 09:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Wulp \N nf 0 2010-10-10 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Wulp \N nf 0 2010-10-10 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Wulp \N nf 0 2011-10-01 16:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Wulp \N nf 0 2011-10-01 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Wulp \N nf 0 2011-10-01 16:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Wulp \N nf 0 2011-10-02 11:15:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Wulp \N nf 0 2011-10-02 11:30:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Wulp \N nf 0 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Wulp \N nf 0 2011-10-18 09:45:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Wulp \N nf 0 2011-10-18 10:00:00 \N 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wulp \N nf 0 2007-10-19 17:00:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wulp \N nf 0 2007-10-19 17:15:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wulp slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wulp \N nf 0 2007-10-19 17:00:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wulp \N nf 0 2007-10-19 17:15:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wulp slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 6146 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bonte Str.L. \N nf 0 2007-10-19 17:00:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bonte Str.L. \N nf 0 2007-10-19 17:15:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bonte Str.L. \N nf 0 2007-10-19 17:00:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bonte Str.L. \N nf 0 2007-10-19 17:15:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bonte Str.L. slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 15810 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 14:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Drieteenstrandloper \N nf 0 2010-10-09 09:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Drieteenstrandloper \N nf 0 2010-10-10 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Drieteenstrandloper \N nf 0 2011-10-01 16:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Drieteenstrandloper \N nf 0 2011-10-01 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Drieteenstrandloper \N nf 0 2011-10-01 16:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:15:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Drieteenstrandloper \N nf 0 2011-10-02 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Drieteenstrandloper \N nf 0 2011-10-08 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Drieteenstrandloper \N nf 0 2011-10-08 11:30:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Drieteenstrandloper \N nf 0 2011-10-18 09:45:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Drieteenstrandloper \N nf 0 2011-10-18 10:00:00 \N 49 18 17124 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Tureluur \N nf 0 2010-10-09 14:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Tureluur \N nf 0 2010-10-09 09:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Tureluur \N nf 0 2010-10-09 09:15:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Tureluur \N nf 0 2010-10-09 09:30:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Tureluur \N nf 0 2010-10-10 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Tureluur \N nf 0 2010-10-10 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Tureluur \N nf 0 2011-10-01 16:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Tureluur \N nf 0 2011-10-01 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Tureluur \N nf 0 2011-10-01 16:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Tureluur \N nf 0 2011-10-08 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Tureluur \N nf 0 2011-10-08 11:30:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Tureluur \N nf 0 2011-10-18 09:45:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Tureluur \N nf 0 2011-10-18 10:00:00 \N 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Tureluur \N nf 0 2007-10-19 17:00:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Tureluur \N nf 0 2007-10-19 17:15:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Tureluur slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Tureluur \N nf 0 2007-10-19 17:00:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Tureluur \N nf 0 2007-10-19 17:15:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Tureluur slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 13325 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Steenloper \N f 0 2011-10-18 09:45:00 \N 49 18 11838 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Middelste zaagbek \N nf 0 2010-10-09 14:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:15:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Middelste zaagbek \N nf 0 2010-10-09 09:30:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Middelste zaagbek \N nf 0 2010-10-10 09:45:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Middelste zaagbek \N nf 0 2010-10-10 10:00:00 \N 49 18 10711 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bergeend \N nf 0 2010-10-09 14:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bergeend \N nf 0 2010-10-09 09:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bergeend \N nf 0 2010-10-09 09:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bergeend \N nf 0 2010-10-09 09:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bergeend \N nf 0 2010-10-10 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bergeend \N nf 0 2010-10-10 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bergeend \N nf 0 2011-10-01 16:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bergeend \N nf 1 2011-10-01 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bergeend \N nf 1 2011-10-01 16:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bergeend \N nf 0 2011-10-02 11:15:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bergeend \N nf 0 2011-10-02 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bergeend \N nf 0 2011-10-08 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bergeend \N nf 0 2011-10-08 11:30:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bergeend \N nf 0 2011-10-18 09:45:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bergeend \N nf 0 2011-10-18 10:00:00 \N 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bergeend \N nf 0 2007-10-19 17:00:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bergeend \N nf 0 2007-10-19 17:15:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bergeend slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bergeend \N nf 0 2007-10-19 17:00:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bergeend \N nf 0 2007-10-19 17:15:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bergeend slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 14634 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Regenwulp \N nf 0 2007-10-19 17:00:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Regenwulp \N nf 0 2007-10-19 17:15:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Regenwulp \N nf 0 2007-10-19 17:00:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Regenwulp \N nf 0 2007-10-19 17:15:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Regenwulp slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 15809 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rosse grutto \N nf 0 2010-10-09 14:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rosse grutto \N nf 0 2010-10-09 09:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rosse grutto \N nf 0 2010-10-09 09:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rosse grutto \N nf 0 2010-10-09 09:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rosse grutto \N nf 0 2010-10-10 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rosse grutto \N nf 0 2010-10-10 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Wulp \N f 0 2011-10-01 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rosse grutto \N nf 0 2011-10-01 16:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rosse grutto \N nf 0 2011-10-01 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rosse grutto \N nf 0 2011-10-01 16:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rosse grutto \N nf 0 2011-10-02 11:15:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rosse grutto \N nf 0 2011-10-02 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Wulp \N f 16 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rosse grutto \N nf 0 2011-10-08 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rosse grutto \N nf 0 2011-10-08 11:30:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rosse grutto \N nf 0 2011-10-18 09:45:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rosse grutto \N nf 0 2011-10-18 10:00:00 \N 49 18 12895 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rosse grutto slechtvalk nf 0 2007-10-19 17:30:00 415 49 18 12895 36 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Zilverplevier \N f 0 2011-10-01 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bontbekplevier \N f 0 2011-10-01 16:45:00 \N 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bontbekplevier \N nf 0 2007-10-19 17:00:00 415 49 18 27527 36 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kanoet \N nf 0 2010-10-09 09:15:00 \N 49 18 38893 36 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Wulp \N f 15 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Wulp \N f 2 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Wulp \N f 15 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Wulp \N f 15 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Wulp \N f 2 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Wulp \N f 14 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bergeend \N f 0 2011-10-08 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zilver Plevier \N f 0 2007-10-19 17:00:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zilver Plevier \N f 0 2007-10-19 17:15:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zilver Plevier \N f 0 2007-10-19 17:00:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zilver Plevier \N f 0 2007-10-19 17:15:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Drieteen Str. L. \N f 0 2007-10-19 17:00:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Drieteen Str. L. \N f 0 2007-10-19 17:15:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Drieteen Str. L. slechtvalk f 0 2007-10-19 17:30:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Drieteen Str. L. \N f 0 2007-10-19 17:00:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Drieteen Str. L. \N f 0 2007-10-19 17:15:00 415 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kleine Z. Reiger \N f 0 2007-10-19 17:00:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kleine Z. Reiger \N f 0 2007-10-19 17:15:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kleine Z. Reiger slechtvalk f 0 2007-10-19 17:30:00 415 49 18 32972 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bonte strandloper \N f 0 2010-10-09 14:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bonte strandloper \N f 0 2010-10-09 09:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bonte strandloper \N f 0 2010-10-09 09:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bonte strandloper \N f 0 2010-10-09 09:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bonte strandloper \N f 0 2010-10-10 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bonte strandloper \N f 0 2010-10-10 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bonte strandloper \N f 0 2011-10-01 16:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bonte strandloper \N f 0 2011-10-01 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bonte strandloper \N f 0 2011-10-01 16:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bonte strandloper \N f 0 2011-10-02 11:15:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bonte strandloper \N f 0 2011-10-02 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rosse grutto \N f 0 2007-10-19 17:00:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rosse grutto \N f 0 2007-10-19 17:15:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rosse grutto \N f 0 2007-10-19 17:00:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rosse grutto \N f 0 2007-10-19 17:15:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rosse grutto slechtvalk f 0 2007-10-19 17:30:00 415 49 18 12895 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bonte strandloper \N f 0 2011-10-08 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bonte strandloper \N f 0 2011-10-08 11:30:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bonte strandloper \N f 0 2011-10-18 09:45:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bonte strandloper \N f 0 2011-10-18 10:00:00 \N 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wilde eend \N f 0 2007-10-19 17:00:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wilde eend \N f 0 2007-10-19 17:15:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wilde eend slechtvalk f 0 2007-10-19 17:30:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zwarte ruiter \N f 0 2011-10-18 09:45:00 \N 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zwarte ruiter \N f 0 2007-10-19 17:00:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zwarte ruiter \N f 0 2007-10-19 17:15:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zwarte ruiter \N nf 0 2007-10-19 17:00:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zwarte ruiter \N f 0 2007-10-19 17:00:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Zwarte ruiter \N f 0 2007-10-19 17:15:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zwarte ruiter slechtvalk f 0 2007-10-19 17:30:00 415 49 18 32971 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Zwarte ruiter \N nf 0 2007-10-19 17:00:00 415 49 18 32971 36 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Aalscholver \N f 0 2010-10-09 14:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Aalscholver \N f 0 2010-10-09 09:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Aalscholver \N f 0 2010-10-09 09:15:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Aalscholver \N f 0 2010-10-09 09:30:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Aalscholver \N f 0 2010-10-10 09:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Aalscholver \N f 0 2010-10-10 10:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Aalscholver \N f 0 2011-10-01 16:00:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Aalscholver \N f 0 2011-10-01 16:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Aalscholver \N f 0 2011-10-01 16:45:00 \N 49 18 10443 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bontbekplevier \N f 0 2011-10-01 16:00:00 \N 49 18 27527 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bontbekplevier \N f 0 2011-10-01 16:45:00 \N 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bontbekplevier \N f 0 2007-10-19 17:00:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bontbekplevier \N f 0 2007-10-19 17:15:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bontbekplevier \N f 0 2007-10-19 17:00:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bontbekplevier \N f 0 2007-10-19 17:15:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bontbekplevier slechtvalk f 0 2007-10-19 17:30:00 415 49 18 27527 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Scholekster \N f 0 2010-10-09 14:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Scholekster \N f 5 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Scholekster \N f 4 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Scholekster \N f 5 2010-10-09 09:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Scholekster \N f 4 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Scholekster \N f 0 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Scholekster \N f 21 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Scholekster \N f 0 2010-10-09 09:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Scholekster \N f 21 2010-10-09 09:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Scholekster \N f 5 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Scholekster \N f 5 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rotgans \N f 0 2007-10-19 17:00:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Scholekster \N f 0 2010-10-10 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Scholekster \N f 0 2010-10-10 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Scholekster \N f 0 2011-10-01 16:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Scholekster \N f 0 2011-10-01 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Scholekster \N f 0 2011-10-01 16:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Scholekster \N f 3 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Scholekster \N f 0 2011-10-02 11:15:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Scholekster \N f 3 2011-10-02 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Scholekster \N f 0 2011-10-08 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Scholekster \N f 0 2011-10-08 11:30:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Scholekster \N f 0 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Scholekster \N f 0 2011-10-18 09:45:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Scholekster \N f 0 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Scholekster \N f 0 2011-10-18 10:00:00 \N 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Scholekster \N f 30 2007-10-19 17:00:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Scholekster \N f 1 2007-10-19 17:15:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Scholekster slechtvalk f 5 2007-10-19 17:30:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Scholekster \N f 30 2007-10-19 17:00:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Scholekster \N f 1 2007-10-19 17:15:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Scholekster slechtvalk f 5 2007-10-19 17:30:00 415 49 18 25768 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rotgans \N f 0 2010-10-09 14:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rotgans \N f 0 2010-10-09 09:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rotgans \N f 0 2010-10-09 09:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rotgans \N f 0 2010-10-09 09:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rotgans \N f 0 2010-10-10 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rotgans \N f 0 2010-10-10 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rotgans \N f 0 2011-10-01 16:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rotgans \N f 0 2011-10-01 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rotgans \N f 0 2011-10-01 16:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rotgans \N f 0 2011-10-02 11:15:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rotgans \N f 0 2011-10-02 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rotgans \N f 0 2011-10-08 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rotgans \N f 0 2011-10-08 11:30:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rotgans \N f 0 2011-10-18 09:45:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rotgans \N f 0 2011-10-18 10:00:00 \N 49 18 16654 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rotgans \N f 0 2007-10-19 17:15:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rotgans slechtvalk f 0 2007-10-19 17:30:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Rotgans \N f 0 2007-10-19 17:00:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Rotgans \N f 0 2007-10-19 17:15:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Steenloper \N f 0 2011-10-18 09:45:00 \N 49 18 11838 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kanoet \N f 0 2010-10-09 14:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kanoet \N f 0 2010-10-09 09:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kanoet \N f 0 2010-10-09 09:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kanoet \N f 0 2010-10-09 09:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kanoet \N f 0 2010-10-10 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kanoet \N f 0 2010-10-10 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kanoet \N f 0 2011-10-01 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kanoet \N f 0 2011-10-01 16:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kanoet \N f 0 2011-10-02 11:15:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kanoet \N f 0 2011-10-02 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kanoet \N f 0 2011-10-08 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kanoet \N f 0 2011-10-08 11:30:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kanoet \N f 0 2011-10-18 09:45:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kanoet \N f 0 2011-10-18 10:00:00 \N 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kanoet \N f 0 2007-10-19 17:00:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kanoet \N f 0 2007-10-19 17:15:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kanoet slechtvalk f 0 2007-10-19 17:30:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Kanoet \N f 0 2007-10-19 17:00:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Kanoet \N f 0 2007-10-19 17:15:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Kanoet slechtvalk f 0 2007-10-19 17:30:00 415 49 18 38893 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Zilverplevier \N f 0 2010-10-09 14:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Zilverplevier \N f 0 2010-10-09 09:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Zilverplevier \N f 0 2010-10-09 09:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Zilverplevier \N f 0 2010-10-09 09:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Zilverplevier \N f 0 2010-10-10 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Zilverplevier \N f 0 2010-10-10 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Zilverplevier \N f 0 2011-10-01 16:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Zilverplevier \N f 0 2011-10-01 16:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Zilverplevier \N f 0 2011-10-02 11:15:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Zilverplevier \N f 0 2011-10-02 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Zilverplevier \N f 0 2011-10-08 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Zilverplevier \N f 0 2011-10-18 09:45:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Zilverplevier \N f 0 2011-10-18 10:00:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Midd zaagbek \N f 0 2007-10-19 17:00:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Midd zaagbek \N f 0 2007-10-19 17:15:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Midd zaagbek \N f 0 2007-10-19 17:00:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Midd zaagbek \N f 0 2007-10-19 17:15:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Midd zaagbek slechtvalk f 0 2007-10-19 17:30:00 415 49 18 10711 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Kleine zilverreiger \N f 0 2010-10-09 14:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Kleine zilverreiger \N f 0 2010-10-09 09:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Kleine zilverreiger \N f 0 2010-10-10 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Kleine zilverreiger \N f 0 2010-10-10 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Kleine zilverreiger \N f 0 2011-10-01 16:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kleine zilverreiger \N f 0 2011-10-01 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Kleine zilverreiger \N f 0 2011-10-01 16:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:15:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Kleine zilverreiger \N f 0 2011-10-02 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kleine zilverreiger \N f 0 2011-10-08 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Kleine zilverreiger \N f 0 2011-10-08 11:30:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Kleine zilverreiger \N f 0 2011-10-18 09:45:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Kleine zilverreiger \N f 0 2011-10-18 10:00:00 \N 49 18 32972 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Wulp \N f 0 2010-10-09 14:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Wulp \N f 1 2010-10-09 09:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Wulp \N f 16 2010-10-09 09:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Wulp \N f 7 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Wulp \N f 7 2010-10-09 09:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Wulp \N f 23 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Wulp \N f 2 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Wulp \N f 23 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Wulp \N f 1 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Wulp \N f 15 2010-10-10 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Wulp \N f 1 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Wulp \N f 0 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Wulp \N f 0 2011-10-01 16:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Wulp \N f 0 2011-10-01 16:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rosse grutto \N f 0 2011-10-01 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Rosse grutto \N f 0 2011-10-01 16:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Wulp \N f 29 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Wulp \N f 14 2011-10-02 11:15:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Wulp \N f 29 2011-10-02 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rosse grutto \N f 1 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Wulp \N f 6 2011-10-08 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Wulp \N f 6 2011-10-08 11:30:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Wulp \N f 2 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Wulp \N f 2 2011-10-18 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Wulp \N f 37 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Wulp \N f 37 2011-10-18 10:00:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wulp \N f 2 2007-10-19 17:00:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wulp \N f 1 2007-10-19 17:15:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wulp slechtvalk f 10 2007-10-19 17:30:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Wulp \N f 2 2007-10-19 17:00:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wulp \N f 1 2007-10-19 17:15:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wulp slechtvalk f 10 2007-10-19 17:30:00 415 49 18 6146 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bonte Str.L. \N f 0 2007-10-19 17:00:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bonte Str.L. \N f 0 2007-10-19 17:15:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bonte Str.L. \N f 0 2007-10-19 17:00:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bonte Str.L. \N f 0 2007-10-19 17:15:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bonte Str.L. slechtvalk f 0 2007-10-19 17:30:00 415 49 18 15810 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Drieteenstrandloper \N f 0 2010-10-09 14:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Drieteenstrandloper \N f 0 2010-10-09 09:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Drieteenstrandloper \N f 0 2010-10-10 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Drieteenstrandloper \N f 0 2010-10-10 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Drieteenstrandloper \N f 0 2011-10-01 16:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Drieteenstrandloper \N f 0 2011-10-01 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Drieteenstrandloper \N f 0 2011-10-01 16:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:15:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Drieteenstrandloper \N f 0 2011-10-02 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Zilver Plevier slechtvalk f 0 2007-10-19 17:30:00 415 49 18 6147 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Wilde eend \N f 0 2007-10-19 17:15:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Wilde eend slechtvalk f 0 2007-10-19 17:30:00 415 49 18 4323 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Rotgans slechtvalk f 0 2007-10-19 17:30:00 415 49 18 16654 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Zilverplevier \N f 0 2011-10-08 11:30:00 \N 49 18 6147 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Wulp \N f 2 2010-10-10 09:45:00 \N 49 18 6146 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Drieteenstrandloper \N f 0 2011-10-08 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Drieteenstrandloper \N f 0 2011-10-08 11:30:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Drieteenstrandloper \N f 0 2011-10-18 09:45:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Drieteenstrandloper \N f 0 2011-10-18 10:00:00 \N 49 18 17124 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Tureluur \N f 0 2010-10-09 14:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Tureluur \N f 0 2010-10-09 09:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Tureluur \N f 0 2010-10-09 09:15:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Tureluur \N f 0 2010-10-09 09:30:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Tureluur \N f 0 2010-10-10 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Tureluur \N f 0 2010-10-10 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Tureluur \N f 0 2011-10-01 16:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Tureluur \N f 0 2011-10-01 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Tureluur \N f 0 2011-10-01 16:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Tureluur \N f 0 2011-10-08 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Tureluur \N f 0 2011-10-08 11:30:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Tureluur \N f 0 2011-10-18 09:45:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Tureluur \N f 0 2011-10-18 10:00:00 \N 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Tureluur \N f 0 2007-10-19 17:00:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Tureluur \N f 0 2007-10-19 17:15:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Tureluur slechtvalk f 0 2007-10-19 17:30:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Tureluur \N f 0 2007-10-19 17:00:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Tureluur \N f 0 2007-10-19 17:15:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Tureluur slechtvalk f 0 2007-10-19 17:30:00 415 49 18 13325 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Middelste zaagbek \N f 0 2010-10-09 14:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:15:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Middelste zaagbek \N f 0 2010-10-09 09:30:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Middelste zaagbek \N f 0 2010-10-10 09:45:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Middelste zaagbek \N f 0 2010-10-10 10:00:00 \N 49 18 10711 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Bergeend \N f 0 2010-10-09 14:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Bergeend \N f 0 2010-10-09 09:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Bergeend \N f 0 2010-10-09 09:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Bergeend \N f 0 2010-10-09 09:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Bergeend \N f 0 2010-10-10 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Bergeend \N f 0 2011-10-01 16:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bergeend \N f 0 2011-10-01 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: F 2011-10-1 16:45:0 <1 Bergeend \N f 0 2011-10-01 16:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Bergeend \N f 0 2011-10-02 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Bergeend \N f 0 2011-10-02 11:15:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Bergeend \N f 0 2011-10-08 11:30:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Bergeend \N f 0 2011-10-18 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Bergeend \N f 0 2011-10-18 10:00:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bergeend \N f 0 2007-10-19 17:00:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bergeend \N f 0 2007-10-19 17:15:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bergeend slechtvalk f 0 2007-10-19 17:30:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Bergeend \N f 0 2007-10-19 17:00:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Bergeend \N f 0 2007-10-19 17:15:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Bergeend slechtvalk f 0 2007-10-19 17:30:00 415 49 18 14634 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Bergeend \N f 0 2010-10-10 09:45:00 \N 49 18 14634 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Regenwulp \N f 0 2007-10-19 17:00:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Regenwulp \N f 0 2007-10-19 17:15:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Regenwulp slechtvalk f 0 2007-10-19 17:30:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:0:0 ? Regenwulp \N f 0 2007-10-19 17:00:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:15:0 ? Regenwulp \N f 0 2007-10-19 17:15:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied GC 2007-10-19 17:30:0 ? Regenwulp slechtvalk f 0 2007-10-19 17:30:00 415 49 18 15809 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2010-10-9 14:0:0 <1 Rosse grutto \N f 0 2010-10-09 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:0:0 <1 Rosse grutto \N f 0 2010-10-09 09:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-9 9:15:0 <1 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:15:0 <1 Rosse grutto \N f 0 2010-10-09 09:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-9 9:30:0 <1 Rosse grutto \N f 0 2010-10-09 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 9:45:0 <1 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2010-10-10 10:0:0 <1 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 9:45:0 <1 Rosse grutto \N f 0 2010-10-10 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2010-10-10 10:0:0 <1 Rosse grutto \N f 0 2010-10-10 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2011-10-1 16:0:0 <1 Rosse grutto \N f 0 2011-10-01 16:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: B 2011-10-2 11:15:0 <1 Rosse grutto \N f 0 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:15:0 <1 Rosse grutto \N f 1 2011-10-02 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2011-10-2 11:30:0 <1 Rosse grutto \N f 0 2011-10-02 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: C 2011-10-18 10:0:0 <1 Rosse grutto \N f 0 2011-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rosse grutto \N f 0 2011-10-08 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: J 2011-10-8 11:30:0 <1 Rosse grutto \N f 0 2011-10-08 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: A 2011-10-18 9:45:0 <1 Rosse grutto \N f 0 2011-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 \N Gebied: L 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:0:0 100.0 Rosse grutto \N f 0 2012-10-18 13:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:30:0 50.0 Rosse grutto \N f 0 2012-10-18 09:30:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 13:15:0 100.0 Rosse grutto \N f 0 2012-10-18 13:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 9:45:0 90.0 Rosse grutto \N f 0 2012-10-18 09:45:00 \N 49 18 12895 35 \N 50 38 54 37 90 Gebied: L 2012-10-18 13:30:0 100.0 Rosse grutto \N f 0 2012-10-18 13:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:0:0 100.0 Rosse grutto \N f 0 2012-10-18 10:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 13:45:0 100.0 Rosse grutto \N f 0 2012-10-18 13:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:15:0 100.0 Rosse grutto \N f 0 2012-10-18 10:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:0:0 100.0 Rosse grutto \N f 0 2012-10-18 14:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:30:0 100.0 Rosse grutto \N f 0 2012-10-18 10:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:15:0 100.0 Rosse grutto \N f 0 2012-10-18 14:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 10:45:0 100.0 Rosse grutto \N f 0 2012-10-18 10:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:30:0 100.0 Rosse grutto \N f 0 2012-10-18 14:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:0:0 100.0 Rosse grutto \N f 0 2012-10-18 11:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 14:45:0 99.0 Rosse grutto \N f 0 2012-10-18 14:45:00 \N 49 18 12895 35 \N 50 38 54 37 99 Gebied: L 2012-10-18 11:15:0 100.0 Rosse grutto \N f 0 2012-10-18 11:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 15:0:0 50.0 Rosse grutto \N f 0 2012-10-18 15:00:00 \N 49 18 12895 35 \N 50 38 54 37 50 Gebied: L 2012-10-18 11:30:0 100.0 Rosse grutto \N f 0 2012-10-18 11:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 11:45:0 100.0 Rosse grutto \N f 0 2012-10-18 11:45:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:0:0 100.0 Rosse grutto \N f 0 2012-10-18 12:00:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:15:0 100.0 Rosse grutto \N f 0 2012-10-18 12:15:00 \N 49 18 12895 35 \N 50 38 54 37 100 Gebied: L 2012-10-18 12:30:0 100.0 Rosse grutto \N f 0 2012-10-18 12:30:00 \N 49 18 12895 35 \N 50 38 54 37 100 \. -- -- TOC entry 2626 (class 2606 OID 147224) -- Name: vogel_telvakken_2007_pkey; Type: CONSTRAINT; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- ALTER TABLE ONLY vogel_telvakken_2007 ADD CONSTRAINT vogel_telvakken_2007_pkey PRIMARY KEY (gid); -- -- TOC entry 2628 (class 2606 OID 147239) -- Name: vogel_telvakken_2009_pkey; Type: CONSTRAINT; Schema: pruts; Owner: dlt_boerboom; Tablespace: -- ALTER TABLE ONLY vogel_telvakken_2009 ADD CONSTRAINT vogel_telvakken_2009_pkey PRIMARY KEY (gid); -- -- TOC entry 2743 (class 0 OID 0) -- Dependencies: 168 -- Name: t0benthos; Type: ACL; Schema: pruts; Owner: PMR -- REVOKE ALL ON TABLE t0benthos FROM PUBLIC; REVOKE ALL ON TABLE t0benthos FROM "PMR"; GRANT ALL ON TABLE t0benthos TO "PMR"; GRANT INSERT ON TABLE t0benthos TO bwn_insert WITH GRANT OPTION; GRANT SELECT ON TABLE t0benthos TO bwn_readonly WITH GRANT OPTION; GRANT UPDATE ON TABLE t0benthos TO bwn_update WITH GRANT OPTION; GRANT DELETE ON TABLE t0benthos TO bwn_delete WITH GRANT OPTION; -- Completed on 2014-08-05 10:02:11 -- -- PostgreSQL database dump complete --